On Fri, 2004-10-15 at 01:05, Pasha wrote: > On Fri, 2004-10-15 at 05:50, Jim Christiansen wrote: > > So, to mount a usb stick and use it - easy- /dev/sda1 > > /mnt/cruzer auto noauto,user,rw 0 0 > > or > > to mount a camera and use it - easy- /dev/sda1 /camera > > auto noauto,user,rw 0 0 > > But together? ... > > > > It seems that what ever device plugs in first goes to sda1. No matter what > > I do, the second usb device won't go. I've tried the > > http://warmcat.com/usbautocam/usbautocam-0.7-1.noarch.rpm and it seems not > > to handle two usb devices either... > > > > What I'm looking for is a system easy enough for my daughter and wife to > > use. Thanks, Jim > > > take a look at /etc/updfstab.conf.default. you may need to add entries > for your camera and USB stick to that file - after that the > corresponding fstab entries and mount points will be added automatically > upon device insertion and all you will have to do is to double click > icon on the desktop. If you decide to add entries, it is probably best not to add them to updfstab.conf.default. Instead, create a new file in /etc (e.g., updfstab.conf.new, or updfstab.conf.date) and add another include *after* the updfstab.conf.new entry. This way, if there is a conflict, your entries take precedence. Then, if they don't work for some reason, or are unneeded, you can remove the include file while leaving the default pristine (and thereby reducing your chances of really screwing something up). A little lesson learned from years of breaking Red Hat... :)