Debian usbmount
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
m (Category: Debian) |
m (3 revision(s)) |
Revision as of 20:00, 12 July 2007
Install usbmount
There is nothing special here, you will also need module-init-tools for automatic kernel modules loading
apt-get install usbmount module-init-tools
then update module list and reboot
depmod -ae && reboot
configuration
If you want to automount vfat devices, edit usbmount configuration :
nano /etc/usbmount/usbmount.conf // replace FILESYSTEMS="ext2 ext3" // with FILESYSTEMS="ext2 ext3 vfat"
By default, usb disks will be mounted to /media/usb0 to usb7, if you want to change that replace :
MOUNTPOINTS="/media/usb0 /media/usb1 /media/usb2 /media/usb3
/media/usb4 /media/usb5 /media/usb6 /media/usb7"
with what you want (do not forget to create the directories)

