<?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>Tuxera &#187; ntfs</title>
	<atom:link href="http://www.tuxera.com/category/ntfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tuxera.com</link>
	<description>Leading NTFS, exFAT Interoperability on Android, Linux, QNX and more</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:25:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Release: NTFS-3G + NTFSPROGS 2012.1.15</title>
		<link>http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2012-1-15/</link>
		<comments>http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2012-1-15/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 16:12:33 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[file systems]]></category>
		<category><![CDATA[interoperability]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[tuxera]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=4232</guid>
		<description><![CDATA[Greetings, We are happy to announce the next stable release of NTFS-3G and ntfsprogs. The source code is available at git clone git://ntfs-3g.git.sourceforge.net/gitroot/ntfs-3g/ntfs-3g The package contains the following improvements, changes and fixes: ntfs-3g: fixed device path canonicalization for use by &#8230; <a class="readMore" href="http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2012-1-15/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Greetings,</p>
<p>We are happy to announce the next stable release of NTFS-3G and ntfsprogs.</p>
<p>The source code is available at</p>
<p>  git clone git://ntfs-3g.git.sourceforge.net/gitroot/ntfs-3g/ntfs-3g</p>
<p>The package contains the following improvements, changes and fixes:</p>
<ul>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed device path canonicalization for use by devmapper</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed setting DOS names when defined with lower-case chars</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed attribute flags controlling recursive writes</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed compilation on OpenIndiana</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed options parsing on OSes with no extended attributes</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed relatime as a default mount option</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed endless recursion when MFT extents are described by themselves</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed the description of inherit option</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed overwriting a truncated file</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed truncation of DOS file names (12 ntfschars, not 12 utf8 chars)</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed the setting of attributes by secaudit (index not synced)</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: faster compression</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: new option delay_mtime to delay updates of mtime+ctime</li>
<li style="margin-bottom: 0.25em;">ntfsfix: new option -d to clear the dirty flag if fix is successful</li>
<li style="margin-bottom: 0.25em;">ntfsfix: fixed volume dirty flag test</li>
<li style="margin-bottom: 0.25em;">ntfsfix: new option to clear the list of bad sectors</li>
<li style="margin-bottom: 0.25em;">ntfsfix: fixed compilation on Sparc</li>
<li style="margin-bottom: 0.25em;">ntfsfix: fixed a bug causing a segmentation violation</li>
<li style="margin-bottom: 0.25em;">ntfsfix: repair self-located MFT data bug</li>
<li style="margin-bottom: 0.25em;">ntfscp: fix free space calculation</li>
<li style="margin-bottom: 0.25em;">ntfscp: support compression</li>
<li style="margin-bottom: 0.25em;">ntfsresize: implemented expanding runlists</li>
<li style="margin-bottom: 0.25em;">ntfsresize: updated the description of the -f option</li>
<li style="margin-bottom: 0.25em;">ntfsresize: expand an NTFS volume downwards</li>
<li style="margin-bottom: 0.25em;">ntfsclone: backup bootsector not be to accounted for</li>
<li style="margin-bottom: 0.25em;">ntfsclone: creating/restoring a metadata image</li>
<li style="margin-bottom: 0.25em;">ntfsundelete: try to recover the file name when undeleting</li>
<li style="margin-bottom: 0.25em;">ntfsundelete: use inode number to name unnamed files</li>
<li style="margin-bottom: 0.25em;">ntfswipe: Big endian and other fixes</li>
<li style="margin-bottom: 0.25em;">secaudit: prefixed owner and group SID in ACL display</li>
<li style="margin-bottom: 0.25em;">library: fixed big cluster support using 4kB sector disk</li>
<li style="margin-bottom: 0.25em;">library: fixed huge data writes</li>
<li style="margin-bottom: 0.25em;">library: use transparent compression by default</li>
<li style="margin-bottom: 0.25em;">library: fixed several bad returns in error conditions</li>
<li style="margin-bottom: 0.25em;">library: enabled getting the sector size on FreeBSD and MacOSX</li>
<li style="margin-bottom: 0.25em;">build: fixed &#8220;make libs&#8221; to only build libraries</li>
</ul>
<p>The stable release is available at</p>
<p>  <a href="http://www.tuxera.com/community/ntfs-3g-download/">http://www.tuxera.com/community/ntfs-3g-download/</a></p>
<p>Many thanks to Jean-Pierre Andre, Erik Larsson and many other contributors!</p>
<p>  Tuxera Open Source Team</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Release%3A+NTFS-3G+%2B+NTFSPROGS+2012.1.15+http://tinyurl.com/7zbby4w" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Release%3A+NTFS-3G+%2B+NTFSPROGS+2012.1.15+http://tinyurl.com/7zbby4w" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2012-1-15/&amp;submitHeadline=Release%3A+NTFS-3G+%2B+NTFSPROGS+2012.1.15" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2012-1-15/&amp;title=Release%3A+NTFS-3G+%2B+NTFSPROGS+2012.1.15" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2012-1-15/&amp;title=Release%3A+NTFS-3G+%2B+NTFSPROGS+2012.1.15" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2012-1-15/&amp;t=Release%3A+NTFS-3G+%2B+NTFSPROGS+2012.1.15" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2012-1-15/&amp;t=Release%3A+NTFS-3G+%2B+NTFSPROGS+2012.1.15&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Release%3A+NTFS-3G+%2B+NTFSPROGS+2012.1.15&amp;link=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2012-1-15/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2012-1-15/&amp;title=Release%3A+NTFS-3G+%2B+NTFSPROGS+2012.1.15" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2012-1-15/&amp;title=Release%3A+NTFS-3G+%2B+NTFSPROGS+2012.1.15" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2012-1-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NETGEAR Selects Tuxera to Accelerate ReadyNAS Performance</title>
		<link>http://www.tuxera.com/ntfs/netgear-selects-tuxera-to-accelerate-readynas-performance/</link>
		<comments>http://www.tuxera.com/ntfs/netgear-selects-tuxera-to-accelerate-readynas-performance/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:42:22 +0000</pubDate>
		<dc:creator>Oscar Santolalla</dc:creator>
				<category><![CDATA[hfs+]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=4173</guid>
		<description><![CDATA[NETGEAR Selects Tuxera to Accelerate ReadyNAS Performance Dramatically Increases Private Cloud Write Speed Sunnyvale, CALIFORNIA &#60;January 11, 2012&#62;. Tuxera, the leading provider of interoperable file systems for Android, Linux, Mac and other platforms, today announced NETGEAR® has selected Tuxera&#8217;s file &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/netgear-selects-tuxera-to-accelerate-readynas-performance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>NETGEAR Selects Tuxera to Accelerate ReadyNAS Performance</strong></p>
<p><strong>Dramatically Increases Private Cloud Write Speed</strong></p>
<p><strong>Sunnyvale, CALIFORNIA &lt;January 11, 2012&gt;.</strong> Tuxera, the leading provider of interoperable file systems for Android, Linux, Mac and other platforms, today announced NETGEAR® has selected Tuxera&#8217;s file system technology to power its Marvell-based ReadyNAS® family of network attached storage (NAS) devices for the Small- to Medium-sized Business (SMB) market. Tuxera&#8217;s market leading file system technology increases NAS write speeds without compromising interoperability, functionality and scalability.</p>
<p>&#8220;We selected Tuxera because their file system technology allows us to achieve significantly faster results than before acceleration.&#8221; notes Matt Pahnke, Sr Product Marketing Manager at NETGEAR. &#8220;With the help of Tuxera, NETGEAR&#8217;s ReadyNAS Duo v2 and NV+ v2 products feature significantly faster back-up times and seamless user experience with portable storages.&#8221;</p>
<p>A typical NAS system runs off-the-shelf Linux software stack with standard open source file systems. As the well-recognized open source file system leader, Tuxera has partnered with NAS chipset manufacturers to integrate and optimize its proprietary and enhanced commercial file system technology into the devices. Tuxera&#8217;s comprehensive NAS offering for OEMs includes high-performance, chipset-optimized Tuxera XFS for the main storage and Tuxera NTFS and HFS+ file systems for external, portable storages.</p>
<p>&#8220;Tuxera&#8217;s mission is to serve advanced storage system manufacturers on the path to private clouds by making the world&#8217;s network storage centerpieces more responsive, scalable and portable.&#8221; noted Mikko Välimäki, Tuxera CEO. &#8220;NETGEAR is among the first whom we are proudly shipping the latest file system technology to ramp up the device performance multiple times over the previous generation.&#8221;</p>
<p>Tuxera Storage &amp; Routers</p>
<p><a href="http://www.tuxera.com/markets/storage/">http://www.tuxera.com/markets/storage/</a></p>
<p><strong>For more information, please contact:</strong></p>
<p><strong><strong>Tuxera Inc.</strong><br />
</strong>Viet-Anh Le<strong><br />
</strong><a href="mailto:Viet-anh@tuxera.com">Viet-anh@tuxera.com</a><br />
Marketing Manager<br />
+358-40-088-5099</p>
<p><strong>About Tuxera</strong>. Tuxera is the leading provider of file systems that allow music, pictures, videos and other content to be ported across devices. Building on the success of open source, Tuxera&#8217;s industry-standard NTFS and exFAT solutions for Android, Linux, Mac OS X and other platforms have tens of millions installations. Close collaboration with Microsoft ensures reliable compatibility and helps Tuxera to set the standard in high-performance, low power use for embedded and mobile solutions. Tuxera&#8217;s customers include leading hardware, software, and consumer electronics companies. For more information, please visit <a href="http://www.tuxera.com/">http://www.tuxera.com/</a>.</p>
<p>NETGEAR and ReadyNAS are registered trademarks of NETGEAR, Inc. in the United States and/or other countries.</p>
<p><strong>About NETGEAR, Inc</strong>. NETGEAR (NASDAQGM:NTGR) is a global networking company that delivers innovative products to consumers, businesses and service providers. For consumers, the company makes high performance, dependable and easy to use home networking, storage and digital media products to connect people with the Internet and their content and devices. For businesses, NETGEAR provides networking, storage and security solutions without the cost and complexity of big IT. The company also supplies top service providers with retail proven, whole home solutions for their customers. NETGEAR products are built on a variety of proven technologies such as wireless, Ethernet and Powerline, with a focus on reliability and ease-of-use. NETGEAR products are sold in approximately 28,000 retail locations around the globe, and through more than 37,000 value-added resellers. The company&#8217;s headquarters are in San Jose, Calif., with additional offices in 25 countries. NETGEAR is an ENERGY STAR® partner. More information is available at <a href="http://www.NETGEAR.com">http://www.NETGEAR.com</a> or by calling (408) 907-8000. Connect with NETGEAR at <a href="http://twitter.com/NETGEAR">http://twitter.com/NETGEAR</a> and <a href="http://www.facebook.com/NETGEAR">http://www.facebook.com/NETGEAR</a>.
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=NETGEAR+Selects+Tuxera+to+Accelerate+ReadyNAS+Performance+http://tinyurl.com/88jcj2x" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=NETGEAR+Selects+Tuxera+to+Accelerate+ReadyNAS+Performance+http://tinyurl.com/88jcj2x" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/ntfs/netgear-selects-tuxera-to-accelerate-readynas-performance/&amp;submitHeadline=NETGEAR+Selects+Tuxera+to+Accelerate+ReadyNAS+Performance" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/ntfs/netgear-selects-tuxera-to-accelerate-readynas-performance/&amp;title=NETGEAR+Selects+Tuxera+to+Accelerate+ReadyNAS+Performance" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/ntfs/netgear-selects-tuxera-to-accelerate-readynas-performance/&amp;title=NETGEAR+Selects+Tuxera+to+Accelerate+ReadyNAS+Performance" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/ntfs/netgear-selects-tuxera-to-accelerate-readynas-performance/&amp;t=NETGEAR+Selects+Tuxera+to+Accelerate+ReadyNAS+Performance" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/ntfs/netgear-selects-tuxera-to-accelerate-readynas-performance/&amp;t=NETGEAR+Selects+Tuxera+to+Accelerate+ReadyNAS+Performance&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=NETGEAR+Selects+Tuxera+to+Accelerate+ReadyNAS+Performance&amp;link=http://www.tuxera.com/ntfs/netgear-selects-tuxera-to-accelerate-readynas-performance/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/ntfs/netgear-selects-tuxera-to-accelerate-readynas-performance/&amp;title=NETGEAR+Selects+Tuxera+to+Accelerate+ReadyNAS+Performance" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/ntfs/netgear-selects-tuxera-to-accelerate-readynas-performance/&amp;title=NETGEAR+Selects+Tuxera+to+Accelerate+ReadyNAS+Performance" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/ntfs/netgear-selects-tuxera-to-accelerate-readynas-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lion is here!</title>
		<link>http://www.tuxera.com/ntfs/lion-is-here/</link>
		<comments>http://www.tuxera.com/ntfs/lion-is-here/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 12:13:36 +0000</pubDate>
		<dc:creator>Mikko Välimäki</dc:creator>
				<category><![CDATA[interoperability]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=3447</guid>
		<description><![CDATA[Apple&#8217;s awaited OS X Lion has been finally released. The delivery is what you can expect from Apple: tons of new features, both for improved user experience and under the hood performance. This is the first time you can upgrade &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/lion-is-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Apple&#8217;s awaited OS X Lion has been finally released. The delivery is what you can expect from Apple: tons of new features, both for improved user experience and under the hood performance. This is the first time you can upgrade your Mac directly through Mac App Store. <a href="http://www.apple.com/pr/library/2011/07/21Lion-Downloads-Top-One-Million-in-First-Day.html">According to the numbers:</a></p>
<blockquote><p>
Apple® today announced that in just one day, over one million users bought and downloaded Mac OS® X Lion, the eighth major release of the world’s most advanced operating system&#8230; users are buying Lion faster than any other OS release in Apple’s history.
</p></blockquote>
<p>Now that&#8217;s just huge!</p>
<p>While the popularity of Mac is skyrocketing to new records, we&#8217;re also seeing more and more people using multiple operating systems and not just one. Windows is not disappearing any time soon and remains the number one choice in many homes and workplaces alike. This means that Macs also need full, rock solid Windows interoperability. Many of those new to Mac bring with them Microsoft Windows formatted hard drives and may continue to use Windows still on the side. And the chances are high that as a Mac user you will need to exchange large amounts of data with friends and colleagues who stay on Windows. </p>
<p>This is where <a href="http://www.tuxera.com/products/tuxera-ntfs-for-mac/">Tuxera NTFS for Mac</a> comes to help. With complete support to OS X Lion, Tuxera NTFS for Mac adds full read and write compatibility with all Windows-formatted drives. </p>
<p>We are very proud to have been flooded by positive feedback on how Tuxera NTFS for Mac is working now smoothly on Mac OS X Lion. Thank you to every one of you!</p>
<p>For those of you who haven’t yet upgraded your system, we urge you to download and install <a href="http://www.tuxera.com/mac/tuxerantfs_2011.4.1.dmg">the latest stable version 2011.4.1</a> which was released already on June 20th.  </p>
<p>Last but not least I&#8217;d like to remind that once you buy a Tuxera NTFS for Mac license you will get future releases free of charge.</p>
<p><img src="http://www.tuxera.com/wp-content/uploads/2011/07/tuxera_installer_mac_lion-613x382.png" alt="" title="tuxera_installer_mac_lion" width="613" height="382" class="aligncenter size-large wp-image-3458" /></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Lion+is+here%21+http://tinyurl.com/43ynox2" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Lion+is+here%21+http://tinyurl.com/43ynox2" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/ntfs/lion-is-here/&amp;submitHeadline=Lion+is+here%21" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/ntfs/lion-is-here/&amp;title=Lion+is+here%21" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/ntfs/lion-is-here/&amp;title=Lion+is+here%21" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/ntfs/lion-is-here/&amp;t=Lion+is+here%21" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/ntfs/lion-is-here/&amp;t=Lion+is+here%21&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Lion+is+here%21&amp;link=http://www.tuxera.com/ntfs/lion-is-here/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/ntfs/lion-is-here/&amp;title=Lion+is+here%21" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/ntfs/lion-is-here/&amp;title=Lion+is+here%21" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/ntfs/lion-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release: Tuxera NTFS for Mac 2011.4</title>
		<link>http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2011-4/</link>
		<comments>http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2011-4/#comments</comments>
		<pubDate>Tue, 03 May 2011 03:50:53 +0000</pubDate>
		<dc:creator>Erik Larsson</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2667</guid>
		<description><![CDATA[We are now announcing the release of Tuxera NTFS for Mac 2011.4. The new release contains numerous enhancements. Here are some of the highlights: Automatic translation of filenames that would be invalid in Windows into a compatible form, leading to &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2011-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are now announcing the release of <a href="http://www.tuxera.com/products/tuxera-ntfs-for-mac/">Tuxera NTFS for Mac 2011.4</a>.</p>
<p>The new release contains numerous enhancements. Here are some of the highlights:</p>
<ul>
<li>Automatic translation of filenames that would be invalid in Windows into a compatible form, leading to less problems when copying files to NTFS volumes (can be turned off in preferences).</li>
<li>Improved responsiveness when using multiple simultaneous NTFS volumes on 64-bit kernels.</li>
<li>The ability to turn off native storage of extended attributes, introduced in version 2010.7 (to improve compatibility with NTFS-3G and older versions of Mac OS X&#8217;s internal NTFS driver).</li>
<li>Bugfix for formatting hard disks with 4 KiB sector size. The previous version produced NTFS volumes that could not be used successfully in Windows.</li>
<li>Bugfixes/tuning of native extended attribute handling. Some applications (e.g. Adobe Photoshop) could misbehave with the previous stable version.</li>
<li>Bugfix for saving files from Adobe Premiere Pro.</li>
<li>Bugfix for free disk space handling. The amount of free disk space being displayed in Finder was not kept up-to-date in some situations.</li>
</ul>
<p>Updates are free for all existing customers, so we urge everyone to update to the latest version.
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Release%3A+Tuxera+NTFS+for+Mac+2011.4+http://tinyurl.com/6azq6z6" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Release%3A+Tuxera+NTFS+for+Mac+2011.4+http://tinyurl.com/6azq6z6" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2011-4/&amp;submitHeadline=Release%3A+Tuxera+NTFS+for+Mac+2011.4" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2011-4/&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2011.4" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2011-4/&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2011.4" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2011-4/&amp;t=Release%3A+Tuxera+NTFS+for+Mac+2011.4" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2011-4/&amp;t=Release%3A+Tuxera+NTFS+for+Mac+2011.4&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2011.4&amp;link=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2011-4/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2011-4/&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2011.4" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2011-4/&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2011.4" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2011-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release: NTFS-3G + NTFSPROGS 2011.4.12</title>
		<link>http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2011-4-12/</link>
		<comments>http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2011-4-12/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 18:31:52 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[file systems]]></category>
		<category><![CDATA[interoperability]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tuxera]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2641</guid>
		<description><![CDATA[Greetings, We are happy to announce the stable, merged release of ntfsprogs and NTFS-3G. The merged codebase will help to avoid duplicated maintenance of the large, complex NTFS codebase, so development can focus on enhanced unctionality, reliability, and interoperability in &#8230; <a class="readMore" href="http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2011-4-12/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Greetings,</p>
<p>We are happy to announce the stable, merged release of ntfsprogs and NTFS-3G.</p>
<p>The merged codebase will help to avoid duplicated maintenance of the large, complex NTFS codebase, so development can focus on enhanced unctionality,<br />
reliability, and interoperability in the future.</p>
<p>Several alternatives have been considered how to organize the code (library, tools, driver). The preferred solution is the simplest way which is one large package, like Samba. So, there will be need to install only one NTFS package (ntfs-3g_ntfsprogs), not two (ntfsprogs, ntfs-3g).</p>
<p>The code and status is available at</p>
<p>  git clone git://ntfs-3g.git.sourceforge.net/gitroot/ntfs-3g/ntfs-3g_ntfsprogs</p>
<p>The new package is a compatible, drop-in replacement for both ntfs-3g and ntfsprogs.</p>
<p>The package contains the following improvements, changes and fixes:</p>
<ul>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed possible wrong hole size when overwriting compressed data.</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed listxattr() to environments with extended attributes.</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed ENOSPC when making an index non-resident.</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: fixed partial mapping ahead of mapped runlist.</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: enabled forensic mounting (currently same as read-only).</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: expand an attribute without creating a hole.</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: improved appending data to a long hole.</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: deny direct modifications to metadata files.</li>
<li style="margin-bottom: 0.25em;">ntfs-3g: option &#8216;acl&#8217; to request the use of Posix ACLs.</li>
<li style="margin-bottom: 0.25em;">ntfsclone: fixed reading old big-endian ntfsclone images.</li>
<li style="margin-bottom: 0.25em;">ntfsclone: avoided writing beyond allocated variable.</li>
<li style="margin-bottom: 0.25em;">ntfsclone: close volume and cleanup when exiting.</li>
<li style="margin-bottom: 0.25em;">ntfsclone: new option not to clear the timestamps.</li>
<li style="margin-bottom: 0.25em;">ntfsclone: sync created image before remounting.</li>
<li style="margin-bottom: 0.25em;">ntfsclone: use a stream to produce aligned writes during image creation.</li>
<li style="margin-bottom: 0.25em;">ntfsinfo: display times in UTC.</li>
<li style="margin-bottom: 0.25em;">mkntfs: don&#8217;t store full bitmap and logfile in memory.</li>
<li style="margin-bottom: 0.25em;">mkntfs: set a volume UUID if option -U.</li>
<li style="margin-bottom: 0.25em;">mkntfs: fixed $MFT allocated size.</li>
<li style="margin-bottom: 0.25em;">mkntfs: fixed allocated size of resident unnamed data.</li>
<li style="margin-bottom: 0.25em;">ntfsfix: new option -n for no action.</li>
<li style="margin-bottom: 0.25em;">ntfsfix: try alternate boot sector if cannot start up.</li>
<li style="margin-bottom: 0.25em;">ntfsfix: check and fix the upcase table.</li>
<li style="margin-bottom: 0.25em;">ntfsfix: try to fix file systems with incorrect size.</li>
<li style="margin-bottom: 0.25em;">ntfsundelete: fixed a segfault.</li>
<li style="margin-bottom: 0.25em;">ntfsresize: new option &#8211;info-mb-only.</li>
<li style="margin-bottom: 0.25em;">ntfsresize: new option &#8211;check.</li>
</ul>
<p>The release candidate is available at</p>
<p>  <a href="http://www.tuxera.com/community/ntfs-3g-download/">http://www.tuxera.com/community/ntfs-3g-download/</a></p>
<p>Many thanks to Jean-Pierre Andre and Erik Larsson to make this happen!</p>
<p>  Tuxera Open Source Team</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Release%3A+NTFS-3G+%2B+NTFSPROGS+2011.4.12+http://tinyurl.com/3u5ejvs" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Release%3A+NTFS-3G+%2B+NTFSPROGS+2011.4.12+http://tinyurl.com/3u5ejvs" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2011-4-12/&amp;submitHeadline=Release%3A+NTFS-3G+%2B+NTFSPROGS+2011.4.12" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2011-4-12/&amp;title=Release%3A+NTFS-3G+%2B+NTFSPROGS+2011.4.12" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2011-4-12/&amp;title=Release%3A+NTFS-3G+%2B+NTFSPROGS+2011.4.12" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2011-4-12/&amp;t=Release%3A+NTFS-3G+%2B+NTFSPROGS+2011.4.12" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2011-4-12/&amp;t=Release%3A+NTFS-3G+%2B+NTFSPROGS+2011.4.12&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Release%3A+NTFS-3G+%2B+NTFSPROGS+2011.4.12&amp;link=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2011-4-12/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2011-4-12/&amp;title=Release%3A+NTFS-3G+%2B+NTFSPROGS+2011.4.12" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2011-4-12/&amp;title=Release%3A+NTFS-3G+%2B+NTFSPROGS+2011.4.12" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/open-source/release-ntfs-3g-ntfsprogs-2011-4-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release: NTFS-3G 2011.1.15</title>
		<link>http://www.tuxera.com/open-source/release-ntfs-3g-2011-1-15/</link>
		<comments>http://www.tuxera.com/open-source/release-ntfs-3g-2011-1-15/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 16:37:12 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[file systems]]></category>
		<category><![CDATA[interoperability]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tuxera]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2467</guid>
		<description><![CDATA[Greetings, The new stable NTFS-3G release contains the following improvements, changes and fixes: New: implemented fsync() and fsyncdir(). New: implemented the &#8216;sync&#8217; mount option. New: sanity check upcase table. New: added a big-endian extended attribute name for attrib and times. &#8230; <a class="readMore" href="http://www.tuxera.com/open-source/release-ntfs-3g-2011-1-15/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Greetings,</p>
<p>The new stable NTFS-3G release contains the following improvements, changes and fixes:</p>
<ul>
<li style="margin-bottom: 0.25em;">New: implemented fsync() and fsyncdir().</li>
<li style="margin-bottom: 0.25em;">New: implemented the &#8216;sync&#8217; mount option.</li>
<li style="margin-bottom: 0.25em;">New: sanity check upcase table.</li>
<li style="margin-bottom: 0.25em;">New: added a big-endian extended attribute name for attrib and times.</li>
<li style="margin-bottom: 0.25em;">New: added an extended attribute name for creation time.</li>
<li style="margin-bottom: 0.25em;">New: enable renaming of system extended attributes.</li>
<li style="margin-bottom: 0.25em;">Change: improved appending data to fragmented files.</li>
<li style="margin-bottom: 0.25em;">Change: improved rebuilding a runlist.</li>
<li style="margin-bottom: 0.25em;">Change: improved comparing filename on big-endian CPUs.</li>
<li style="margin-bottom: 0.25em;">Fixed stat(2) for system files with no data.</li>
<li style="margin-bottom: 0.25em;">Fixed alignment on cached structures.</li>
<li style="margin-bottom: 0.25em;">Fixed Posix ACLs for big-endian CPUs.</li>
<li style="margin-bottom: 0.25em;">Fixed deleting files using ignore_case option.</li>
<li style="margin-bottom: 0.25em;">Fixed allocated size when an attribute update causes unnamed data to be expelled.</li>
</ul>
<p>The latest release of the software is available at <a href="http://www.tuxera.com/">http://www.tuxera.com/</a></p>
<p>Enjoy!</p>
<p>Tuxera Open Source Team</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Release%3A+NTFS-3G+2011.1.15+http://tinyurl.com/4qhb5q3" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Release%3A+NTFS-3G+2011.1.15+http://tinyurl.com/4qhb5q3" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/open-source/release-ntfs-3g-2011-1-15/&amp;submitHeadline=Release%3A+NTFS-3G+2011.1.15" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/open-source/release-ntfs-3g-2011-1-15/&amp;title=Release%3A+NTFS-3G+2011.1.15" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2011-1-15/&amp;title=Release%3A+NTFS-3G+2011.1.15" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/open-source/release-ntfs-3g-2011-1-15/&amp;t=Release%3A+NTFS-3G+2011.1.15" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/open-source/release-ntfs-3g-2011-1-15/&amp;t=Release%3A+NTFS-3G+2011.1.15&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Release%3A+NTFS-3G+2011.1.15&amp;link=http://www.tuxera.com/open-source/release-ntfs-3g-2011-1-15/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2011-1-15/&amp;title=Release%3A+NTFS-3G+2011.1.15" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2011-1-15/&amp;title=Release%3A+NTFS-3G+2011.1.15" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/open-source/release-ntfs-3g-2011-1-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tuxera Launches Tuxera File System Suite, First to Combine NTFS, exFAT and HFS+ for Android</title>
		<link>http://www.tuxera.com/ntfs/tuxera-launches-tuxera-file-system-suite-first-to-combine-ntfs-exfat-and-hfs-for-android/</link>
		<comments>http://www.tuxera.com/ntfs/tuxera-launches-tuxera-file-system-suite-first-to-combine-ntfs-exfat-and-hfs-for-android/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 13:34:06 +0000</pubDate>
		<dc:creator>Mikko Välimäki</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[exfat]]></category>
		<category><![CDATA[file system suite]]></category>
		<category><![CDATA[hfs+]]></category>
		<category><![CDATA[interoperability]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2221</guid>
		<description><![CDATA[All the Popular Interoperable File Systems Replacing FAT32 Offered in a Combined High-Performance Package HELSINKI, FINLAND – October 27, 2010 – Tuxera, the leading provider of interoperable file systems for Android, Linux, Mac and other platforms, today announced Tuxera File &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/tuxera-launches-tuxera-file-system-suite-first-to-combine-ntfs-exfat-and-hfs-for-android/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><b>All the Popular Interoperable File Systems Replacing FAT32 Offered in a Combined High-Performance Package<br />
</b></p>
<p>HELSINKI, FINLAND – October 27, 2010 –  Tuxera, the leading provider of interoperable file systems for Android, Linux, Mac and other platforms, today announced Tuxera File System Suite, the industry&#8217;s most comprehensive interoperability package consisting of Tuxera NTFS, exFAT and HFS+ file systems as well as Tuxera&#8217;s most popular storage management tools. With the announcement, Tuxera added HFS+ file system into its product line already consisting of Tuxera NTFS and exFAT solutions. Tuxera thus became the first and only vendor to offer all three of the most popular modern interoperable file systems replacing the aging FAT32 in a turnkey solution.</p>
<p>Tuxera File System Suite has been developed together with Tuxera&#8217;s customers to address the needs for high-performance Windows and Mac interoperability in Android and Linux-based consumer electronics. Tuxera&#8217;s market-leading file system solutions power set-top boxes, multimedia devices, routers, NAS products, automotive infotainment systems, mobile phones and tablets from the leading brands. Tuxera works together with chipset companies to provide better time to market, up-to-date performance metrics, and dedicated customer support. Tuxera File System Suite components have been successfully integrated and tested on the most popular chipsets delivering outstanding read and write speeds. For example Tuxera’s NTFS solution with Tuxera&#8217;s patent-pending performance optimization technology now outpaces the most popular Android and Linux file systems as well as any alternative NTFS solutions in the markets today.</p>
<p>&#8220;We have seen the convergence of interoperable file system solutions,&#8221; noted Szabolcs Szakacsits, Tuxera CTO. &#8220;For many applications there is not just one right interoperability solution but there can be need to support several file systems at the same time. NTFS is still the most popular overall solution over USB and SATA but Apple&#8217;s rising market share has increased the demand for reliable HFS+. Further, the ever-expanding uses of SD card interfaces call for exFAT. We have successfully established Tuxera exFAT as the natural first choice in the markets with strong support from Microsoft.&#8221;</p>
<p>Tuxera CEO Mikko Välimäki continues: “We are pleased to launch the industry’s first and most comprehensive file system interoperability package. Working closely together with operating system manufacturers, chipset vendors, and the increasing customer base Tuxera File System Suite delivers the best possible reliability and the industry’s fastest performance.”</p>
<p>Tuxera File System Suite combines Tuxera NTFS, exFAT, HFS+ and Storage Management Tools including format and repair into one cost-effective package. Users can pick the right file system with Tuxera&#8217;s expert service and support more easily than before and get to the markets faster.</p>
<p>Tuxera File System Suite is now available for Android and Linux deployments. Please contact <a href="mailto:sales@tuxera.com">sales@tuxera.com</a> for more information.</p>
<p><b>For more information, please contact:</b></p>
<p>Mikko Välimäki<br />
CEO, Tuxera Inc.<br />
+358 (0)50 598 0498 begin_of_the_skype_highlighting              +358 (0)50 598 0498      end_of_the_skype_highlighting</p>
<p><b>About Tuxera.</b> Tuxera is the leading provider of file systems that allow music, pictures, videos and other content to be ported across devices. With Tuxera file systems inside, users experience plug and play interoperability with their laptops, digital cameras, set-top-boxes, mobile phones and other consumer electronics. Building on the success of open source, Tuxera’s industry-standard NTFS and exFAT solutions for Linux, Android, Mac OS X and other platforms have over 30 million installations. Close collaboration with Microsoft ensures reliable compatibility and helps Tuxera to set the standard in high-performance, low power use for embedded and mobile solutions. Tuxera’s customers include leading hardware, software, and consumer electronics companies. For more information, please visit <a href="http://www.tuxera.com/">www.tuxera.com</a>.
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Tuxera+Launches+Tuxera+File+System+Suite%2C+First+to+Combine+NTFS%2C+exFAT+and+HFS%2B+for+Android+http://tinyurl.com/67odep3" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Tuxera+Launches+Tuxera+File+System+Suite%2C+First+to+Combine+NTFS%2C+exFAT+and+HFS%2B+for+Android+http://tinyurl.com/67odep3" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/ntfs/tuxera-launches-tuxera-file-system-suite-first-to-combine-ntfs-exfat-and-hfs-for-android/&amp;submitHeadline=Tuxera+Launches+Tuxera+File+System+Suite%2C+First+to+Combine+NTFS%2C+exFAT+and+HFS%2B+for+Android" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/ntfs/tuxera-launches-tuxera-file-system-suite-first-to-combine-ntfs-exfat-and-hfs-for-android/&amp;title=Tuxera+Launches+Tuxera+File+System+Suite%2C+First+to+Combine+NTFS%2C+exFAT+and+HFS%2B+for+Android" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/ntfs/tuxera-launches-tuxera-file-system-suite-first-to-combine-ntfs-exfat-and-hfs-for-android/&amp;title=Tuxera+Launches+Tuxera+File+System+Suite%2C+First+to+Combine+NTFS%2C+exFAT+and+HFS%2B+for+Android" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/ntfs/tuxera-launches-tuxera-file-system-suite-first-to-combine-ntfs-exfat-and-hfs-for-android/&amp;t=Tuxera+Launches+Tuxera+File+System+Suite%2C+First+to+Combine+NTFS%2C+exFAT+and+HFS%2B+for+Android" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/ntfs/tuxera-launches-tuxera-file-system-suite-first-to-combine-ntfs-exfat-and-hfs-for-android/&amp;t=Tuxera+Launches+Tuxera+File+System+Suite%2C+First+to+Combine+NTFS%2C+exFAT+and+HFS%2B+for+Android&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Tuxera+Launches+Tuxera+File+System+Suite%2C+First+to+Combine+NTFS%2C+exFAT+and+HFS%2B+for+Android&amp;link=http://www.tuxera.com/ntfs/tuxera-launches-tuxera-file-system-suite-first-to-combine-ntfs-exfat-and-hfs-for-android/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/ntfs/tuxera-launches-tuxera-file-system-suite-first-to-combine-ntfs-exfat-and-hfs-for-android/&amp;title=Tuxera+Launches+Tuxera+File+System+Suite%2C+First+to+Combine+NTFS%2C+exFAT+and+HFS%2B+for+Android" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/ntfs/tuxera-launches-tuxera-file-system-suite-first-to-combine-ntfs-exfat-and-hfs-for-android/&amp;title=Tuxera+Launches+Tuxera+File+System+Suite%2C+First+to+Combine+NTFS%2C+exFAT+and+HFS%2B+for+Android" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/ntfs/tuxera-launches-tuxera-file-system-suite-first-to-combine-ntfs-exfat-and-hfs-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tuxera NTFS for Mac Released with 64-bit Support</title>
		<link>http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-released-with-64-bit-support/</link>
		<comments>http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-released-with-64-bit-support/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 11:29:11 +0000</pubDate>
		<dc:creator>Mikko Välimäki</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2169</guid>
		<description><![CDATA[Tuxera NTFS for Mac Released with 64-bit Support Revamped Software Interconnects Every Mac With Windows-Formatted Drives HELSINKI, FINLAND &#8211; October 11, 2010 &#8211; Tuxera Inc., the leading provider of Windows-compatible file systems for Linux, Android, Mac and other platforms, today &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-released-with-64-bit-support/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><b>Tuxera NTFS for Mac Released with 64-bit Support<br />
Revamped Software Interconnects Every Mac With Windows-Formatted Drives</b></p>
<p>HELSINKI, FINLAND &#8211; October 11, 2010 &#8211; Tuxera Inc., the leading provider of Windows-compatible file systems for Linux, Android, Mac and other platforms, today announced the release of a major new version of its popular Tuxera NTFS for Mac loaded with full 64-bit support, extended attributes, and other improvements. Apple&#8217;s latest Mac Pro computers, released in mid-August, are the first to have Snow Leopard operating system installed in 64-bit kernel mode. Tuxera follows Apple&#8217;s direction with the revamped NTFS file system application that is guaranteed to work with future Macs. </p>
<p>Tuxera NTFS for Mac allows Apple Macintosh users to read and write in Windows-format, safely and quickly. The software has become extremely popular among consumers who migrate from Windows to Mac, and wish to fully use their Windows-formatted hard drives and memory sticks with the new system. Designers running Mac use the software to prepare customer deliveries. Tuxera NTFS for Mac is also widely used in media production companies and universities with heterogeneous computing environments that include both Windows and Mac computers. The software is compatible with popular virtualization and encryption solutions including Parallels Desktop®, VMware Fusion® and TrueCrypt.</p>
<p>“This is a major upgrade for Tuxera NTFS for Mac. We have worked hard to rebuild &#8216;under the hood&#8217; functionality to be fully compatible with 64-bit and are pleased with the performance throughput,” stated Mikko Välimäki, Tuxera CEO. &#8220;There are also several other improvements ranging from a simpler installation process to new features only available from Tuxera such as full support for extended attributes. We remain fully committed to providing Mac users the best-of-class file system compatibility to the Windows world.&#8221;</p>
<p>Apple has introduced 64-bit kernel mode in Snow Leopard. 64-bit support speeds up the operating system and removes barriers for maximum physical memory. Tuxera NTFS for Mac now joins other system applications that can take full advantage of the future of high-performance computing. </p>
<p>The new Tuxera NTFS for Mac version 2010.10 can be downloaded from <a href="http://www.tuxera.com/products/tuxera-ntfs-for-mac">http://www.tuxera.com/products/tuxera-ntfs-for-mac/</a>. An update is free-of-charge to previously registered customers. </p>
<p><b>For more information, please contact:</b></p>
<p>Mikko Välimäki<br />
CEO, Tuxera Inc.<br />
+358 (0)50 598 0498</p>
<p><b>Apple:</b> <a href="http://www.apple.com/macosx/technology/#sixtyfourbit">64-bit</a>. </p>
<p><b>About Tuxera.</b> Tuxera is the leading provider of file systems that allow music, pictures, videos and other content to be ported across devices. With Tuxera file systems inside, users experience plug and play interoperability with their laptops, digital cameras, set-top-boxes, mobile phones and other consumer electronics. Building on the success of open source, Tuxera’s industry-standard NTFS and exFAT solutions for Linux, Android, Mac OS X and other platforms have over 30 million installations. Close collaboration with Microsoft ensures reliable compatibility and helps Tuxera to set the standard in high-performance, low power use for embedded and mobile solutions. Tuxera’s customers include leading hardware, software, and consumer electronics companies. For more information, please visit <a href="http://www.tuxera.com/">www.tuxera.com</a>.</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Tuxera+NTFS+for+Mac+Released+with+64-bit+Support+http://tinyurl.com/6jbjhos" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Tuxera+NTFS+for+Mac+Released+with+64-bit+Support+http://tinyurl.com/6jbjhos" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-released-with-64-bit-support/&amp;submitHeadline=Tuxera+NTFS+for+Mac+Released+with+64-bit+Support" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-released-with-64-bit-support/&amp;title=Tuxera+NTFS+for+Mac+Released+with+64-bit+Support" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-released-with-64-bit-support/&amp;title=Tuxera+NTFS+for+Mac+Released+with+64-bit+Support" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-released-with-64-bit-support/&amp;t=Tuxera+NTFS+for+Mac+Released+with+64-bit+Support" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-released-with-64-bit-support/&amp;t=Tuxera+NTFS+for+Mac+Released+with+64-bit+Support&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Tuxera+NTFS+for+Mac+Released+with+64-bit+Support&amp;link=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-released-with-64-bit-support/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-released-with-64-bit-support/&amp;title=Tuxera+NTFS+for+Mac+Released+with+64-bit+Support" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-released-with-64-bit-support/&amp;title=Tuxera+NTFS+for+Mac+Released+with+64-bit+Support" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-released-with-64-bit-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Appareo Systems Chooses Tuxera NTFS for Flight Data Monitoring Device</title>
		<link>http://www.tuxera.com/ntfs/appareo-systems-chooses-tuxera-ntfs-for-flight-data-monitoring-device/</link>
		<comments>http://www.tuxera.com/ntfs/appareo-systems-chooses-tuxera-ntfs-for-flight-data-monitoring-device/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 08:01:09 +0000</pubDate>
		<dc:creator>Mikko Välimäki</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2152</guid>
		<description><![CDATA[Appareo Systems Chooses Tuxera NTFS for Flight Data Monitoring Device Top Reliability Enables Vision 1000 to Meet Strict Requirements for Aviation Industry HELSINKI, FINLAND &#8211; October 5, 2010 &#8211; Tuxera, the leading provider of Windows-compatible file systems for Linux, Android, &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/appareo-systems-chooses-tuxera-ntfs-for-flight-data-monitoring-device/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><b>Appareo Systems Chooses Tuxera NTFS for Flight Data Monitoring Device<br />
Top Reliability Enables Vision 1000 to Meet Strict Requirements for Aviation Industry</b></p>
<p>HELSINKI, FINLAND &#8211; October 5, 2010 &#8211; Tuxera, the leading provider of Windows-compatible file systems for Linux, Android, Mac and other platforms, today announced that Appareo Systems has licensed Tuxera NTFS to bring seamless interoperability to its Vision 1000 system. Tuxera&#8217;s embedded file system solution will allow the Vision 1000, a cockpit imaging and flight data monitoring (FDM) device wrapped into one, to read/write data efficiently for the aviation industry. The result of a joint development between Appareo Systems and Eurocopter, the Vision 1000 gives any operator the ability to benefit from a comprehensive FDM program.</p>
<p>&#8220;Tuxera&#8217;s file systems offer great reliability &#8211; something required in the aviation industry,&#8221; said Appareo Systems embedded systems director Robert Weinmann. &#8220;The Vision 1000 system captures critical inertial and position data, cockpit imagery and audio. Tuxera helps to make this happen.&#8221;</p>
<p>&#8220;Appareo&#8217;s market is the aviation industry where it is essential to capture data both effectively and efficiently,&#8221; stated Tuxera CEO Mikko Välimäki. &#8220;We&#8217;re happy to see that Tuxera file system solutions will help pilots, aircraft operators and the aviation industry on the whole meet their demanding requirements for flight data monitoring and recording.&#8221;</p>
<p>In addition to the Vision 1000, Tuxera NTFS will be also included in Appareo Systems&#8217; next generation Flight Data Monitoring tool, the GAU 3000, a modular device that offers options for collecting aircraft data through a number of interfaces including its own inertial suite, ARINC 429 inputs and other modules.</p>
<p><b>For more information:</b></p>
<p>Mikko Välimäki<br />
CEO, Tuxera Inc.<br />
+358-50-598-0498</p>
<p>John Pedersen<br />
Appareo Systems, LLC<br />
(701) 356-2200</p>
<p><b>About Tuxera.</b> Tuxera is the leading provider of file systems that allow music, pictures, videos and other content to be ported across devices. With Tuxera file systems inside, users experience plug and play interoperability with their laptops, digital cameras, set-top-boxes, mobile phones and other consumer electronics. Building on the success of open source, Tuxera&#8217;s industry-standard NTFS and exFAT solutions for Linux, Android, Mac OS X and other platforms have over 30 million installations. Close collaboration with Microsoft ensures reliable compatibility and helps Tuxera to set the standard in high-performance, low power use for embedded and mobile solutions. Tuxera&#8217;s customers include leading hardware, software, and consumer electronics companies. For more information, please visit <a href="http://www.tuxera.com/">www.tuxera.com</a>.</p>
<p><b>About Appareo Systems.</b> Appareo Systems is a recognized leader in the custom development and manufacture of low-cost innovative avionic solutions for original equipment manufacturers. Through the creative application of cutting-edge technologies, the company creates complex end-to-end solutions that include both airborne and ground station components. Appareo offers turn-key services form product conceptualization through attainment of STC. In addition, the company is an accredited FAA Parts Manufacturing facility.</p>
<p>Appareo&#8217;s ALERTS system for flight data capture and analysis was named the 2007 Product Breakthrough of the Year by Aviation Week &#038; Space Technology and recognized by the American Helicopter Association with the 2008 Harry T. Jensen award for outstanding contribution to helicopter safety and reliability. Appareo Systems is based in Fargo, ND. For more information, please visit <a href="http://www.appareo.com/">www.appareo.com</a>.
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Appareo+Systems+Chooses+Tuxera+NTFS+for+Flight+Data+Monitoring+Device+http://tinyurl.com/64tp9pq" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Appareo+Systems+Chooses+Tuxera+NTFS+for+Flight+Data+Monitoring+Device+http://tinyurl.com/64tp9pq" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/ntfs/appareo-systems-chooses-tuxera-ntfs-for-flight-data-monitoring-device/&amp;submitHeadline=Appareo+Systems+Chooses+Tuxera+NTFS+for+Flight+Data+Monitoring+Device" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/ntfs/appareo-systems-chooses-tuxera-ntfs-for-flight-data-monitoring-device/&amp;title=Appareo+Systems+Chooses+Tuxera+NTFS+for+Flight+Data+Monitoring+Device" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/ntfs/appareo-systems-chooses-tuxera-ntfs-for-flight-data-monitoring-device/&amp;title=Appareo+Systems+Chooses+Tuxera+NTFS+for+Flight+Data+Monitoring+Device" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/ntfs/appareo-systems-chooses-tuxera-ntfs-for-flight-data-monitoring-device/&amp;t=Appareo+Systems+Chooses+Tuxera+NTFS+for+Flight+Data+Monitoring+Device" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/ntfs/appareo-systems-chooses-tuxera-ntfs-for-flight-data-monitoring-device/&amp;t=Appareo+Systems+Chooses+Tuxera+NTFS+for+Flight+Data+Monitoring+Device&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Appareo+Systems+Chooses+Tuxera+NTFS+for+Flight+Data+Monitoring+Device&amp;link=http://www.tuxera.com/ntfs/appareo-systems-chooses-tuxera-ntfs-for-flight-data-monitoring-device/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/ntfs/appareo-systems-chooses-tuxera-ntfs-for-flight-data-monitoring-device/&amp;title=Appareo+Systems+Chooses+Tuxera+NTFS+for+Flight+Data+Monitoring+Device" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/ntfs/appareo-systems-chooses-tuxera-ntfs-for-flight-data-monitoring-device/&amp;title=Appareo+Systems+Chooses+Tuxera+NTFS+for+Flight+Data+Monitoring+Device" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/ntfs/appareo-systems-chooses-tuxera-ntfs-for-flight-data-monitoring-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release: NTFS-3G 2010.10.2</title>
		<link>http://www.tuxera.com/open-source/release-ntfs-3g-2010-10-2/</link>
		<comments>http://www.tuxera.com/open-source/release-ntfs-3g-2010-10-2/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 19:37:01 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[ntfs]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2148</guid>
		<description><![CDATA[Greetings, The new stable NTFS-3G release contains the following minor bug fixes: Fixed filename encoding when standard functions are not available. Fixed checking mounted device status on some non-Linux platforms. Fixed mounting with SELinux context. Fixed -n and &#8211;no-mtab mount &#8230; <a class="readMore" href="http://www.tuxera.com/open-source/release-ntfs-3g-2010-10-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Greetings,</p>
<p>The new stable NTFS-3G release contains the following minor bug fixes:</p>
<ul>
<li style="margin-bottom: 0.25em;">Fixed filename encoding when standard functions are not available.</li>
<li style="margin-bottom: 0.25em;">Fixed checking mounted device status on some non-Linux platforms.</li>
<li style="margin-bottom: 0.25em;">Fixed mounting with SELinux context.</li>
<li style="margin-bottom: 0.25em;">Fixed -n and &#8211;no-mtab mount option handling, needed by automount.</li>
<li style="margin-bottom: 0.25em;">Improved consistency checks of POSIX ACLs.</li>
<li style="margin-bottom: 0.25em;">NTFS-3G manual update.</li>
</ul>
<p>The latest release of the software is available at <a href="http://www.tuxera.com/">http://www.tuxera.com/</a></p>
<p>Enjoy!</p>
<p>Tuxera Open Source Team</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Release%3A+NTFS-3G+2010.10.2+http://tinyurl.com/6corghm" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Release%3A+NTFS-3G+2010.10.2+http://tinyurl.com/6corghm" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/open-source/release-ntfs-3g-2010-10-2/&amp;submitHeadline=Release%3A+NTFS-3G+2010.10.2" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-10-2/&amp;title=Release%3A+NTFS-3G+2010.10.2" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-10-2/&amp;title=Release%3A+NTFS-3G+2010.10.2" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/open-source/release-ntfs-3g-2010-10-2/&amp;t=Release%3A+NTFS-3G+2010.10.2" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/open-source/release-ntfs-3g-2010-10-2/&amp;t=Release%3A+NTFS-3G+2010.10.2&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Release%3A+NTFS-3G+2010.10.2&amp;link=http://www.tuxera.com/open-source/release-ntfs-3g-2010-10-2/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-10-2/&amp;title=Release%3A+NTFS-3G+2010.10.2" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-10-2/&amp;title=Release%3A+NTFS-3G+2010.10.2" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/open-source/release-ntfs-3g-2010-10-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PLX Technology Partners with Tuxera to Deliver High-Performance File System Suite</title>
		<link>http://www.tuxera.com/ntfs/plx-technology-partners-with-tuxera-to-deliver-high-performance-file-system-suite/</link>
		<comments>http://www.tuxera.com/ntfs/plx-technology-partners-with-tuxera-to-deliver-high-performance-file-system-suite/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 13:48:30 +0000</pubDate>
		<dc:creator>Mikko Välimäki</dc:creator>
				<category><![CDATA[exfat]]></category>
		<category><![CDATA[file system suite]]></category>
		<category><![CDATA[hfs+]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2141</guid>
		<description><![CDATA[PLX Technology Partners with Tuxera to Deliver High-Performance File System Suite Read/Write NTFS Performance Optimized for Rapidly Expanding NAS Market Sunnyvale, Calif. – September, 29 2010 – Tuxera Inc., the leading provider of Windows-compatible file systems for Linux, Android, Mac &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/plx-technology-partners-with-tuxera-to-deliver-high-performance-file-system-suite/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><b>PLX Technology Partners with Tuxera to Deliver High-Performance File System Suite<br />
Read/Write NTFS Performance Optimized for Rapidly Expanding NAS Market</b></p>
<p>Sunnyvale, Calif. – September, 29 2010 – Tuxera Inc., the leading provider of Windows-compatible file systems for Linux, Android, Mac and other platforms, today announced close collaboration with PLX Technology, the industry’s leading consumer storage controller provider for network attached storage (NAS) devices.  Tuxera and PLX are working together to ensure that the Tuxera® File System Suite, which includes Tuxera NTFS, exFAT and HFS+, are fully optimized for high-speed storage designs using PLX® NAS solutions. </p>
<p>Tuxera’s file systems greatly simplify how device manufacturers can achieve higher performance, lower power, and read/write interoperability by interacting directly with the Linux kernel as a standard plug-in kernel module.  The Tuxera File System Suite package combines expert service and support with its industry-leading interoperable file system solutions. </p>
<p>“Achieving the highest levels of performance and interoperability is instrumental in PLX product development, and Tuxera’s File System Suite helped us to achieve these goals,” said David Raun, vice president of marketing and business development at PLX.  “We are pleased to collaborate with Tuxera to ensure its technology, working in tandem with our NAS products, delivers best-in-class performance across multiple file systems and applications.”</p>
<p>“For Tuxera, this PLX partnership is an endorsement of Tuxera’s file system suite in high-performance storage applications,” said Mikko Välimäki, Tuxera CEO.  “It also builds a strong tie with Tuxera and the well-known PLX storage family.  Tuxera is fully committed to increasing its leadership in embedded markets, and this partnership marks an important milestone.”</p>
<p>There are many applications for high-performance interoperable file systems for embedded use. For example, Tuxera NTFS and HFS+ solutions efficiently transform Linux-based network-attached storage devices and set-top boxes, allowing them to seamlessly interoperate with Windows and Mac computers and deliver top of the line performance.  Fast read and write performance with ever-increasing file sizes is crucial for the best possible consumer experience.  Previously, interoperability in most cases has been achieved through the use of the low-performance and energy-consumptive FAT32 file system.</p>
<p>The Tuxera File System Suite, including Tuxera NTFS, HFS+ and exFAT, is now available to PLX customers.  Please contact <a href="mailto:sales@tuxera.com">sales@tuxera.com</a> for more information.</p>
<p>For information on PLX Technology consumer-storage controllers, go to <a href="http://www.plxtech.com/products/consumer/">www.plxtech.com/products/consumer</a>.</p>
<p><b>About Tuxera</b><br />
Tuxera is the leading provider of file systems that allow music, pictures, videos and other content to be ported across devices. With Tuxera file systems inside, users experience plug and play interoperability with their laptops, digital cameras, set-top-boxes, mobile phones and other consumer electronics. Building on the success of open source, Tuxera’s industry-standard NTFS and exFAT solutions for Linux, Android, Mac OS X and other platforms have over 30 million installations. Close collaboration with Microsoft ensures reliable compatibility and helps Tuxera to set the standard in high-performance, low power use for embedded and mobile solutions. Tuxera’s customers include leading hardware, software, and consumer electronics companies. For more information, please visit <a href="http://www.tuxera.com/">www.tuxera.com</a>.</p>
<p><b>About PLX</b><br />
PLX Technology, Inc. (NASDAQ: PLXT), based in Sunnyvale, Calif., USA, is an industry-leading global provider of semiconductor based connectivity solutions primarily targeting the enterprise and consumer markets.  The Company develops innovative software-enriched silicon that enables product differentiation, reliable interoperability and superior performance. <a href="http://www.plxtech.com">www.plxtech.com</a>.</p>
<p><b>Tuxera Contact:</b><br />
Mikko Välimäki<br />
408-335-7366</p>
<p><b>PLX Editorial Contact:</b><br />
Jerry Steach<br />
CommonGround Communications (for PLX)<br />
415-222-9996</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=PLX+Technology+Partners+with+Tuxera+to+Deliver+High-Performance+File+System+Suite+http://tinyurl.com/6fg5uh3" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=PLX+Technology+Partners+with+Tuxera+to+Deliver+High-Performance+File+System+Suite+http://tinyurl.com/6fg5uh3" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/ntfs/plx-technology-partners-with-tuxera-to-deliver-high-performance-file-system-suite/&amp;submitHeadline=PLX+Technology+Partners+with+Tuxera+to+Deliver+High-Performance+File+System+Suite" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/ntfs/plx-technology-partners-with-tuxera-to-deliver-high-performance-file-system-suite/&amp;title=PLX+Technology+Partners+with+Tuxera+to+Deliver+High-Performance+File+System+Suite" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/ntfs/plx-technology-partners-with-tuxera-to-deliver-high-performance-file-system-suite/&amp;title=PLX+Technology+Partners+with+Tuxera+to+Deliver+High-Performance+File+System+Suite" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/ntfs/plx-technology-partners-with-tuxera-to-deliver-high-performance-file-system-suite/&amp;t=PLX+Technology+Partners+with+Tuxera+to+Deliver+High-Performance+File+System+Suite" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/ntfs/plx-technology-partners-with-tuxera-to-deliver-high-performance-file-system-suite/&amp;t=PLX+Technology+Partners+with+Tuxera+to+Deliver+High-Performance+File+System+Suite&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=PLX+Technology+Partners+with+Tuxera+to+Deliver+High-Performance+File+System+Suite&amp;link=http://www.tuxera.com/ntfs/plx-technology-partners-with-tuxera-to-deliver-high-performance-file-system-suite/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/ntfs/plx-technology-partners-with-tuxera-to-deliver-high-performance-file-system-suite/&amp;title=PLX+Technology+Partners+with+Tuxera+to+Deliver+High-Performance+File+System+Suite" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/ntfs/plx-technology-partners-with-tuxera-to-deliver-high-performance-file-system-suite/&amp;title=PLX+Technology+Partners+with+Tuxera+to+Deliver+High-Performance+File+System+Suite" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/ntfs/plx-technology-partners-with-tuxera-to-deliver-high-performance-file-system-suite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release candidate: Tuxera NTFS for Mac 2010.9-RC</title>
		<link>http://www.tuxera.com/ntfs/release-candidate-tuxera-ntfs-for-mac-2010-9-rc/</link>
		<comments>http://www.tuxera.com/ntfs/release-candidate-tuxera-ntfs-for-mac-2010-9-rc/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 07:25:09 +0000</pubDate>
		<dc:creator>Erik Larsson</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[tuxera]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2100</guid>
		<description><![CDATA[The latest release candidate of Tuxera NTFS for Mac is now out. The new release candidate integrates the shared component MacFUSE closer into the driver to simplify installation and adds support for Mac users running the fully 64-bit Snow Leopard &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/release-candidate-tuxera-ntfs-for-mac-2010-9-rc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The latest release candidate of <a href="http://www.tuxera.com/products/tuxera-ntfs-for-mac/">Tuxera NTFS for Mac</a> is now out.</p>
<p>The new release candidate integrates the shared component MacFUSE closer into the driver to simplify installation and adds support for Mac users running the fully 64-bit Snow Leopard kernel (the &#8216;X86_64&#8242; kernel flavor). This means that the newest Mac Pros (mid-2010) will be able to use Tuxera NTFS for Mac without switching to the 32/64-bit hybrid kernel which is the default on all other consumer Macs.</p>
<p>Along with these changes there have been numerous other improvements, for instance:</p>
<ul>
<li>Driver now runs in 64-bit mode on Intel 64-bit and PowerPC G5 processors (only Mac OS X 10.5 and later).</li>
<li>Bugfix for extended attribute handling which caused file copying problems in some cases.</li>
<li>Disabled the &#8216;archive&#8217; flag for directories because of conflict with Finder.</li>
<li>Fixed incompatibility with TrueCrypt volumes.</li>
<li>Driver codebase synchronized with NTFS-3G 2010.8.8 (see: <a href="http://www.tuxera.com/community/release-history/">NTFS-3G release history</a> for a list of changes).</li>
</ul>
<p>Feedback from users running the 64-bit kernel is most appreciated. Please post your experiences in the <a href="http://www.tuxera.com/forum/viewforum.php?f=4">forum</a>, or send an email to our dedicated support email address if you&#8217;re a customer. Thank you.
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Release+candidate%3A+Tuxera+NTFS+for+Mac+2010.9-RC+http://tinyurl.com/658h92d" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Release+candidate%3A+Tuxera+NTFS+for+Mac+2010.9-RC+http://tinyurl.com/658h92d" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/ntfs/release-candidate-tuxera-ntfs-for-mac-2010-9-rc/&amp;submitHeadline=Release+candidate%3A+Tuxera+NTFS+for+Mac+2010.9-RC" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/ntfs/release-candidate-tuxera-ntfs-for-mac-2010-9-rc/&amp;title=Release+candidate%3A+Tuxera+NTFS+for+Mac+2010.9-RC" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/ntfs/release-candidate-tuxera-ntfs-for-mac-2010-9-rc/&amp;title=Release+candidate%3A+Tuxera+NTFS+for+Mac+2010.9-RC" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/ntfs/release-candidate-tuxera-ntfs-for-mac-2010-9-rc/&amp;t=Release+candidate%3A+Tuxera+NTFS+for+Mac+2010.9-RC" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/ntfs/release-candidate-tuxera-ntfs-for-mac-2010-9-rc/&amp;t=Release+candidate%3A+Tuxera+NTFS+for+Mac+2010.9-RC&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Release+candidate%3A+Tuxera+NTFS+for+Mac+2010.9-RC&amp;link=http://www.tuxera.com/ntfs/release-candidate-tuxera-ntfs-for-mac-2010-9-rc/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/ntfs/release-candidate-tuxera-ntfs-for-mac-2010-9-rc/&amp;title=Release+candidate%3A+Tuxera+NTFS+for+Mac+2010.9-RC" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/ntfs/release-candidate-tuxera-ntfs-for-mac-2010-9-rc/&amp;title=Release+candidate%3A+Tuxera+NTFS+for+Mac+2010.9-RC" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/ntfs/release-candidate-tuxera-ntfs-for-mac-2010-9-rc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Release: NTFS-3G 2010.8.8</title>
		<link>http://www.tuxera.com/open-source/release-ntfs-3g-2010-8-8/</link>
		<comments>http://www.tuxera.com/open-source/release-ntfs-3g-2010-8-8/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 20:55:45 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[ntfs]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2014</guid>
		<description><![CDATA[Greetings, The new, stable NTFS-3G release contains the following major functionality improvements, changes and bug fixes: New: Full, transparent, read-write compression support. New: Two new mount options: compression and nocompression (default). New: Introduced windows_names mount option to enforce only Windows &#8230; <a class="readMore" href="http://www.tuxera.com/open-source/release-ntfs-3g-2010-8-8/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Greetings,</p>
<p>The new, stable NTFS-3G release contains the following major functionality improvements, changes and bug fixes:</p>
<ul>
<li style="margin-bottom: 0.25em;">New: Full, transparent, read-write compression support.</li>
<li style="margin-bottom: 0.25em;">New: Two new mount options: compression and nocompression (default).</li>
<li style="margin-bottom: 0.25em;">New: Introduced windows_names mount option to enforce only Windows names.</li>
<li style="margin-bottom: 0.25em;">Change: Re-enabled compression in root directory.</li>
<li style="margin-bottom: 0.25em;">Change: Reversed default for showing/hiding hidden files.</li>
<li style="margin-bottom: 0.25em;">Change: Redefined default user mapping.</li>
<li style="margin-bottom: 0.25em;">Change: Marked files whose name has a dot initial as &#8220;hidden&#8221; if option hide_dot_files is used.</li>
<li style="margin-bottom: 0.25em;">Change: Renamed option default_permissions to permissions.</li>
<li style="margin-bottom: 0.25em;">Fixed use of utimensat() with external fuse older than 2.8.</li>
<li style="margin-bottom: 0.25em;">Fixed a hang when reading a corrupt compressed file.</li>
<li style="margin-bottom: 0.25em;">Fixed a possible crash when creating a stream.</li>
<li style="margin-bottom: 0.25em;">Fixed all reported and found compressed write related bugs.</li>
<li style="margin-bottom: 0.25em;">Fixed partially overwriting sparse clusters on highly fragmented volumes.</li>
<li style="margin-bottom: 0.25em;">Fixed checking write errors in setxattr().</li>
<li style="margin-bottom: 0.25em;">Fixed processing end of partial runlist for compressed files.</li>
<li style="margin-bottom: 0.25em;">Fixed updating file compressed sizes.</li>
<li style="margin-bottom: 0.25em;">Fixed checking the device mount state.</li>
<li style="margin-bottom: 0.25em;">Fixed processing of options silent and no_def_opts.</li>
<li style="margin-bottom: 0.25em;">Fixed excessive cluster allocation within big holes.</li>
<li style="margin-bottom: 0.25em;">Fixed creating empty encrypted extended attributes.</li>
<li style="margin-bottom: 0.25em;">Fixed too permissive sanity check before compressing.</li>
<li style="margin-bottom: 0.25em;">Fixed error returns when writing compressed data.</li>
<li style="margin-bottom: 0.25em;">Fixed sanity checked when closing a compressed file.</li>
<li style="margin-bottom: 0.25em;">Fixed zeroing the end of an ex-hole cluster of compressed files.</li>
<li style="margin-bottom: 0.25em;">Improved sanity checks on security descriptors.</li>
</ul>
<p>The latest release of the software is available at <a href="http://www.tuxera.com/">http://www.tuxera.com/</a></p>
<p>Enjoy!</p>
<p>Tuxera Open Source Team</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Release%3A+NTFS-3G+2010.8.8+http://tinyurl.com/664jo8p" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Release%3A+NTFS-3G+2010.8.8+http://tinyurl.com/664jo8p" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/open-source/release-ntfs-3g-2010-8-8/&amp;submitHeadline=Release%3A+NTFS-3G+2010.8.8" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-8-8/&amp;title=Release%3A+NTFS-3G+2010.8.8" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-8-8/&amp;title=Release%3A+NTFS-3G+2010.8.8" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/open-source/release-ntfs-3g-2010-8-8/&amp;t=Release%3A+NTFS-3G+2010.8.8" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/open-source/release-ntfs-3g-2010-8-8/&amp;t=Release%3A+NTFS-3G+2010.8.8&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Release%3A+NTFS-3G+2010.8.8&amp;link=http://www.tuxera.com/open-source/release-ntfs-3g-2010-8-8/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-8-8/&amp;title=Release%3A+NTFS-3G+2010.8.8" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-8-8/&amp;title=Release%3A+NTFS-3G+2010.8.8" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/open-source/release-ntfs-3g-2010-8-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release: Tuxera NTFS for Mac 2010.7</title>
		<link>http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-2010-7/</link>
		<comments>http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-2010-7/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 15:04:23 +0000</pubDate>
		<dc:creator>Erik Larsson</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[tuxera]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1973</guid>
		<description><![CDATA[Today we are announcing the release of Tuxera NTFS for Mac 2010.7. This new version brings some important features for Tuxera&#8217;s commercial NTFS software for Mac OS X. Most importantly, extended attributes are now fully enabled and mapped to Alternate &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-2010-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today we are announcing the release of <a href="http://www.tuxera.com/products/tuxera-ntfs-for-mac/">Tuxera NTFS for Mac 2010.7</a>.</p>
<p>This new version brings some important features for Tuxera&#8217;s commercial NTFS software for Mac OS X. Most importantly, extended attributes are now fully enabled and mapped to Alternate Data Streams if you are running Mac OS X 10.5 or higher.</p>
<p>Extended attributes is a way of appending more than one data stream to a file, and this mechanism is used in Mac OS X for various things such as Finder information, the legacy &#8220;resource forks&#8221;, quarantine flags and much more.</p>
<p>In previous versions of Tuxera NTFS for Mac, extended attributes were supported but only using a compatibility mechanism storing them inside files starting with &#8216;._&#8217; (called AppleDouble files), just like it is done with FAT32 file systems. This means that all files that had extended attributes applied to them also had a supplementary file created in the same directory holding those attributes. This does not happen any more. Instead, extended attributes are stored as Alternate Data Streams in NTFS, and can be accessed from within Windows using standard methods. The extended attributes are fully compatible with Mac OS X&#8217;s own NTFS driver and Windows Server&#8217;s &#8220;Services for Macintosh&#8221; extension (now discontinued).</p>
<p>Along with these changes there have been numerous other fixes, for instance:</p>
<ul>
<li>Fix for a rare issue where Tuxera NTFS for Mac could &#8216;hijack&#8217; the mounting of certain unformatted media.</li>
<li>Storing the Mac OS X backup timestamp is now supported.</li>
<li>Preference pane is partly rewritten to be more robust and to leave no zombie processes behind.</li>
</ul>
<p>Also, Tuxera NTFS for Mac has been synchronized with NTFS-3G so that all features and fixes as of NTFS-3G 2010.5.22 are included in the new release of Tuxera NTFS for Mac (see <a href="http://www.tuxera.com/community/release-history/">release history</a>).</p>
<p><strong>Tip:</strong> To convert your existing extended attributes, stored in &#8216;._&#8217; files, to the newer storage method there is a command line utility called &#8216;<code>dot_clean</code>&#8216; that is relatively easy to use. It is present in Mac OS X 10.5 and later. This is an example of how to use it:</p>
<p><code>dot_clean /Volumes/NTFSVolume</code></p>
<p>You must replace &#8216;/Volumes/NTFSVolume&#8217; with the path to your NTFS volume. This command will scan through an entire hierarchy of directories for &#8216;._&#8217; files and merge their content into proper extended attributes. For more information about <code>dot_clean</code>, please read the manpage (&#8216;<code>man dot_clean</code>&#8216;).
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Release%3A+Tuxera+NTFS+for+Mac+2010.7+http://tinyurl.com/6etcjqz" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Release%3A+Tuxera+NTFS+for+Mac+2010.7+http://tinyurl.com/6etcjqz" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-2010-7/&amp;submitHeadline=Release%3A+Tuxera+NTFS+for+Mac+2010.7" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-2010-7/&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2010.7" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-2010-7/&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2010.7" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-2010-7/&amp;t=Release%3A+Tuxera+NTFS+for+Mac+2010.7" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-2010-7/&amp;t=Release%3A+Tuxera+NTFS+for+Mac+2010.7&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2010.7&amp;link=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-2010-7/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-2010-7/&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2010.7" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-2010-7/&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2010.7" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-2010-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Syabas uses Tuxera NTFS</title>
		<link>http://www.tuxera.com/ntfs/how-syabas-uses-tuxera-ntfs/</link>
		<comments>http://www.tuxera.com/ntfs/how-syabas-uses-tuxera-ntfs/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 11:12:14 +0000</pubDate>
		<dc:creator>Mikko Välimäki</dc:creator>
				<category><![CDATA[consumer electronics]]></category>
		<category><![CDATA[interoperability]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1944</guid>
		<description><![CDATA[A few weeks ago we published a press release with Syabas about the integration of Tuxera NTFS into Syabas set-top boxes. Here&#8217;s a brief overview how everyone using Syabas products benefits from Tuxera NTFS inside. In the below pic you &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/how-syabas-uses-tuxera-ntfs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago we published <a href="http://www.tuxera.com/about-us/news/1871/">a press release with Syabas</a> about the integration of Tuxera NTFS into Syabas set-top boxes. Here&#8217;s a brief overview how everyone using Syabas products benefits from Tuxera NTFS inside. In the below pic you have Syabas&#8217; Popcorn Hour set-top box at Tuxera labs ready to rock:</p>
<p><a href="http://www.tuxera.com/wp-content/uploads/2010/07/syabas_box1.jpg"><img src="http://www.tuxera.com/wp-content/uploads/2010/07/syabas_box1.jpg" alt="syabas_box" title="syabas_box" width="547" height="315" class="aligncenter size-full wp-image-1946" /></a></p>
<p>On the left you have two USB ports and on the right a removable hard drive bay circled. You can plug any NTFS-formatted portable hard drive or USB stick full of high-definition movies into the USB ports and it is plug &#038; play. The same goes for the hard drive bay: take your NTFS-formatted drive from your Windows box and it works seamlessly with the Syabas media tank without any additional drivers. </p>
<p>We think Syabas&#8217; example shows where the market is going. With both disk and file sizes growing, NTFS is currently the best &#8212; and in increasing cases <i>the only</i> &#8212; format option if you want your storage media to work plug &#038; play with all computers from PCs to Macs and Linuxes as well as the latest consumer electronic devices.</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=How+Syabas+uses+Tuxera+NTFS+http://tinyurl.com/5vfgt3p" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=How+Syabas+uses+Tuxera+NTFS+http://tinyurl.com/5vfgt3p" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/ntfs/how-syabas-uses-tuxera-ntfs/&amp;submitHeadline=How+Syabas+uses+Tuxera+NTFS" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/ntfs/how-syabas-uses-tuxera-ntfs/&amp;title=How+Syabas+uses+Tuxera+NTFS" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/ntfs/how-syabas-uses-tuxera-ntfs/&amp;title=How+Syabas+uses+Tuxera+NTFS" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/ntfs/how-syabas-uses-tuxera-ntfs/&amp;t=How+Syabas+uses+Tuxera+NTFS" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/ntfs/how-syabas-uses-tuxera-ntfs/&amp;t=How+Syabas+uses+Tuxera+NTFS&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=How+Syabas+uses+Tuxera+NTFS&amp;link=http://www.tuxera.com/ntfs/how-syabas-uses-tuxera-ntfs/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/ntfs/how-syabas-uses-tuxera-ntfs/&amp;title=How+Syabas+uses+Tuxera+NTFS" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/ntfs/how-syabas-uses-tuxera-ntfs/&amp;title=How+Syabas+uses+Tuxera+NTFS" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/ntfs/how-syabas-uses-tuxera-ntfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New NTFS-3G &amp; Tuxera NTFS Releases</title>
		<link>http://www.tuxera.com/open-source/new-ntfs-3g-tuxera-ntfs-releases/</link>
		<comments>http://www.tuxera.com/open-source/new-ntfs-3g-tuxera-ntfs-releases/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 02:20:31 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[file systems]]></category>
		<category><![CDATA[interoperability]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tuxera]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1896</guid>
		<description><![CDATA[Greetings, This time Tuxera has record number of software releases! The topics: Stable NTFS-3G 2010.5.22 NTFS-3G 2010.6.31-RC Release Candidate NTFS-3G for Mac 2010.5.22 Tuxera NTFS for Mac 2010.6-RC Release Candidate The stable NTFS-3G 2010.5.22 release is a minor update which &#8230; <a class="readMore" href="http://www.tuxera.com/open-source/new-ntfs-3g-tuxera-ntfs-releases/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Greetings,</p>
<p>This time Tuxera has record number of software releases! The topics:</p>
<ul>
<li>Stable NTFS-3G 2010.5.22
<li>NTFS-3G 2010.6.31-RC Release Candidate
<li>NTFS-3G for Mac 2010.5.22
<li>Tuxera NTFS for Mac 2010.6-RC Release Candidate
</ul>
<p>The stable NTFS-3G 2010.5.22 release is a minor update which addresses creating the missing usermap and secaudit utilities.</p>
<p>The software is available at</p>
<p>        <a href="http://www.tuxera.com/community/ntfs-3g-download/">http://www.tuxera.com/community/ntfs-3g-download/</a></p>
<p>The new NTFS-3G 2010.6.31-RC release candidate contains exciting, major improvements, and the below changes and fixes:</p>
<ul>
<li style="margin-bottom: 0.25em;">New: Full, transparent, read-write compression support.</li>
<li style="margin-bottom: 0.25em;">New: Two new mount options: compression and nocompression (default).</li>
<li style="margin-bottom: 0.25em;">New: Introduced windows_names mount option to enforce only Windows names.</li>
<li style="margin-bottom: 0.25em;">Change: Re-enabled compression in root directory.</li>
<li style="margin-bottom: 0.25em;">Change: Reversed default for showing/hiding hidden files.</li>
<li style="margin-bottom: 0.25em;">Change: Redefined default user mapping.</li>
<li style="margin-bottom: 0.25em;">Change: Marked files whose name has a dot initial as &#8220;hidden&#8221; if option hide_dot_files is used.</li>
<li style="margin-bottom: 0.25em;">Change: Renamed option default_permissions to permissions.</li>
<li style="margin-bottom: 0.25em;">Fixed use of utimensat() with external fuse older than 2.8.</li>
<li style="margin-bottom: 0.25em;">Fixed a hang when reading a corrupt compressed file.</li>
<li style="margin-bottom: 0.25em;">Fixed a possible crash when creating a stream.</li>
<li style="margin-bottom: 0.25em;">Fixed all reported and found compressed write related bugs.</li>
</ul>
<p>Download it from the below web page</p>
<p>  <a href="http://www.tuxera.com/community/ntfs-3g-download/">http://www.tuxera.com/community/ntfs-3g-download/</a></p>
<p>The long awaited NTFS-3G for Mac 2010.5.22 is also here. Changes since the last release:</p>
<ul>
<li>Everything which is included in stable NTFS-3G 2010.5.22.</li>
<li>Fix: NTFS-3G for Mac could &#8220;hijack&#8221; non-NTFS volumes in extremely rare cases, leaving them unmountable until NTFS-3g for Mac was disabled.</li>
<li>Fix: The NTFS-3G for Mac preference pane will no longer leave zombie processes behind.</li>
</ul>
<p>For more information please see</p>
<p>   <a href="http://macntfs-3g.blogspot.com/2010/06/ntfs-3g-for-mac-os-x-2010522.html">http://macntfs-3g.blogspot.com/2010/06/ntfs-3g-for-mac-os-x-2010522.html</a></p>
<p>The latest release candidate of Tuxera NTFS for Mac, our high-performance commercial NTFS driver is out as well.</p>
<p>Changes since Tuxera NTFS for Mac 2010.1:</p>
<ul>
<li>Extended attribute support. Tuxera NTFS for Mac now supports storing Mac streams such as Finder information and resource forks as extended attributes, translating to Alternate Data Streams in Windows terminology. This means that NTFS drives will no longer be littered with &#8216;._&#8217; (AppleDouble) files. Services For Mac attributes are used for the special attributes &#8216;com.apple.FinderInfo&#8217; and &#8216;com.apple.ResourceFork&#8217;.</li>
<li>Support for storing the Mac OS backup timestamp.</li>
<li>All new features, enhancements and fixes included in stable NTFS-3G for Mac 2010.5.22.</li>
</ul>
<p>Please see more at</p>
<p><a href="http://macntfs-3g.blogspot.com/">http://macntfs-3g.blogspot.com/</a></p>
<p>Enjoy!</p>
<p>    Tuxera Open Source Team</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=New+NTFS-3G+%26+Tuxera+NTFS+Releases+http://tinyurl.com/48evge5" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=New+NTFS-3G+%26+Tuxera+NTFS+Releases+http://tinyurl.com/48evge5" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/open-source/new-ntfs-3g-tuxera-ntfs-releases/&amp;submitHeadline=New+NTFS-3G+%26+Tuxera+NTFS+Releases" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/open-source/new-ntfs-3g-tuxera-ntfs-releases/&amp;title=New+NTFS-3G+%26+Tuxera+NTFS+Releases" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/open-source/new-ntfs-3g-tuxera-ntfs-releases/&amp;title=New+NTFS-3G+%26+Tuxera+NTFS+Releases" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/open-source/new-ntfs-3g-tuxera-ntfs-releases/&amp;t=New+NTFS-3G+%26+Tuxera+NTFS+Releases" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/open-source/new-ntfs-3g-tuxera-ntfs-releases/&amp;t=New+NTFS-3G+%26+Tuxera+NTFS+Releases&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=New+NTFS-3G+%26+Tuxera+NTFS+Releases&amp;link=http://www.tuxera.com/open-source/new-ntfs-3g-tuxera-ntfs-releases/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/open-source/new-ntfs-3g-tuxera-ntfs-releases/&amp;title=New+NTFS-3G+%26+Tuxera+NTFS+Releases" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/open-source/new-ntfs-3g-tuxera-ntfs-releases/&amp;title=New+NTFS-3G+%26+Tuxera+NTFS+Releases" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/open-source/new-ntfs-3g-tuxera-ntfs-releases/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Release: NTFS-3G 2010.5.16</title>
		<link>http://www.tuxera.com/open-source/release-ntfs-3g-2010-5-16/</link>
		<comments>http://www.tuxera.com/open-source/release-ntfs-3g-2010-5-16/#comments</comments>
		<pubDate>Sun, 16 May 2010 18:47:42 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[ntfs]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1818</guid>
		<description><![CDATA[Greetings, The new, stable NTFS-3G release contains the following changes: Fixed a compilation issue with uClibc. Fixed modifying the read-only flag on a directory. Fixed a bug in ACL inheritance. Fixed a bad condition for security descriptor upgrade. Fixed a &#8230; <a class="readMore" href="http://www.tuxera.com/open-source/release-ntfs-3g-2010-5-16/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Greetings,</p>
<p>The new, stable NTFS-3G release contains the following changes:</p>
<ul>
<li style="margin-bottom: 0.25em;">Fixed a compilation issue with uClibc.</li>
<li style="margin-bottom: 0.25em;">Fixed modifying the read-only flag on a directory.</li>
<li style="margin-bottom: 0.25em;">Fixed a bug in ACL inheritance.</li>
<li style="margin-bottom: 0.25em;">Fixed a bad condition for security descriptor upgrade.</li>
<li style="margin-bottom: 0.25em;">Fixed a possible index block with no key in $SII.</li>
<li style="margin-bottom: 0.25em;">Fixed the condition for executing utime() and utimensat().</li>
<li style="margin-bottom: 0.25em;">Fixed wrong flags when uid/gid are forced in mount options.</li>
<li style="margin-bottom: 0.25em;">Fixed a bad error checking when closing a compressed file.</li>
<li style="margin-bottom: 0.25em;">Fixed compiler warnings on OpenSolaris.</li>
<li style="margin-bottom: 0.25em;">Fixed conditional code for self-test in secaudit.</li>
</ul>
<p>The software is available at <a href="http://www.tuxera.com/community/ntfs-3g-download/">http://www.tuxera.com/community/ntfs-3g-download/</a></p>
<p>Enjoy!</p>
<p>   Tuxera Open Source Team</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Release%3A+NTFS-3G+2010.5.16+http://tinyurl.com/5vwlvbp" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Release%3A+NTFS-3G+2010.5.16+http://tinyurl.com/5vwlvbp" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/open-source/release-ntfs-3g-2010-5-16/&amp;submitHeadline=Release%3A+NTFS-3G+2010.5.16" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-5-16/&amp;title=Release%3A+NTFS-3G+2010.5.16" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-5-16/&amp;title=Release%3A+NTFS-3G+2010.5.16" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/open-source/release-ntfs-3g-2010-5-16/&amp;t=Release%3A+NTFS-3G+2010.5.16" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/open-source/release-ntfs-3g-2010-5-16/&amp;t=Release%3A+NTFS-3G+2010.5.16&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Release%3A+NTFS-3G+2010.5.16&amp;link=http://www.tuxera.com/open-source/release-ntfs-3g-2010-5-16/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-5-16/&amp;title=Release%3A+NTFS-3G+2010.5.16" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-5-16/&amp;title=Release%3A+NTFS-3G+2010.5.16" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/open-source/release-ntfs-3g-2010-5-16/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Release: NTFS-3G 2010.3.6</title>
		<link>http://www.tuxera.com/open-source/release-ntfs-3g-2010-3-6/</link>
		<comments>http://www.tuxera.com/open-source/release-ntfs-3g-2010-3-6/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 14:51:51 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[ntfs]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1694</guid>
		<description><![CDATA[Greetings, The new, stable NTFS-3G release contains bug fixes and functionality improvements: New: support Object Identifiers which are used by Windows for shortcuts and caused CHKDSK warnings when the target was deleted. New: nanosecond resolution file timestamps support. New: selective &#8230; <a class="readMore" href="http://www.tuxera.com/open-source/release-ntfs-3g-2010-3-6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Greetings,</p>
<p>The new, stable NTFS-3G release contains bug fixes and functionality improvements:</p>
<ul>
<li style="margin-bottom: 0.25em;">New: support Object Identifiers which are used by Windows for shortcuts and caused CHKDSK warnings when the target was deleted.</li>
<li style="margin-bottom: 0.25em;">New: nanosecond resolution file timestamps support.</li>
<li style="margin-bottom: 0.25em;">New: selective file timestamp modification by utimensat(2).</li>
<li style="margin-bottom: 0.25em;">New: make non-resident TXF_DATA attribute of root directory resident so Vista and later won’t complain about RAW partition.</li>
<li style="margin-bottom: 0.25em;">New: caching inodes.</li>
<li style="margin-bottom: 0.25em;">New: more efficient UTF8/UTF16 translations.</li>
<li style="margin-bottom: 0.25em;">Fixed setting archive bit on file and alternated data stream creation.</li>
<li style="margin-bottom: 0.25em;">Fixed setting reparse tags in parent directories.</li>
<li style="margin-bottom: 0.25em;">Fixed enabling permissions when no UserMapping file is found.</li>
<li style="margin-bottom: 0.25em;">Fixed an error return code in the main mount function.</li>
<li style="margin-bottom: 0.25em;">Fixed setting timestamp via extended attributes to be consistent between Windows and Linux view.</li>
<li style="margin-bottom: 0.25em;">Fixed option processing when uid, gid, fmask or dmask are present.</li>
</ul>
<p>The software is available at <a href="http://www.tuxera.com/community/ntfs-3g-download/">http://www.tuxera.com/community/ntfs-3g-download/</a></p>
<p>Enjoy!</p>
<p>   Tuxera Open Source Team</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Release%3A+NTFS-3G+2010.3.6+http://tinyurl.com/5rbpdcv" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Release%3A+NTFS-3G+2010.3.6+http://tinyurl.com/5rbpdcv" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/open-source/release-ntfs-3g-2010-3-6/&amp;submitHeadline=Release%3A+NTFS-3G+2010.3.6" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-3-6/&amp;title=Release%3A+NTFS-3G+2010.3.6" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-3-6/&amp;title=Release%3A+NTFS-3G+2010.3.6" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/open-source/release-ntfs-3g-2010-3-6/&amp;t=Release%3A+NTFS-3G+2010.3.6" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/open-source/release-ntfs-3g-2010-3-6/&amp;t=Release%3A+NTFS-3G+2010.3.6&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Release%3A+NTFS-3G+2010.3.6&amp;link=http://www.tuxera.com/open-source/release-ntfs-3g-2010-3-6/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-3-6/&amp;title=Release%3A+NTFS-3G+2010.3.6" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/open-source/release-ntfs-3g-2010-3-6/&amp;title=Release%3A+NTFS-3G+2010.3.6" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/open-source/release-ntfs-3g-2010-3-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tuxera NTFS for Mac gets more reviews</title>
		<link>http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-gets-more-reviews/</link>
		<comments>http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-gets-more-reviews/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 21:53:25 +0000</pubDate>
		<dc:creator>Mikko Välimäki</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1659</guid>
		<description><![CDATA[Following the latest release, Tuxera NTFS for Mac is receiving positive reviews all over the net. For example movie and television industry veteran David Roth Weiss has in mind a use case where large movie files are post-produced on a &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-gets-more-reviews/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Following <a href="http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/">the latest release</a>, Tuxera NTFS for Mac is receiving positive reviews all over the net. For example movie and television industry veteran <a href="http://forums.creativecow.net/readpost/8/1071787">David Roth Weiss</a> has in mind a use case where large movie files are post-produced on a Mac and then submitted to clients who have PCs:</p>
<blockquote><p>
Until Tuxera, the 4Gb file size limitation made it impossible to copy files over 4Gb to a FAT32 formatted drive, and NTFS formatted drives could only be read on Macs, writing to them was not possible. &#8230; that could be a real deal breaker for many editors on Macs. Tuxera changes all that, and creates a seamless method for delivering files on hard drives to your PC-based clients.
</p></blockquote>
<p>Earlier also <a href="http://www.macobserver.com/tmo/podcast/mgg_235_ces_snow_leopard_printing_cool_stuff_found_sharing_one_computer/">MacObserver picked Tuxera</a> as the NTFS solution for Mac.</p>
<p>As a final note, <a href="http://mac.softpedia.com/progClean/Tuxera-NTFS-Clean-70483.html">Softpedia gave us &#8220;100% CLEAN&#8221; award</a> <img src='http://www.tuxera.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://www.tuxera.com/wp-content/uploads/2010/01/softpedia_clean_award_f.gif"><img src="http://www.tuxera.com/wp-content/uploads/2010/01/softpedia_clean_award_f.gif" alt="softpedia_clean_award_f" title="softpedia_clean_award_f" width="170" height="116" class="aligncenter size-full wp-image-1661" /></a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Tuxera+NTFS+for+Mac+gets+more+reviews+http://tinyurl.com/6z7xudz" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Tuxera+NTFS+for+Mac+gets+more+reviews+http://tinyurl.com/6z7xudz" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-gets-more-reviews/&amp;submitHeadline=Tuxera+NTFS+for+Mac+gets+more+reviews" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-gets-more-reviews/&amp;title=Tuxera+NTFS+for+Mac+gets+more+reviews" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-gets-more-reviews/&amp;title=Tuxera+NTFS+for+Mac+gets+more+reviews" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-gets-more-reviews/&amp;t=Tuxera+NTFS+for+Mac+gets+more+reviews" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-gets-more-reviews/&amp;t=Tuxera+NTFS+for+Mac+gets+more+reviews&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Tuxera+NTFS+for+Mac+gets+more+reviews&amp;link=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-gets-more-reviews/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-gets-more-reviews/&amp;title=Tuxera+NTFS+for+Mac+gets+more+reviews" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-gets-more-reviews/&amp;title=Tuxera+NTFS+for+Mac+gets+more+reviews" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/ntfs/tuxera-ntfs-for-mac-gets-more-reviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release: Tuxera NTFS for Mac 2010.1</title>
		<link>http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/</link>
		<comments>http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 16:02:06 +0000</pubDate>
		<dc:creator>Erik Larsson</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1638</guid>
		<description><![CDATA[The latest release of Tuxera NTFS for Mac is now out! Note: This release contains an important bugfix for the issue described in KB974729. All users are urged to update as soon as possible. Changes since 2009.10: A fix for &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The latest release of <a href="http://www.tuxera.com/products/tuxera-ntfs-for-mac/">Tuxera NTFS for Mac</a> is now out!</p>
<p><b>Note: This release contains an important bugfix for the issue described in <a href="http://support.microsoft.com/kb/974729/">KB974729</a>. All users are urged to update as soon as possible.</b></p>
<p>Changes since 2009.10:</p>
<ul>
<li>A fix for the issue described in <a href="http://support.microsoft.com/kb/974729/">KB974729</a>, in which NTFS drives were rendered unmountable in Windows Vista and Windows 7 in rare cases after being used extensively with Tuxera NTFS for Mac or NTFS-3G. After this update, Tuxera NTFS for Mac will no longer trigger this condition.<br />
To fix existing drives, please install the hotfix provided by Microsoft and follow instructions.<br />
If you have been affected by this issue and need assistance, don&#8217;t hesitate to contact our premium support email address (see your activation email).</li>
<li>Performance improvements: Tuxera NTFS for Mac now includes many of the improvements featured in Tuxera NTFS for Embedded systems, designed to further increase performance and reduce unnecessary driver workload, especially when working with many smaller files and traversing large directory hierarchies.<br />
For example, when crawling a test volume recursively, 2010.1 was nearly 40% faster than 2009.10 in our tests.</li>
<li>Performance improvements: The caching layer has been improved with more efficient lookup, which means less CPU overhead, and measures have been taken to minimize the amount of excess data that is read when accessing files in a random fashion.</li>
<li>Feature: Tuxera NTFS for Mac now includes a new preference pane option &#8220;Disable recovery dialog for hibernated volumes&#8221;, which makes the driver ignore NTFS volumes that contain a hibernated Windows session instead of showing a dialog asking the user whether it wants to purge the hibernated state or abort mounting.</li>
<li>Bugfix: Fix for some users of Snow Leopard who had problems with formatting NTFS volumes (Tuxera NTFS was not displayed as a formatting option at all times).</li>
<li>Fix: General usability improvements in the installer and preference pane.</li>
<li>Fix: Minor fixes to improve compatibility with the built-in NTFS driver.</li>
<li>Experimental: Tuxera NTFS for Mac now attempts to mount Windows LDM partitions by default. This will not work at all times, but one user did benefit from this change.</li>
</ul>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Release%3A+Tuxera+NTFS+for+Mac+2010.1+http://tinyurl.com/62pdbkf" title="Post to Twitter"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://plurk.com/?status=Release%3A+Tuxera+NTFS+for+Mac+2010.1+http://tinyurl.com/62pdbkf" title="Post to Plurk"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a target="_blank" class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/&amp;submitHeadline=Release%3A+Tuxera+NTFS+for+Mac+2010.1" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2010.1" title="Post to Delicious"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2010.1" title="Post to Digg"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/&amp;t=Release%3A+Tuxera+NTFS+for+Mac+2010.1" title="Post to Facebook"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/&amp;t=Release%3A+Tuxera+NTFS+for+Mac+2010.1&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2010.1&amp;link=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/" title="Post to Ping.fm"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2010.1" title="Post to Reddit"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/&amp;title=Release%3A+Tuxera+NTFS+for+Mac+2010.1" title="Post to StumbleUpon"><img class="nothumb" src="http://www.tuxera.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxera.com/ntfs/release-tuxera-ntfs-for-mac-2010-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

