Linux usb
From John Freier
Revision as of 14:05, 31 March 2016 by Jfreier (Talk | contribs) (Created page with " == USB Mount and Unmount == To mount a USB drive in linux sudo mkdir /mnt/usbdrive -- Create folder if does not exsit all ready. sudo mount /dev/sda1 /mnt/usbdrive To...")
USB Mount and Unmount
To mount a USB drive in linux
sudo mkdir /mnt/usbdrive -- Create folder if does not exsit all ready. sudo mount /dev/sda1 /mnt/usbdrive
To Unmount a USB drive in linux saftly
sudo umount /mnt/usbdrive