[EMAIL PROTECTED] ~ $ mount /mnt/usb
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[EMAIL PROTECTED] ~ $ dmesg | tail
Inbound IN=eth0 OUT= MAC=00:e0:00:9b:77:39:00:d0:02:c7:60:00:08:00 SRC="" href="http://215.94.188.166">215.94.188.166 DST= 85.225.73.22 LEN=521 TOS=0x00 PREC=0x00 TTL=50 ID=0 DF PROTO=UDP SPT=31260 DPT=1026 LEN=501
Inbound IN=eth0 OUT= MAC=00:e0:00:9b:77:39:00:d0:02:c7:60:00:08:00 SRC="" href="http://202.97.238.131">202.97.238.131 DST= 85.225.73.22 LEN=491 TOS=0x00 PREC=0x00 TTL=45 ID=0 DF PROTO=UDP SPT=33162 DPT=4081 LEN=471
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sda1.
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sda1.
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sda1.
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sda1.
2006/5/3, Mick <[EMAIL PROTECTED]>:
On 03/05/06, Robert Walter <[EMAIL PROTECTED]> wrote:
> have you tried to change "/dev/sda" to "/dev/sda1" in fstab?
> best regards. robert
As Robert says, change sda to sda1 and you may also want to add
noatime. Then you should be able to mount it as a (single) user. If
you have different users and want to allow any one of them to unmount
it irrespective of who originally mounted it, then replace user with
users.
To unmount it run:
$ sync && umount /mnt/sda1
or just:
$ eject /mnt/sda1
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list
--
Regards,
Martin S