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