<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Filesystem on mwclabs</title><link>https://mwclabs.net/tags/filesystem/</link><description>Recent content in Filesystem on mwclabs</description><generator>Hugo</generator><language>en</language><copyright>&lt;a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0&lt;/a></copyright><lastBuildDate>Tue, 25 May 2010 17:18:32 -0300</lastBuildDate><atom:link href="https://mwclabs.net/tags/filesystem/index.xml" rel="self" type="application/rss+xml"/><item><title>Reading and writing NTFS on FreeBSD</title><link>https://mwclabs.net/posts/2010/05/reading-and-writing-ntfs-on-freebsd/</link><pubDate>Tue, 25 May 2010 17:18:32 -0300</pubDate><guid>https://mwclabs.net/posts/2010/05/reading-and-writing-ntfs-on-freebsd/</guid><description>&lt;p>Mouting your NTFS device on write mode.&lt;/p>
&lt;p>This will mount your HD on read-only mode:&lt;/p>
&lt;p>&lt;code>mount -t nfs /dev/da0s1 /mnt&lt;/code>&lt;/p>
&lt;p>To be able to mount your NTFS and write, you will need &lt;code>NTFS-3G&lt;/code>.&lt;/p>
&lt;p>Install the port:&lt;/p>
&lt;p>&lt;code>cd /usr/ports/sysutils/fusefs-ntfs&lt;/code>&lt;/p>
&lt;p>&lt;code>make install&lt;/code>&lt;/p>
&lt;p>Load the kernel module:&lt;/p>
&lt;p>&lt;code>kldload /usr/local/modules/fuse.ko&lt;/code>&lt;/p>
&lt;p>Mount the desired device:&lt;/p>
&lt;p>&lt;code>mount -t ntfs-3g /dev/da0s1 /mnt&lt;/code>&lt;/p>
&lt;p>Alternative mounting command:&lt;/p>
&lt;p>&lt;code>ntfs-3g /dev/da0s1 /mnt&lt;/code>&lt;/p></description></item></channel></rss>