I have a machine running SUSE10 On one harddisk is XPsp2 with filesystem FAT On the other disk is SUSE10 My files are on the FAT disk, so I can use them in both systems Starting today I can't call the files on the FAT disk using SUSE /var/log/boot.msg gives the following lines: <5>Linux version 2.6.13-15-default (geeko@buildhost) (gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)) #1 Tue Sep 13 14:56:15 UTC 2005 <3>FAT: Unrecognized mount option "uiers" or missing value Mounting local file systems... proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) tmpfs on /dev/shm type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/hdf1 on /boot type ext2 (rw,acl,user_xattr) mount: wrong fs type, bad option, bad superblock on /dev/hde1, missing codepage or other error In some cases useful info is found in syslog - try dmesg | tail or so XPsp2 had no problems to approach the files Can anybody give me the hint how to solve? André den Oudsten
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Wednesday 2006-05-24 at 15:49 +0200, A. den Oudsten wrote:
20050901 (prerelease) (SUSE Linux)) #1 Tue Sep 13 14:56:15 UTC 2005 <3>FAT: Unrecognized mount option "uiers" or missing value
You have a bad line in /etc/fstab, correct it. - -- Cheers, Carlos Robinson -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFEdGabtTMYHG2NR9URAnF6AJsEpYcJZh+kwWW792Fgi/EsneCPBgCfcj3p 2eiV3UpMWBo7UC1ar0L3c9U= =l4Wn -----END PGP SIGNATURE-----
Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
The Wednesday 2006-05-24 at 15:49 +0200, A. den Oudsten wrote:
20050901 (prerelease) (SUSE Linux)) #1 Tue Sep 13 14:56:15 UTC 2005 <3>FAT: Unrecognized mount option "uiers" or missing value
You have a bad line in /etc/fstab, correct it.
- -- Cheers, Carlos Robinson
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Made with pgp4pine 1.76
iD8DBQFEdGabtTMYHG2NR9URAnF6AJsEpYcJZh+kwWW792Fgi/EsneCPBgCfcj3p 2eiV3UpMWBo7UC1ar0L3c9U= =l4Wn -----END PGP SIGNATURE-----
Thank you for the very fast reply!! The bad line was: /dev/hde1 /windows/C vfat uiers,gid=uiers,umask=0002,utf8=true 0 0 Can I simply delete 'uiers,gid=uiers' ? André den Oudsten
On Wednesday 24 May 2006 17:51, A. den Oudsten wrote:
Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
The Wednesday 2006-05-24 at 15:49 +0200, A. den Oudsten wrote:
20050901 (prerelease) (SUSE Linux)) #1 Tue Sep 13 14:56:15 UTC 2005 <3>FAT: Unrecognized mount option "uiers" or missing value
You have a bad line in /etc/fstab, correct it.
Thank you for the very fast reply!! The bad line was: /dev/hde1 /windows/C vfat uiers,gid=uiers,umask=0002,utf8=true 0 0
Can I simply delete 'uiers,gid=uiers' ?
Most likely a typo: you forgot two times an 's'. Cheers, Leen
On Wednesday 24 May 2006 11:51, A. den Oudsten wrote:
Can I simply delete 'uiers,gid=uiers' ?
If you delete the line you won't be able to access /windows/C from Linux. It's a typo... it should read 'users,gid=users' If you fix it, you'll be able to access /windows/C normally. Carl
Carl Hartung wrote:
On Wednesday 24 May 2006 11:51, A. den Oudsten wrote:
Can I simply delete 'uiers,gid=uiers' ?
If you delete the line you won't be able to access /windows/C from Linux.
It's a typo... it should read 'users,gid=users'
If you fix it, you'll be able to access /windows/C normally.
Carl
Carlos, Leen and Carl thank you very much. And that fast. You were great!! André den Oudsten
participants (4)
-
A. den Oudsten
-
Carl Hartung
-
Carlos E. R.
-
Leendert Meyer