Hello, I am from Poland. I am using Windows 8.1 64-bit and OpenBSD-current amd64. When I used Gnu/Linux I mounted fat32 partitions with these options: iocharset=iso8859-2,codepage=852 However OpenBSD's mount tells me: mount -t msdos -o codepage=852 /dev/sd0f /mnt/partycjaFat/ mount_msdos: -o codepage: option not supported
and mount -t msdos -o iocharset=iso8859-2 /dev/sd0f /mnt/partycjaFat/ mount_msdos: -o iocharset: option not supported 1. What codepage is used by default in FAT32 filesystem created and mounted in OpenBSD? 2. Is there a way to use other codepage in OpenBSD? If answer to 2 is no, then: 3. Is there way to force Windows to use different codepage for that FAT32 partition?

