Re: How to automatically mount usb drive?



On Tue, 21 Aug 2007 01:49:56 -0400, Matt Giwer wrote:

http://www.giwersworld.org/computers/linux/usb-drives.phtml

Works for me for four of them.

As for a manual mount

mount -t ext3 /dev/sdb1 /mnt/usb

is sufficient. I presume it works the same for -t vfat.



This web page does not even mention autofs or automount.
I know how to mount any device I need to -- I just want
to automate the process.

.