PDA

Bekijk de volledige versie : Mounting FAT partition with another charset



lada
04-03-2005, 19:40
Hello,
I would like to mount a FAT-32 partition with a different character set and codepage, so I'm trying:

mount -t vfat -o iocharset=iso8859-2,codepage=852 /dev/scsi/host0/bus0/target0/lun0/part1 /tmp/harddisk

but I'm getting:

mount: Mounting /dev/scsi/host0/bus0/target0/lun0/part1 on /tmp/harddisk failed: Invalid argument

What do I have to do to make this possible?

Thank You
(Asus 500gx, firmware 1.9.2.7-3c)

Oleg
05-03-2005, 12:37
Well, the problem is that these codepages are not included in the standard kernel. It's however possible to add them.

lada
06-03-2005, 12:59
So rebuilding the entire kernel is the only way to go?

Oleg
08-03-2005, 19:38
Well, compiling this charsets as modules is also possible.