NTFS drives and Unicodes
I have 3 NTFS drives which are auto-mounted by Ubuntu. However, I encountered 2 problems. One issue is that I do not have the priledges to use Nautilus to view the contents of the NTFS drives. I found this script which can launch Nautilus as 'root'.
The second issue is that I have some files which has Chinese Unicode filenames. The files are 'missing' from the Nautilus or Terminal if I view the directory listing. The way to resolve it is to mount the NTFS drive by specifying the mount options as 'nls=utf8,umask=0222' in /etc/fstab. The umask means that it is set as read-only. But make sure backup a copy of fstab before modifying it.
Btw, reboot the system to make the fstab take effect. Although in many websites it says I can issue the command 'sudo mount -a' to remount all the disks in fstab, mine only take effect after reboot.
1 Comments:
Hello,
Thanks! I think mounting NTFS drive as writable is risky, as it is not really supported.
Anyway, have u tried WINE?
11:03 PM
Post a Comment
<< Home