{"id":1012,"date":"2014-11-13T17:38:55","date_gmt":"2014-11-13T17:38:55","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=1012"},"modified":"2014-11-13T17:38:55","modified_gmt":"2014-11-13T17:38:55","slug":"mount-ntfs-centos-6","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2014\/11\/13\/mount-ntfs-centos-6\/","title":{"rendered":"Mount ntfs on CentOS 6"},"content":{"rendered":"<p>For CentOS-6 the EPEL repository is carrying later NTFS packages. EPEL is also usable for CentOS-5. To install, after enabling the repo per the Repositories page: <\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# yum install ntfs-3g \n\n<\/pre>\n<p>or if you prefer to leave EPEL disabled by default<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# yum --enablerepo epel install ntfs-3g \n\n<\/pre>\n<p>You may also want to<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\nyum install ntfsprogs ntfsprogs-gnomevfs \n\n<\/pre>\n<p>Suppose your ntfs filesystem is \/dev\/sda1 and you are going to mount it on \/mymnt\/win, do the following.<\/p>\n<p>First, create a mount point.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# mkdir \/mymnt\/win \n<\/pre>\n<p>Next, edit \/etc\/fstab as follows. To mount read-only:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# \/dev\/sda1       \/mymnt\/win   ntfs-3g  ro,umask=0222,defaults 0 0 \n<\/pre>\n<p>To mount read-write:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# \/dev\/sda1       \/mymnt\/win   ntfs-3g  rw,umask=0000,defaults 0 0 \n<\/pre>\n<p>You can now mount it by running:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# mount \/mymnt\/win \n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>For CentOS-6 the EPEL repository is carrying later NTFS packages. EPEL is also usable for CentOS-5. To install, after enabling the repo per the Repositories page: # yum install ntfs-3g or if you prefer to leave EPEL disabled by default # yum &#8211;enablerepo epel install ntfs-3g You may also want to yum install ntfsprogs ntfsprogs-gnomevfs &#8230; <a title=\"Mount ntfs on CentOS 6\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2014\/11\/13\/mount-ntfs-centos-6\/\" aria-label=\"Read more about Mount ntfs on CentOS 6\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-1012","post","type-post","status-publish","format-standard","hentry","category-centos6"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1012","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=1012"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1012\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=1012"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=1012"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=1012"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}