[Bug 1405684] Re: mount: codepage mapping does not work for msdos fs

2014-12-30 Thread JPTTEST
Maintainer of kernel FAT code says this is a feature, no bug. Well, then I have to accept this. Closing Bug. ** Changed in: linux (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1405684] Re: mount: codepage mapping does not work for msdos fs

2014-12-29 Thread JPTTEST
Ah, ok. The fs drivers are part of the kernel. So it's a kernel bug. Sorry, my mistake. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1405684 Title: mount: codepage mapping does not work for msdos f

[Bug 1405684] Re: mount: codepage mapping does not work for msdos fs

2014-12-29 Thread JPTTEST
btw: of course Dolphin shows the exact same as the terminal does. This is neither a kernel, nor a terminal nor a santa claus bug. It's a bug of mount -t msdos -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 1405684] Re: mount: codepage mapping does not work for msdos fs

2014-12-29 Thread JPTTEST
This is a joke?! I give the cp850 parameter so the fs driver can do the mapping. This clearly is the fs driver's job. vfat maps correctly, and is using the same kernel. I'll ask on the mailing list. Let's see if they can help http://vger.kernel.org/vger-lists.html#util-linux -- You received thi

[Bug 1405684] Re: mount: codepage mapping does not work for msdos fs

2014-12-28 Thread Phillip Susi
Looks like it is a lacking feature in the kernel: it does not perform any translation on filenames, so if they are in some specific code page and you want them to show up right on the terminal, then you need to configure the terminal to display using that code page rather than utf8. ** Package ch

[Bug 1405684] Re: mount: codepage mapping does not work for msdos fs

2014-12-26 Thread JPTTEST
utf8 and iocharset do not make sense when LFNs are not allowed. codepage is the only info required to interpret short filenames. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1405684 Title: mount: c

[Bug 1405684] Re: mount: codepage mapping does not work for msdos fs

2014-12-26 Thread JPTTEST
Docs is the man page. Are there any other docs? The MSDOS fs does not allow neither the utf8 flag nor the iocharset= option. (this is a bug in the manpage, where iocharset=is mentioned in the FAT section) ** Changed in: util-linux (Ubuntu) Status: Incomplete => New -- You received this b

[Bug 1405684] Re: mount: codepage mapping does not work for msdos fs

2014-12-25 Thread Phillip Susi
I'm not sure what documentation you are referring to or what you are actually trying to report. As you noted, you must use the utf8 option to have the names translated correctly instead of being left in cp850. ** Changed in: util-linux (Ubuntu) Status: New => Incomplete -- You received

[Bug 1405684] Re: mount: codepage mapping does not work for msdos fs

2014-12-25 Thread JPTTEST
** Description changed: - I want to mount a DOS 5.0 partions without messing it up with LFNs. + I want to mount a DOS 5.0 partition without messing it up with LFNs. According to docs this only works if I use the MSDOS fs instead of VFAT. But using MSDOS fails converting non ASCII chars.