Gentoo Archives: gentoo-user

From: "Mariusz Pękala" <skoot@××.pl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't mount a fat32 partition
Date: Thu, 14 Jul 2005 06:12:34
Message-Id: 20050714060920.GA10265@lisa.tutaj
In Reply to: [gentoo-user] Can't mount a fat32 partition by aabb
1 On 2005-07-13 23:29:56 +0000 (Wed, Jul), aabb wrote:
2 > I use 2 partitions for Windows 98, hda1 and hda5. I set both up as type
3 > "c" (fat32 LBA) during my gentoo installation, using fdisk. The entries
4 > in /etc/fstab are almost identical:
5 >
6 > /dev/hda1 /mnt/win_c vfat umask=0,noexec 0 0
7 > /dev/hda5 /mnt/win_d vfat umask=0,noexec 0 0
8 >
9 > Yet hda1 mounts with no problems, whereas hda5 doesn't. If I execute
10 > "mount /mnt/win_d" I get the error:
11 >
12 > mount: wrong fs type, bad option, bad superblock on /dev/hda5,
13 > or too many mounted file systems
14 >
15 > I tried various combinations (such as "mount -t vfat /dev/hda5
16 > /mnt/win_d") and always get the same error. The only differences between
17 > the 2 partitions that I can think of are:
18 >
19
20 Check any messages in dmesg output and your syslog file
21 (/var/log/messages or /var/log/everything/current) after you try to
22 mount /dev/hda5.
23
24 Usually the winner is the lack of necessary encoding in kernel:
25 File Systems -> Native Language Support -> ...
26
27 I assume that /dev/hda5 _HAS_ proper FAT filesystem on it.. ;-)
28
29 HTH
30
31 --
32 No virus found in this outgoing message.
33 Checked by 'grep -i virus $MESSAGE'
34 Trust me.

Replies

Subject Author
[gentoo-user] OpenOffice / localisation Uwe Thiem <uwix@××××.na>