mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
explain the 'locale' mount option a bit better
This commit is contained in:
parent
d2fab4e71f
commit
1d19c06f6c
9
README
9
README
@ -50,10 +50,13 @@ it was already mounted, and replace /dev/hda1 and /mnt/windows, if needed):
|
||||
or
|
||||
ntfs-3g /dev/hda1 /mnt/windows
|
||||
|
||||
You may also need to set the 'locale' option to make file names with national
|
||||
characters visible. Replace the below hu_HU.utf8 with the appropriate setting.
|
||||
If your Operating System vendor didn't setup your language specific settings
|
||||
then you may also need to set the 'locale' mount option to make all filenames
|
||||
with national characters visible. Replace the below en_US.UTF-8 with the
|
||||
appropriate setting. You can find more information about his topic at
|
||||
http://ntfs-3g.org/support.html#locale
|
||||
|
||||
mount -t ntfs-3g /dev/hda1 /mnt/windows -o locale=hu_HU.utf8
|
||||
mount -t ntfs-3g /dev/hda1 /mnt/windows -o locale=en_US.UTF-8
|
||||
|
||||
Please see the ntfs-3g manual page for more options and examples.
|
||||
|
||||
|
@ -102,10 +102,11 @@ means full access to everybody.
|
||||
Mount filesystem read\-only.
|
||||
.TP
|
||||
.BI locale= value
|
||||
You can set locale with this option which is often required to make
|
||||
visible files with national charaters. It's useful if the locale
|
||||
environment variables are not set before partitions had been mounted
|
||||
from /etc/fstab.
|
||||
This option can be useful if your language specific locale environment
|
||||
variables are not set correctly or at all in your operating system.
|
||||
In such cases, the national characters can be made visible by using this
|
||||
option. Please see more information about this topic at
|
||||
http://ntfs-3g.org/support.html#locale
|
||||
.TP
|
||||
.B force
|
||||
Force mount even if the volume is scheduled for consistency check or
|
||||
|
Loading…
Reference in New Issue
Block a user