On Saturday 29 November 2003 01:38 pm, Ian Truelsen wrote:
> On Sat, 29 Nov 2003 10:31:15 -0800
>
> Wes Gray <[EMAIL PROTECTED]> 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.
>
> Not sure if it would help, but you could specify the file type as
> vfat. I do this with my flash reader, which also mounts as mass
> storage and it works without any problems.
>
> Just a shot in the dark.

        The new address is probably the problem. My card reader will move 
sometimes too. Even knowing where it is doesn't help until I do:
# fdisk -l /dev/sdx (where x= what I see from fdisk -l /dev/sd).
This will list the partition on the card and I can now mount it with:
# mount -t vfat /dev/sdx1 /mnt/<somewhere>
I've tried to solve the problem myself without success. Hope this 
helps for now.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list

Reply via email to