How to Mount ntfs on Centos
Tuesday, October 6th, 2009So , have you been in the situation where you need to mount a drive which have windows install on it and worse having ntfs partition… and above that when you issue below commands:
#mount -t ntfs /dev/sda1 /mnt/win
and getting error cant find type “ntfs” … well read below how you can do it in just 2 mins:
Step -1
# yum install dkms-ntfs.noarch
Once install just issue the below commands:-
#mount /dev/sda1 /mnt/win
and thats it really ….









