Debian usbmount
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
| Line 2: | Line 2: | ||
There is nothing special here, you will also need module-init-tools for automatic kernel modules loading | There is nothing special here, you will also need module-init-tools for automatic kernel modules loading | ||
apt-get install usbmount module-init-tools | apt-get install usbmount module-init-tools | ||
| - | then reboot | + | then update module list and reboot |
| + | depmod -ae && reboot | ||
== configuration == | == configuration == | ||
Revision as of 23:24, 23 June 2006
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)

