On Sat, Jan 17, 2004 at 09:40:26AM +1100, Alan L Tyree wrote: > I have a digital camera with usb mass storage that works under RH8 by > mounting it on with the following fstab entry > > /dev/sda1 /mnt/sanyo vfat rw,noauto,user 0 0 > > I have a laptop running Debian Woody and would like to mount the camera > there. It is rejecting with > > "/dev/sda1 is not a valid block device" > > I'm assuming that I need to modprobe some modules or perhaps add > something?
apt-get install usbmgr you'll need the usb-storage and fat filesystem in your kernel; you'll probably have to roll your own, being debian and all ;-) also check dmesg to see if it's actually coming up as sda1 cheers, Conrad. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
