Tagged with mount - SliTaz Forum http://vanilla.slitaz.org/index.php?p=/discussions/tagged/mount/feed.rss Tue, 07 May 24 06:45:45 +0200 Tagged with mount - SliTaz Forum en-CA [BUG] mount is broken in cooking http://vanilla.slitaz.org/index.php?p=/discussion/2745/bug-mount-is-broken-in-cooking Wed, 23 Mar 2011 03:30:36 +0100 malamut 2745@/index.php?p=/discussions 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.


]]>