Mount USB Device

From KlavoWiki
Revision as of 23:15, 1 December 2014 by David (talk | contribs)
Jump to navigationJump to search

To Mount a USB device

apt-get install exfat-fuse exfat-utils
mkdir /mnt/usb-hd1
mount /dev/sda1 /mnt/usb-hd1/

To mount on boot

vi /etc/fstab

For Linux partition

/dev/sda1       /mnt/usb-hd1    ext4    defaults          0       3

For FAT32 Partition

/dev/sda1       /mnt/usb-hd1    exfat   defaults          0       0