CentOS 6.3 to mount NTFS partition/drive
Sometimes how matter good you are in your line of work or just plain searching on google, you just don't get desired result. Like me on above issue. Just thought there is no solution yet.. until yesterday.
So, do as below
1. get the EPEL repository
2. # yum install ntfs-3g
3. mount your drive as usual but change the type from ext3 to ntfs-3g
example: # mount -t ntfs-3g /dev/sda1 /mnt/win-ntfs
4. DONE
If you need details, just click here
So, do as below
1. get the EPEL repository
2. # yum install ntfs-3g
3. mount your drive as usual but change the type from ext3 to ntfs-3g
example: # mount -t ntfs-3g /dev/sda1 /mnt/win-ntfs
4. DONE
If you need details, just click here
Comments