Saturday, April 19, 2014

Mounting usb drive on boot on Raspberry PI

If you have a usb flash drive with FAT system on it and you want to mount it on boot so all users can read/write from/to it you have to add following entry to your /etc/fstab:

/dev/sda        /mnt/usb        vfat    user,umask=0000       0       0

http://superuser.com/questions/617777/how-do-i-auto-mount-a-usb-drive-that-all-users-can-write-to

No comments:

Post a Comment