Below is part of my fstab. I can't get the deff. of my usb card reader right. The error I get is that there's no file system specified. Thanks for any assistance. Fred __________________- /dev/sdc /local/coolpix auto auto,user -- "DRM.. Digitally Retarded Media. That's exactly what it is - content that cannot reach its full potential because of artificial restraints."
jvollmer@visi.com
Below is part of my fstab. I can't get the deff. of my usb card reader right. The error I get is that there's no file system specified. Thanks for any assistance.
Fred __________________-
/dev/sdc /local/coolpix auto auto,user
Try mounting it as vfat. IIRC, all CF cards use a DOS filesystem. -- JAY VOLLMER JVOLLMER@VISI.COM TEXT REFS DOUBLEPLUSUNGOOD SELFTHINK VERGING CRIMETHINK IGNORE FULLWISE
On Monday 28 October 2002 3:40 pm, Jay Vollmer wrote:
/dev/sdc /local/coolpix auto auto,user
EG: /dev/sdc -t vfat /local/coolpix auto auto,user -- Bob Rea mailto:gapetard@stsams.org http://www.petard.us Freedom is only privilege extended unless enjoyed by one and all --Billy Bragg
On Monday 28 October 2002 15:13, Bob Rea wrote:
On Monday 28 October 2002 3:40 pm, Jay Vollmer wrote:
/dev/sdc /local/coolpix auto auto,user
EG: /dev/sdc -t vfat /local/coolpix auto auto,user
I am having a similar problem. I have two computers running Suse 8.1. I also have two Sony memory sticks. On machine 'a' I forgot to umount before I turned the camera off and put in the other memory stick. Now machine 'a' says it can't find the fstype of the second memory stick and that there's no file system specified. If I put the second memory in the second computer it finds the file system just fine. I changed the relevant line in fstab to this: /dev/sda1 /media/sda1 vfat noauto,user,exec 0 0 #HOTPLUG B3Fu.UiL1CJEqQp4 from this: /dev/sda1 /media/sda1 auto noauto,user,exec 0 0 #HOTPLUG B3Fu.UiL1CJEqQp4 Now I get this error message: mount: wrong fs type, bad option, bad superblock on /dev/sda1, or too many mounted file systems I ran dosfsck and got this: # dosfsck -alftv /dev/sda1 dosfsck 2.8 (28 Feb 2001) dosfsck 2.8, 28 Feb 2001, FAT32, LFN Currently, only 2 FATs are supported, not 255. Does the machine that doesn't read the card see 255 FAT's? Does anyone know what's going on here? Thanks.
On Wed, Oct 30, 2002 at 04:52:36PM -0800, Jerome Lyles wrote:
On Monday 28 October 2002 15:13, Bob Rea wrote:
On Monday 28 October 2002 3:40 pm, Jay Vollmer wrote:
/dev/sdc /local/coolpix auto auto,user
EG: /dev/sdc -t vfat /local/coolpix auto auto,user
I am having a similar problem. I have two computers running Suse 8.1. I also have two Sony memory sticks. On machine 'a' I forgot to umount before I turned the camera off and put in the other memory stick. Now machine 'a' says it can't find the fstype of the second memory stick and that there's no file system specified. If I put the second memory in the second computer it finds the file system just fine.
I changed the relevant line in fstab to this:
/dev/sda1 /media/sda1 vfat noauto,user,exec 0 0 #HOTPLUG B3Fu.UiL1CJEqQp4
from this:
/dev/sda1 /media/sda1 auto noauto,user,exec 0 0 #HOTPLUG B3Fu.UiL1CJEqQp4
Now I get this error message:
mount: wrong fs type, bad option, bad superblock on /dev/sda1, or too many mounted file systems
I ran dosfsck and got this:
# dosfsck -alftv /dev/sda1 dosfsck 2.8 (28 Feb 2001) dosfsck 2.8, 28 Feb 2001, FAT32, LFN Currently, only 2 FATs are supported, not 255.
Does the machine that doesn't read the card see 255 FAT's? Does anyone know what's going on here?
What does sfdisk -l /dev/sda say? Is there a partition table on this thing? Try replacing sda1 by sda in /etc/fstab. ciao, Marcus
participants (5)
-
Bob Rea
-
Fred A. Miller
-
Jay Vollmer
-
Jerome Lyles
-
Marcus Meissner