I try to mount my flash drive with command:
mount -o codepage=cp1251 /dev/sdb1 /mnt
And get an error in /var/log/messages:
user.warn kernel: XFS: unknown mount option [codepage]
Ok, no problem, if mount is so stupid - specify a FS type:
mount -t vfat -o codepage=cp1251 /dev/sdb1 /mnt
But error still here! Mount utility still try to mount my drive as XFS, but must try to mount as VFAT.
Moreover, -s option also doesn't working in cooking Slitaz!
So I simply can't change codepage for my fat drives - they can be mounted only with default settings.
It looks like you're new here. If you want to get involved, click one of these buttons!