This is one of linux's gotchas. rmmod the usb-storage module and re modprobe it. Or wait 10 mins or so after unmounting for the module cleaning code to fix it. As far as I know, its bad luck if you are using a non-modular kernel for USB - reboot.
BillK On Sun, 2003-11-30 at 02:31, Wes Gray wrote: > I have a new digital camera which via some playing around I've gotten > to mount as a mass storage device. I can mount and unmount it fine, but > if I unmount and disconnect the camera, then reconnect it then I can't > mount it. If I reboot the computer then it works again. The error is: > > mount: I could not determine the filesystem type, and none was specified > > dmesg gets these 2 errors when I try to mount it: > > FAT: bogus logical sector size 2304 > VFS: Can't find a valid FAT filesystem on dev 08:01. > > my /etc/fstab contains: > /dev/sda1 /mnt/camera auto defaults,user,noauto 0 0 > > I notice that when I disconnect and reconnect my camera, it gets a new > "address" assigned (as told by dmesg). Maybe this is confusing something. > > Thanks for any info. > > -- > [EMAIL PROTECTED] mailing list -- William Kenworthy <[EMAIL PROTECTED]> -- [EMAIL PROTECTED] mailing list
