georgealbert 发表于 2004-10-27 12:06:40

红旗4编译2.6.9,后 fat32不行了。

mount -t vfat /dev/hda5 /mnt/WinD
提示分区有问题。但是可以mount ntfs的。
我已经 modprobe vfat了。

georgealbert 发表于 2004-10-27 12:25:15

Hey men, i have just solved the problem. It tooks me 5 seconds, so i dont know what are you talking about. Maybe u have differ problem. So i did:

#mount -t vfat /dev/hda6 /mnt/lin
mount: wrong fs type, bad option, bad superblock on /dev/hda6,
or too many mounted file systems
#dmesg
...
...
FAT: IO charset iso8859-1 not found
#modprobe nls_iso8859-1 (You have to compile this with kernel)
#mount -t vfat /dev/hda6 /mnt/lin
#ls /mnt/lin
Hey, there are files .

P.S. kernel 2.6.8.1

hello...

my problem was that i had

(437) Default Codepage for FAT

but i didn't have Codepage 437 compiled under native language support. i changed 437 to 850 (i live in the UK), which was already selected, and hey presto! again, a silly mistake, but i've never had to do that before...

kernel: 2.6.8-gentoo-r10

georgealbert 发表于 2004-10-27 12:27:07

不知道是不是解决方案!^_^
页: [1]
查看完整版本: 红旗4编译2.6.9,后 fat32不行了。