pertama...masuk ke fstab, lalu masukan this script:
[ /media/ 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 with the name of the partition you identified earlier. Replace 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/
Now remount each partition withsudo umount
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/
Manual Mount NTFS to Linux Ubuntu
Posted by
My life My adventure
on Thursday, 30 April 2009
Labels:
Linux/Unix
0 comments:
Post a Comment