<?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>The RoarinPenguin Techiezone &#187; interoperability</title>
	<atom:link href="http://techiezone.rottigni.net/category/interoperability/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiezone.rottigni.net</link>
	<description>Notes, hints, tips... in one word: experience!</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing support for NTFS filesystem on Debian Etch</title>
		<link>http://techiezone.rottigni.net/2008/04/installing-support-for-ntfs-filesystem-on-debian-etch/</link>
		<comments>http://techiezone.rottigni.net/2008/04/installing-support-for-ntfs-filesystem-on-debian-etch/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 04:48:50 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[interoperability]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[access windows filesystem]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[ntfs-3g]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=26</guid>
		<description><![CDATA[Short article about how to enable a Debian Etch (stable version at moment of writing) to have access in read/write to NTFS filesystems. Since there is not package available in standard Etch repositories, packages needs to be retrieved and installed by &#8220;Etch Backports&#8221; repositories as follows: wget http://www.backports.org/debian/pool/main/f/fuse/fuse-utils_2.7.1-2~bpo40+1_i386.deb wget http://www.backports.org/debian/pool/main/f/fuse/libfuse2_2.7.1-2~bpo40+1_i386.deb wget http://www.backports.org/debian/pool/main/n/ntfs-3g/libntfs-3g2_1.516-1~bpo.1_i386.deb wget http://www.backports.org/debian/pool/main/n/ntfs-3g/ntfs-3g_1.516-1~bpo.1_i386.deb Then, [...]]]></description>
			<content:encoded><![CDATA[<p>Short article about how to enable a Debian Etch (stable version at moment of writing) to have access in read/write to NTFS filesystems.</p>
<p>Since there is not package available in standard Etch repositories, packages needs to be retrieved and installed by &#8220;Etch Backports&#8221; repositories as follows:</p>
<ul>
<li><code>wget http://www.backports.org/debian/pool/main/f/fuse/fuse-utils_2.7.1-2~bpo40+1_i386.deb</code></li>
<li><code>wget http://www.backports.org/debian/pool/main/f/fuse/libfuse2_2.7.1-2~bpo40+1_i386.deb</code></li>
<li><code> wget http://www.backports.org/debian/pool/main/n/ntfs-3g/libntfs-3g2_1.516-1~bpo.1_i386.deb</code></li>
<li> <code>wget http://www.backports.org/debian/pool/main/n/ntfs-3g/ntfs-3g_1.516-1~bpo.1_i386.deb</code></li>
</ul>
<p>Then, set&#8217;em up in your Debian using following commands:<code></code></p>
<ul>
<li><code>dpkg -i libfuse2_2.7.1-2~bpo40+1_i386.deb</code></li>
<li><code>dpkg -i fuse-utils_2.7.1-2~bpo40+1_i386.deb</code></li>
<li><code>dpkg -i libntfs-3g2_1.516-1~bpo.1_i386.deb</code></li>
<li><code>dpkg -i ntfs-3g_1.516-1~bpo.1_i386.deb</code></li>
</ul>
<p>Then test mounting it using command:</p>
<p><code>mount -t ntfs-3g /dev/sda1 </code>(replace /dev/sda1 with your device)<code> /&lt;mounting path&gt;</code></p>
<p>It might come up with following message if your kernel is still the standard one of Etch version&#8230; should be harmless if you&#8217;re just mounting an NTFS formatted external drive as I&#8217;m trying to&#8230;<br />
<em>WARNING: Deficient Linux kernel detected. Some driver features are<br />
not available (swap file on NTFS, boot from NTFS by LILO), and<br />
unmount is not safe unless it&#8217;s made sure the ntfs-3g process<br />
naturally terminates after calling &#8216;umount&#8217;. If you wish this<br />
message to disappear then you should upgrade to at least kernel<br />
version 2.6.20, or request help from your distribution to fix<br />
the kernel problem. The below web page has more information:</p>
<p>http://ntfs-3g.org/support.html#fuse26</em></p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2008/04/installing-support-for-ntfs-filesystem-on-debian-etch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

