{"id":922,"date":"2022-12-22T19:24:25","date_gmt":"2022-12-22T13:24:25","guid":{"rendered":"https:\/\/mellowhost.com\/blog\/?p=922"},"modified":"2022-12-22T19:24:25","modified_gmt":"2022-12-22T13:24:25","slug":"how-to-mount-ntfs-in-debian-ubuntu","status":"publish","type":"post","link":"https:\/\/mellowhost.com\/blog\/how-to-mount-ntfs-in-debian-ubuntu.html","title":{"rendered":"How to mount NTFS in Debian\/Ubuntu"},"content":{"rendered":"\n<p>You need to first install NTFS-3G package to access NTFS on Debian. NTFS-3g depends on libntfs and fuse. Using the following shall install NTFS-3g on the system:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">apt install ntfs-3g -y<\/pre>\n\n\n\n<p>Once done, now you can mount ntfs using the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">mount -t ntfs \/dev\/sdb2 \/mnt<\/pre>\n\n\n\n<p>In this case, sdb2 is the ntfs partition, and we are mounting this to \/mnt directory.<\/p>\n\n\n\n<p>If you are trying to mount a Windows 10\/11 partition, you might end up having a read only NTFS file system. The reason is Windows 10\/11 partition doesn&#8217;t fully shutdown on shutdown command, instead it hibernates the system. To properly shutdown the system, remember to shutdown the system with &#8216;SHIFT&#8217; + SHUTDOWN. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>You need to first install NTFS-3G package to access NTFS on Debian. NTFS-3g depends on libntfs and fuse. Using the following shall install NTFS-3g on the system: Once done, now you can mount ntfs using the following command: In this case, sdb2 is the ntfs partition, and we are mounting this to \/mnt directory. If &hellip; <a href=\"https:\/\/mellowhost.com\/blog\/how-to-mount-ntfs-in-debian-ubuntu.html\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;How to mount NTFS in Debian\/Ubuntu&#8221;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[705],"tags":[199,709,707,198,706],"_links":{"self":[{"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/posts\/922"}],"collection":[{"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/comments?post=922"}],"version-history":[{"count":1,"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/posts\/922\/revisions"}],"predecessor-version":[{"id":923,"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/posts\/922\/revisions\/923"}],"wp:attachment":[{"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/media?parent=922"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/categories?post=922"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mellowhost.com\/blog\/wp-json\/wp\/v2\/tags?post=922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}