{"id":67,"date":"2006-07-24T22:34:40","date_gmt":"2006-07-25T06:34:40","guid":{"rendered":"http:\/\/hongyu.org\/wordpress\/?p=67"},"modified":"2006-07-24T22:34:40","modified_gmt":"2006-07-25T06:34:40","slug":"install-ntfs-driver-for-centos","status":"publish","type":"post","link":"https:\/\/www.hongyu.org\/wordpress\/?p=67","title":{"rendered":"Install NTFS driver for CentOS"},"content":{"rendered":"<p>First, I download the driver by visiting http:\/\/www.linux-ntfs.org<\/p>\n<p>Second, there are two versions of rpm files available for Redhat Enterprise 4, kernel 2.6.9-34.ELsmp, which I downloaded both. But none works. I found there installed locations by running rpm again<\/p>\n<p> rpm -qpl kernel-module-ntfs-2.6.9-34.0.2.ELsmp-2.1.20-0.rr.10.0.i686.rpm<\/p>\n<p>It showed the location is \/lib\/modules\/2.6.9-34.0.2.ELsmp\/, but the correct kernel library path  is \/lib\/modules\/2.6.9-34.ELsmp\/. That&#8217;s why modprobe failed to find the installed file. So I copied the file to the correct path<\/p>\n<p>  cp -R \/lib\/modules\/2.6.9-34.0.2.ELsmp\/kernel\/fs\/ntfs \/lib\/modules\/2.6.9-34.ELsmp\/kernel\/fs\/  <\/p>\n<p>Then I successfully run<br \/>\n  modprobe ntfs<br \/>\n  dmesg | grep ntfs<br \/>\n  mount \/dev\/sda1 \/disk3 -t ntfs -r -o umask=0222<\/p>\n<p>The problem is that the disk mounted is read only<\/p>\n","protected":false},"excerpt":{"rendered":"<p>First, I download the driver by visiting http:\/\/www.linux-ntfs.org Second, there are two versions of rpm files available for Redhat Enterprise 4, kernel 2.6.9-34.ELsmp, which I downloaded both. But none works. I found there installed locations by running rpm again rpm -qpl kernel-module-ntfs-2.6.9-34.0.2.ELsmp-2.1.20-0.rr.10.0.i686.rpm It showed the location is \/lib\/modules\/2.6.9-34.0.2.ELsmp\/, but the correct kernel library path is &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.hongyu.org\/wordpress\/?p=67\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Install NTFS driver for CentOS&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/67"}],"collection":[{"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=67"}],"version-history":[{"count":0,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/67\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=67"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=67"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}