Gentoo Archives: gentoo-user

From: maxim wexler <blissfix@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] son of can't mount vfat part.
Date: Sun, 18 Dec 2005 16:32:47
Message-Id: 20051218162849.20982.qmail@web31714.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] son of can't mount vfat part. by Benno Schulenberg
1 --- Benno Schulenberg <benno.schulenberg@×××××.com>
2 wrote:
3
4 > maxim wexler wrote:
5 > > I created a fat32, ID 'b' partition w/fdisk.
6 > >
7 > > Formatted w/ mkdosfs -F 32
8 >
9 > Please show the output of cfdisk or parted.
10
11 Using /dev/hda
12 (parted) print
13
14 Disk geometry for /dev/hda: 0kB - 3229MB
15 Disk label type: msdos
16 Number Start End Size Type File system
17 Flags
18 1 32kB 91MB 91MB primary ext2
19 boot
20 2 91MB 3229MB 3138MB primary fat32
21
22 (parted)
23
24
25
26 >
27 > > But can't be mounted in gentoo: unknown filesytem
28 > type
29 > > 'vfat'. In fact the same error occurs w/ -t vfat,
30 > -t
31 > > auto or no specified fs at all.
32 >
33 > Then you're still missing something in the kernel.
34 > Turn on anything
35 > vaguely fattish and dossish in the kernel config.
36 > Also maybe try
37 > to mount it with -t fat32. And please paste the
38 > exact command and
39 > output given.
40
41 pindar@reflex ~ $ grep FAT /usr/src/linux/.config
42 # CONFIG_X86_MCE_NONFATAL is not set
43 # DOS/FAT/NT Filesystems
44 CONFIG_FAT_FS=y
45 CONFIG_VFAT_FS=y
46 CONFIG_FAT_DEFAULT_CODEPAGE=437
47 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
48
49
50 reflex pindar # mount -t fat32 /dev/hda2 /mnt/hda2
51 mount: unknown filesystem type 'fat32'
52
53 reflex pindar # mount -t vfat /dev/hda2 /mnt/hda2
54 mount: unknown filesystem type 'vfat'
55
56 reflex pindar # mount -t auto /dev/hda2 /mnt/hda2
57 mount: unknown filesystem type 'vfat'
58
59 reflex pindar # mount /dev/hda2 /mnt/hda2
60 mount: unknown filesystem type 'vfat'
61
62 >
63 > Also try creating a dos file system on a dummy file
64 > and mounting it
65 > on a loop device and see if that works. And try
66 > creating and using
67 > a fat16 file system instead.
68
69 ...to be cont'd
70
71 >
72 > Benno
73 > --
74 > gentoo-user@g.o mailing list
75 >
76 >
77
78
79 __________________________________________________
80 Do You Yahoo!?
81 Tired of spam? Yahoo! Mail has the best spam protection around
82 http://mail.yahoo.com
83 --
84 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] son of can't mount vfat part. Holly Bostick <motub@××××××.nl>