Gentoo Archives: gentoo-user

From: Martin S <shieldfire@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] newbie partiton type question
Date: Thu, 04 May 2006 05:44:22
Message-Id: 7ad4c500605032230r2c2352b9p16119c526f7785ea@mail.gmail.com
In Reply to: Re: [gentoo-user] newbie partiton type question by Mick
1 Changed /etc/fstab accordingly. Didn't help much.
2
3 martoni@SuicidalPuppy ~ $ mount /mnt/usb
4 mount: wrong fs type, bad option, bad superblock on /dev/sda1,
5 missing codepage or other error
6 In some cases useful info is found in syslog - try
7 dmesg | tail or so
8
9 martoni@SuicidalPuppy ~ $ dmesg | tail
10 Inbound IN=eth0 OUT= MAC=00:e0:00:9b:77:39:00:d0:02:c7:60:00:08:00 SRC=
11 215.94.188.166 DST=85.225.73.22 LEN=521 TOS=0x00 PREC=0x00 TTL=50 ID=0 DF
12 PROTO=UDP SPT=31260 DPT=1026 LEN=501
13 Inbound IN=eth0 OUT= MAC=00:e0:00:9b:77:39:00:d0:02:c7:60:00:08:00 SRC=
14 202.97.238.131 DST=85.225.73.22 LEN=491 TOS=0x00 PREC=0x00 TTL=45 ID=0 DF
15 PROTO=UDP SPT=33162 DPT=4081 LEN=471
16 FAT: bogus number of reserved sectors
17 VFS: Can't find a valid FAT filesystem on dev sda1.
18 FAT: bogus number of reserved sectors
19 VFS: Can't find a valid FAT filesystem on dev sda1.
20 FAT: bogus number of reserved sectors
21 VFS: Can't find a valid FAT filesystem on dev sda1.
22 FAT: bogus number of reserved sectors
23 VFS: Can't find a valid FAT filesystem on dev sda1.
24
25
26 2006/5/3, Mick <michaelkintzios@×××××.com>:
27 >
28 > On 03/05/06, Robert Walter <ro-wa@×××.at> wrote:
29 >
30 > > have you tried to change "/dev/sda" to "/dev/sda1" in fstab?
31 > > best regards. robert
32 >
33 > As Robert says, change sda to sda1 and you may also want to add
34 > noatime. Then you should be able to mount it as a (single) user. If
35 > you have different users and want to allow any one of them to unmount
36 > it irrespective of who originally mounted it, then replace user with
37 > users.
38 >
39 > To unmount it run:
40 >
41 > $ sync && umount /mnt/sda1
42 >
43 > or just:
44 >
45 > $ eject /mnt/sda1
46 >
47 > --
48 > Regards,
49 > Mick
50 >
51 > --
52 > gentoo-user@g.o mailing list
53 >
54 >
55
56
57 --
58 Regards,
59
60 Martin S