<your partition> /media/<mount point> ntfs-3g defaults,locale=en_US.utf8 0 0
NOTE: If it displays your NTFS partition with a UUID, you can check the relevant device location by running one of the following commands. It is OK (and even advisable) to keep the UUID setup if that is what already exists.
sudo blkid ls -l /dev/disk/by-uuid/
Replace <your partition> with the name of the partition you identified earlier. Replace <mount point> with the location you would like the partition to be mounted at, so you have something like /media/windows or /media/documents for that column.
Note: you can also change your locale option (ex: locale=fr_FR.utf8). Execute locale -a in a terminal to know which ones are supported on your system.
Save and close the file. You will now need to create the mount point for each NTFS partition before you can actually mount them:
sudo mkdir -p /media/<mount point>
Now remount each partition with
sudo umount <your partition> sudo mount -a
If you have a problem
If you want to revert to your previous configuration, run:
sudo mv /etc/fstab.orig /etc/fstab sudo umount /media/<mount point> Semoga Membantu....HEHEHE
Filed under: other



