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
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
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
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
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
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
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
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
** 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.