How to Mount ntfs on Centos
So , 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 ….



October 6th, 2009 at 11:15 pm
[...] Website design, SEO – From NeotericUK » Blog Archive » How to Mount ntfs on Centos http://www.neotericuk.co.uk/website-design-blog/2009/10/mount-ntfs-centos – view page – cached Hello there! If you are new here, you might want to subscribe to the RSS feed for updates on this topic. — From the page [...]
November 20th, 2009 at 9:25 am
[...] Website design, SEO – From NeotericUK » Blog Archive » How to … [...]
November 27th, 2009 at 4:45 pm
[...] Website design, SEO – From NeotericUK » Blog Archive » How to … [...]