Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#5324 - Locale not set before mounting filesystems
Attached to Project:
Arch Linux
Opened by Philip Nilsson (leffe) - Thursday, 31 August 2006, 16:55 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 25 October 2007, 06:23 GMT
Opened by Philip Nilsson (leffe) - Thursday, 31 August 2006, 16:55 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 25 October 2007, 06:23 GMT
|
Details(I don't think it's set at all during init.)
Some filesystem drivers need to know the system's locale to mount correctly, the Linux-NTFS driver is one such case. The workaround is to set locale=_ in the fstab, however, that is quite the hack. In case setting the locale could interfere with system script (sorting, etc.), I suggest only setting it for mounting commands. |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Thursday, 25 October 2007, 06:23 GMT
Reason for closing: Won't implement
Thursday, 25 October 2007, 06:23 GMT
Reason for closing: Won't implement
I didn't set the locale for the root filesystem, I do not know of any popular root filesystem that checks for the locale environment variables in its mounter.
The virtual filesystems don't care either.