<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; NTFS</title>
	<atom:link href="http://www.oojahtech.com/tag/ntfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oojahtech.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 17:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Make NTFS Writable on Linux</title>
		<link>http://www.oojahtech.com/2009/07/08/make-ntfs-writable-on-linux/</link>
		<comments>http://www.oojahtech.com/2009/07/08/make-ntfs-writable-on-linux/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 18:44:54 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[General Linux]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[permissions]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Regrettably some of us still have a dual boot sytem with Linux and some version of Windows. There are many reason one might do this. There is some proprietary windows only software required for there job (with no open source Linux equivalent) Some computer services they use only support windows (such as NetFlix Instant watch) [...]]]></description>
			<content:encoded><![CDATA[<p>Regrettably some of us still have a dual boot sytem with Linux and some version of Windows. There are many reason one might do this.</p>
<ol>
<li>There is some proprietary windows only software required for there job (with no open source Linux equivalent)</li>
<li>Some computer services they use only support windows (such as NetFlix Instant watch)</li>
<li>Their still figuring this Linux thing out</li>
<li>They like to play the occasional computer game designed only for windows</li>
</ol>
<p>2 and 4 apply to me;  I still like to play Computer Games when I have a lot of down time, and I subscribe to NetFlix.<br />
Whatever the case, in these situations it is nise to have hard drive space which is shared between both Windows and Linux (I am not going to go into detail about how to partition). I have a large NTFS partition for my documents and media files. In order to make it accessible to Linux I have it mounted automatically.</p>
<p>First thing is to install NTFS-3g which allows for manipulation of NTFS partitions within Linux</p>
<blockquote><p>sudo apt-get install ntfs-3g</p></blockquote>
<p>The next step is to make a directory where you want your drive to mount</p>
<blockquote><p>sudo mkdir /mnt/windows</p></blockquote>
<p>Now you are ready to edit /etc/fstab</p>
<blockquote><p>/dev/sda1  /mnt/windows  ntfs-3g  defaults  0 0</p></blockquote>
<p>the above line can be added to the bottom of the file. Be sure to replace /dev/sda1 with your particular partition. Save the file and reboot. Once your back:</p>
<blockquote><p>cd /mnt/windows<br />
ls</p></blockquote>
<p>if you can see a list of files on your NTFS partition and you test if you have write permissions, the processes was successful.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/08/make-ntfs-writable-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
