Mount A USB Or Hard Drive In Linux

Posted By Weston Ganger

Something that is handy to know in linux is how to mount and unmount drives from the command line.

We will discuss two methods.

First we need to find out what device we need to mount

sudo apt-get install pmount

# to mount
pmount /dev/sdb1 your_label

# to unmount
pumount /dev/sdb

Related External Links:

Article Topic:Software Development - Linux

Date:July 29, 2015