<?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; Szabolcs Szakacsits</title>
	<atom:link href="http://www.tuxera.com/author/szaka/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>SDA General Assembly, Apr 15-16, Budapest, Hungary</title>
		<link>http://www.tuxera.com/consumer-electronics/sda-general-assembly-apr-15-16-budapest-hungary/</link>
		<comments>http://www.tuxera.com/consumer-electronics/sda-general-assembly-apr-15-16-budapest-hungary/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 19:07:50 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[consumer electronics]]></category>
		<category><![CDATA[embedded systems]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[exfat]]></category>
		<category><![CDATA[interoperability]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[tuxera]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2648</guid>
		<description><![CDATA[Tuxera is participating at SD Association&#8217;s General Assembly, hosted at the “Heart of Europe”. Due to the high quality multimedia boom, the number of the exFAT formatted SDXC capable consumer electronics is rapidly increasing. Tuxera is one of the leaders &#8230; <a class="readMore" href="http://www.tuxera.com/consumer-electronics/sda-general-assembly-apr-15-16-budapest-hungary/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tuxera is participating at <a href="http://www.sdcard.org">SD Association&#8217;s</a> General Assembly, hosted at the “Heart of Europe”. Due to the high quality multimedia boom, the number of the exFAT formatted SDXC capable consumer electronics is rapidly increasing. Tuxera is one of the leaders on the field with the Tuxera exFAT solution on Android, MeeGo, Linux, QNX, and other platforms. See you in Beautiful Budapest!</p>
<p>See more information:</p>
<ul>
<li><a href="http://www.tuxera.com/about-us/news/2452/">Tuxera Integrates NTFS, exFAT, FAT32 and HFS+ into Intel® Atom™ Solutions, MeeGo Linux</a></li>
<li><a href="http://www.tuxera.com/about-us/news/2221/">Tuxera Launches Tuxera File System Suite, First to Combine NTFS, exFAT and HFS+ for Android</a></li>
<li><a href="http://www.tuxera.com/about-us/news/2125/">Tuxera Extends exFAT and NTFS Support to QNX Neutrino RTOS</a></li>
<li><a href="http://www.tuxera.com/about-us/news/1839/"> Tuxera exFAT Now Available for Android and Linux</a></li>
<li><a href="http://www.tuxera.com/about-us/news/1713/">Tuxera Becomes SD Association Member to Meet the Industry Needs in Data Portability</a></li>
<li><a href="http://www.tuxera.com/about-us/news/837/">Tuxera Signs Intellectual Property Agreement with Microsoft</a></li>
</ul>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=SDA+General+Assembly%2C+Apr+15-16%2C+Budapest%2C+Hungary+http://tinyurl.com/6gqsuog" 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=SDA+General+Assembly%2C+Apr+15-16%2C+Budapest%2C+Hungary+http://tinyurl.com/6gqsuog" 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/consumer-electronics/sda-general-assembly-apr-15-16-budapest-hungary/&amp;submitHeadline=SDA+General+Assembly%2C+Apr+15-16%2C+Budapest%2C+Hungary" 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/consumer-electronics/sda-general-assembly-apr-15-16-budapest-hungary/&amp;title=SDA+General+Assembly%2C+Apr+15-16%2C+Budapest%2C+Hungary" 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/consumer-electronics/sda-general-assembly-apr-15-16-budapest-hungary/&amp;title=SDA+General+Assembly%2C+Apr+15-16%2C+Budapest%2C+Hungary" 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/consumer-electronics/sda-general-assembly-apr-15-16-budapest-hungary/&amp;t=SDA+General+Assembly%2C+Apr+15-16%2C+Budapest%2C+Hungary" 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/consumer-electronics/sda-general-assembly-apr-15-16-budapest-hungary/&amp;t=SDA+General+Assembly%2C+Apr+15-16%2C+Budapest%2C+Hungary&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=SDA+General+Assembly%2C+Apr+15-16%2C+Budapest%2C+Hungary&amp;link=http://www.tuxera.com/consumer-electronics/sda-general-assembly-apr-15-16-budapest-hungary/" 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/consumer-electronics/sda-general-assembly-apr-15-16-budapest-hungary/&amp;title=SDA+General+Assembly%2C+Apr+15-16%2C+Budapest%2C+Hungary" 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/consumer-electronics/sda-general-assembly-apr-15-16-budapest-hungary/&amp;title=SDA+General+Assembly%2C+Apr+15-16%2C+Budapest%2C+Hungary" 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/consumer-electronics/sda-general-assembly-apr-15-16-budapest-hungary/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 and Mentor Graphics Partner to Add exFAT and NTFS Support for Nucleus OS; Extend Android and Linux Leadership</title>
		<link>http://www.tuxera.com/news/tuxera-and-mentor-graphics-partner-to-add-exfat-and-ntfs-support-for-nucleus-os-extend-android-and-linux-leadership/</link>
		<comments>http://www.tuxera.com/news/tuxera-and-mentor-graphics-partner-to-add-exfat-and-ntfs-support-for-nucleus-os-extend-android-and-linux-leadership/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 16:58:29 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2229</guid>
		<description><![CDATA[Tuxera and Mentor Graphics Partner to Add exFAT and NTFS Support for Nucleus OS; Extend Android and Linux Leadership Brings File System Interoperability to Mentor Embedded ReadyStart Platform SUNNYVALE, CA – November 3, 2010 – Tuxera Inc., the leading provider &#8230; <a class="readMore" href="http://www.tuxera.com/news/tuxera-and-mentor-graphics-partner-to-add-exfat-and-ntfs-support-for-nucleus-os-extend-android-and-linux-leadership/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Tuxera and Mentor Graphics Partner to Add exFAT and NTFS Support for Nucleus OS; Extend Android and Linux Leadership<br />
Brings File System Interoperability to Mentor Embedded ReadyStart Platform</strong></p>
<p>SUNNYVALE, CA – November 3, 2010 – Tuxera Inc., the leading provider of Windows-compatible file systems for Android, Linux, Mac and other platforms, announced today a partnership agreement with Mentor Graphics, a world leader in electronic hardware and software design solutions. Tuxera also announced Tuxera exFAT and NTFS for the Mentor® Embedded ReadyStart™ Multi OS platform that runs on Nucleus® OS as well as Android and Linux. The ReadyStart platform comprises integrated software IP, tools, and services targeting specific hardware boards and SoCs.</p>
<p>Tuxera NTFS and exFAT offer the first-choice file system interoperability solutions for embedded designers. The partnership allows Mentor Graphics customers to use Tuxera&#8217;s mature file system technology throughout the design process with seamless platform integration, helping to minimize performance and reliability risks. Although Mentor’s Nucleus FILE product could be used for these applications, the exFAT product is ideally suited to manage extremely large files. To maximize the benefits, Tuxera also provides a comprehensive set of file system tools including format, file system check and repair. Tuxera&#8217;s solutions are widely deployed in consumer electronics, mobile, medical, aviation and automotive industries.</p>
<p>&#8220;We chose Tuxera for their recognized file system leadership and commitment to innovate market leading solutions for the highly competitive embedded system markets,&#8221; stated Glenn Perry, General Manager, Mentor Graphics Embedded Software Division. &#8220;By combining Tuxera&#8217;s file system solutions with the expansive features of Mentor Graphics Nucleus OS, Android and Linux offerings, device manufacturers can deliver the latest functionality for mass market deployment in less time and cost.” </p>
<p>&#8220;We see the partnership with Mentor Graphics a great match. The Nucleus OS is the world&#8217;s most popular real-time operating system and Tuxera&#8217;s NTFS and exFAT are the most popular modern interoperable file system solutions,” noted Mikko Välimäki, Tuxera CEO. “Mentor Graphics investments and commitment on Android and Linux fit perfectly with our vision on the increasing need for commercial file system solutions for open source platforms &#8220;Mentor Graphics&#8217; recognized operating system competence and embedded leadership solidify Tuxera&#8217;s position as the established market leader in file system interoperability.&#8221;</p>
<p>For the availability of Tuxera NTFS and exFAT for Nucleus OS, Android, Linux and the Mentor Embedded ReadyStart platform please contact <a href="mailto:sales@tuxera.com">sales@tuxera.com</a>.</p>
<p><strong>About Tuxera</strong><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 Android, Linux, 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><strong>About Mentor Graphics</strong><br />
Mentor Graphics Corporation (NASDAQ: MENT) is a world leader in electronic hardware and software design solutions, providing products, consulting services and award-winning support for the world&#8217;s most successful electronics and semiconductor companies. Established in 1981, the company reported revenues over the last 12 months of about $800 million. Corporate headquarters are located at 8005 S.W. Boeckman Road, Wilsonville, Oregon 97070-7777. To learn more, please visit <a href="http://www.mentor.com">www.mentor.com</a>.</p>
<p><strong>Tuxera Contact:</strong><br />
Mikko Valimaki<br />
408.335.7366<br />
info@tuxera.com</p>
<p>or</p>
<p><strong>Mentor Graphics Contact:</strong><br />
Sonia Harrison<br />
503.685.1165<br />
sonia_harrison@mentor.com</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Tuxera+and+Mentor+Graphics+Partner+to+Add+exFAT+and+NTFS+Support+for+Nucleus+OS%3B+Extend+Android+and+Linux+Leadership+http://tinyurl.com/6kkw8qc" 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+and+Mentor+Graphics+Partner+to+Add+exFAT+and+NTFS+Support+for+Nucleus+OS%3B+Extend+Android+and+Linux+Leadership+http://tinyurl.com/6kkw8qc" 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/news/tuxera-and-mentor-graphics-partner-to-add-exfat-and-ntfs-support-for-nucleus-os-extend-android-and-linux-leadership/&amp;submitHeadline=Tuxera+and+Mentor+Graphics+Partner+to+Add+exFAT+and+NTFS+Support+for+Nucleus+OS%3B+Extend+Android+and+Linux+Leadership" 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/news/tuxera-and-mentor-graphics-partner-to-add-exfat-and-ntfs-support-for-nucleus-os-extend-android-and-linux-leadership/&amp;title=Tuxera+and+Mentor+Graphics+Partner+to+Add+exFAT+and+NTFS+Support+for+Nucleus+OS%3B+Extend+Android+and+Linux+Leadership" 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/news/tuxera-and-mentor-graphics-partner-to-add-exfat-and-ntfs-support-for-nucleus-os-extend-android-and-linux-leadership/&amp;title=Tuxera+and+Mentor+Graphics+Partner+to+Add+exFAT+and+NTFS+Support+for+Nucleus+OS%3B+Extend+Android+and+Linux+Leadership" 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/news/tuxera-and-mentor-graphics-partner-to-add-exfat-and-ntfs-support-for-nucleus-os-extend-android-and-linux-leadership/&amp;t=Tuxera+and+Mentor+Graphics+Partner+to+Add+exFAT+and+NTFS+Support+for+Nucleus+OS%3B+Extend+Android+and+Linux+Leadership" 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/news/tuxera-and-mentor-graphics-partner-to-add-exfat-and-ntfs-support-for-nucleus-os-extend-android-and-linux-leadership/&amp;t=Tuxera+and+Mentor+Graphics+Partner+to+Add+exFAT+and+NTFS+Support+for+Nucleus+OS%3B+Extend+Android+and+Linux+Leadership&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+and+Mentor+Graphics+Partner+to+Add+exFAT+and+NTFS+Support+for+Nucleus+OS%3B+Extend+Android+and+Linux+Leadership&amp;link=http://www.tuxera.com/news/tuxera-and-mentor-graphics-partner-to-add-exfat-and-ntfs-support-for-nucleus-os-extend-android-and-linux-leadership/" 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/news/tuxera-and-mentor-graphics-partner-to-add-exfat-and-ntfs-support-for-nucleus-os-extend-android-and-linux-leadership/&amp;title=Tuxera+and+Mentor+Graphics+Partner+to+Add+exFAT+and+NTFS+Support+for+Nucleus+OS%3B+Extend+Android+and+Linux+Leadership" 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/news/tuxera-and-mentor-graphics-partner-to-add-exfat-and-ntfs-support-for-nucleus-os-extend-android-and-linux-leadership/&amp;title=Tuxera+and+Mentor+Graphics+Partner+to+Add+exFAT+and+NTFS+Support+for+Nucleus+OS%3B+Extend+Android+and+Linux+Leadership" 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/news/tuxera-and-mentor-graphics-partner-to-add-exfat-and-ntfs-support-for-nucleus-os-extend-android-and-linux-leadership/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>Tuxera Extends exFAT and NTFS Support to QNX Neutrino RTOS</title>
		<link>http://www.tuxera.com/news/tuxera-extends-exfat-and-ntfs-support-to-qnx-neutrino-rtos/</link>
		<comments>http://www.tuxera.com/news/tuxera-extends-exfat-and-ntfs-support-to-qnx-neutrino-rtos/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 10:42:58 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[exfat]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=2125</guid>
		<description><![CDATA[Tuxera releases Tuxera exFAT file system for the QNX Neutrino RTOS, bringing SDXC compatibility to the automotive industry. HELSINKI, FINLAND &#8211; September 22, 2010 &#8211; Tuxera Inc., the leading provider of interoperable exFAT and NTFS file systems, today announced that &#8230; <a class="readMore" href="http://www.tuxera.com/news/tuxera-extends-exfat-and-ntfs-support-to-qnx-neutrino-rtos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><b>Tuxera releases Tuxera exFAT file system for the QNX Neutrino RTOS, bringing SDXC compatibility to the automotive industry.</b></p>
<p>HELSINKI, FINLAND &#8211; September 22, 2010 &#8211; Tuxera Inc., the leading provider of interoperable exFAT and NTFS file systems, today announced that it has ported its exFAT and NTFS file systems to QNX Software Systems Co.&#8217;s QNX® Neutrino® RTOS, the leading operating system for in-car infotainment and telematics systems.</p>
<p>Tuxera also announced that the read-write Tuxera exFAT file system for the QNX Neutrino RTOS is now available for immediate deployment. Tuxera NTFS for the QNX Neutrino RTOS was released previously.</p>
<p>Tuxera&#8217;s interoperable file system solutions bring seamless plug-and-play interoperability to demanding audio and video applications. For example, in the automotive industry, manufacturers are adding USB and SD memory card interfaces to infotainment systems. NTFS support is needed if a consumer wants to plug in a portable Windows-formatted hard drive over USB. And exFAT support is needed if a consumer wants to plug in a next-generation SDXC memory card that is 64GB or higher.</p>
<p>&#8220;This initiative allows customers using the QNX Neutrino RTOS to read and write exFAT and NTFS formatted drives safely and effectively,&#8221; said Mikko Valimäki, Tuxera CEO. &#8220;QNX Software Systems&#8217; customers are among the first to have the option to utilize Tuxera&#8217;s field-tested and high-performance interoperable file system solutions &#8211; with less time, cost, and hassle.&#8221;</p>
<p>&#8220;Device connectivity and interoperability are key requirements for the in-vehicle systems that our automotive customers are implementing today and developing for the future,&#8221; said Leo Forget, product manager at QNX Software Systems. &#8220;Tuxera&#8217;s offering is a valuable addition to QNX Software Systems&#8217; automotive ecosystem and its expertise in exFAT technology is a key component that enables us to provide a best-of-breed solution to our automotive customers.&#8221;</p>
<p>Tuxera NTFS and exFAT for the QNX Neutrino RTOS are now available for evaluation. Please contact <a href="mailto:sales@tuxera.com">sales@tuxera.com</a> for more details.</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&#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="www.tuxera.com">www.tuxera.com</a>.</p>
<p><b>About QNX Software Systems</b><br />
QNX Software Systems Co., a subsidiary of Research In Motion Limited (RIM) (NASDAQ:RIMM; TSX:RIM), is a leading vendor of operating systems, middleware, development tools, and professional services for the embedded systems market. Global leaders such as Cisco, Daimler, General Electric, Lockheed Martin, and Siemens depend on QNX technology for network routers, vehicle telematics units, industrial control systems, medical instruments, security and defense systems, and other mission- or life-critical applications. Founded in 1980, QNX Software Systems Co. is headquartered in Ottawa, Canada, and distributes products in over 100 countries worldwide. Visit <a href="www.qnx.com">www.qnx.com</a>.</p>
<p><b>Tuxera Contact:</b><br />
Mikko Välimäki<br />
Tuxera Inc.<br />
+358 (0)50 598 0498<br />
info@tuxera.com</p>
<p><b>QNX Contact:</b><br />
Paul Leroux<br />
QNX Software Systems Co.<br />
+1 613 591-0931<br />
paull@qnx.com</p>
<p><font size=-2>QNX, Momentics, Neutrino, Aviage, Photon and Photon microGUI are trademarks of QNX Software Systems GmbH &#038; Co. KG, which are registered trademarks and/or used in certain jurisdictions, and are used under license by QNX Software Systems Co. All other trademarks belong to their respective owners.</font></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Tuxera+Extends+exFAT+and+NTFS+Support+to+QNX+Neutrino+RTOS+http://tinyurl.com/66mam7j" 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+Extends+exFAT+and+NTFS+Support+to+QNX+Neutrino+RTOS+http://tinyurl.com/66mam7j" 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/news/tuxera-extends-exfat-and-ntfs-support-to-qnx-neutrino-rtos/&amp;submitHeadline=Tuxera+Extends+exFAT+and+NTFS+Support+to+QNX+Neutrino+RTOS" 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/news/tuxera-extends-exfat-and-ntfs-support-to-qnx-neutrino-rtos/&amp;title=Tuxera+Extends+exFAT+and+NTFS+Support+to+QNX+Neutrino+RTOS" 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/news/tuxera-extends-exfat-and-ntfs-support-to-qnx-neutrino-rtos/&amp;title=Tuxera+Extends+exFAT+and+NTFS+Support+to+QNX+Neutrino+RTOS" 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/news/tuxera-extends-exfat-and-ntfs-support-to-qnx-neutrino-rtos/&amp;t=Tuxera+Extends+exFAT+and+NTFS+Support+to+QNX+Neutrino+RTOS" 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/news/tuxera-extends-exfat-and-ntfs-support-to-qnx-neutrino-rtos/&amp;t=Tuxera+Extends+exFAT+and+NTFS+Support+to+QNX+Neutrino+RTOS&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+Extends+exFAT+and+NTFS+Support+to+QNX+Neutrino+RTOS&amp;link=http://www.tuxera.com/news/tuxera-extends-exfat-and-ntfs-support-to-qnx-neutrino-rtos/" 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/news/tuxera-extends-exfat-and-ntfs-support-to-qnx-neutrino-rtos/&amp;title=Tuxera+Extends+exFAT+and+NTFS+Support+to+QNX+Neutrino+RTOS" 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/news/tuxera-extends-exfat-and-ntfs-support-to-qnx-neutrino-rtos/&amp;title=Tuxera+Extends+exFAT+and+NTFS+Support+to+QNX+Neutrino+RTOS" 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/news/tuxera-extends-exfat-and-ntfs-support-to-qnx-neutrino-rtos/feed/</wfw:commentRss>
		<slash:comments>0</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>Tuxera NTFS for Windows CE Released</title>
		<link>http://www.tuxera.com/news/tuxera-ntfs-for-windows-ce-released/</link>
		<comments>http://www.tuxera.com/news/tuxera-ntfs-for-windows-ce-released/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 21:57:52 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1915</guid>
		<description><![CDATA[Fully-Featured Port of the Industry-Standard NTFS Solution Immediately Available for CE 6.0 Deployments SUNNYVALE, CA, July 3, 2010 — Tuxera has today released Tuxera NTFS for Windows CE. The new platform port is based on Tuxera&#8217;s widely deployed and portable &#8230; <a class="readMore" href="http://www.tuxera.com/news/tuxera-ntfs-for-windows-ce-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Fully-Featured Port of the Industry-Standard NTFS Solution Immediately Available for CE 6.0 Deployments<br />
</strong></p>
<p>SUNNYVALE, CA, July 3, 2010 — Tuxera has today released Tuxera NTFS for Windows CE. The new platform port is based on Tuxera&#8217;s widely deployed and portable code base with millions of installations in productions use. Tuxera NTFS is distributed to first customers on Windows CE 6.0 for evaluation and product integration.</p>
<p>Tuxera CTO Szabolcs Szakacsits said: &#8220;We are proud to strengthen Tuxera&#8217;s leadership role in the NTFS market by a fully-functional read-write port to yet another important platform. Tuxera&#8217;s focus on reliable and portable codebase with many millions of deployments ensures customers can trust on Tuxera when it comes to interoperable file systems.&#8221;</p>
<p>&#8220;The feedback from the first Windows CE customers has been very positive,&#8221; Tuxera CEO Mikko Välimäki continued. &#8220;NTFS is today the first solution for most interoperable file system uses. I am thus happy to confirm Tuxera&#8217;s entry to the embedded Windows ecosystem is long-term. We will follow the news today with more Windows CE and Embedded announcements in the near future.&#8221;</p>
<p>See also: Tuxera NTFS for Windows CE Announced. Targets Especially In-vehicle Infotainment Systems. <a href="http://www.tuxera.com/about-us/news/1603/">http://www.tuxera.com/about-us/news/1603/</a></p>
<p><strong>For further information:</strong></p>
<p>Mikko Välimäki, CEO, Tuxera<br />
Tel. +358-50-598-0498<br />
email: mikko at tuxera dot com</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. 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, 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="www.tuxera.com">www.tuxera.com</a>.
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Tuxera+NTFS+for+Windows+CE+Released+http://tinyurl.com/655qmvt" 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+Windows+CE+Released+http://tinyurl.com/655qmvt" 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/news/tuxera-ntfs-for-windows-ce-released/&amp;submitHeadline=Tuxera+NTFS+for+Windows+CE+Released" 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/news/tuxera-ntfs-for-windows-ce-released/&amp;title=Tuxera+NTFS+for+Windows+CE+Released" 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/news/tuxera-ntfs-for-windows-ce-released/&amp;title=Tuxera+NTFS+for+Windows+CE+Released" 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/news/tuxera-ntfs-for-windows-ce-released/&amp;t=Tuxera+NTFS+for+Windows+CE+Released" 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/news/tuxera-ntfs-for-windows-ce-released/&amp;t=Tuxera+NTFS+for+Windows+CE+Released&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+Windows+CE+Released&amp;link=http://www.tuxera.com/news/tuxera-ntfs-for-windows-ce-released/" 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/news/tuxera-ntfs-for-windows-ce-released/&amp;title=Tuxera+NTFS+for+Windows+CE+Released" 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/news/tuxera-ntfs-for-windows-ce-released/&amp;title=Tuxera+NTFS+for+Windows+CE+Released" 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/news/tuxera-ntfs-for-windows-ce-released/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>Syabas Chooses Tuxera NTFS for Media Players</title>
		<link>http://www.tuxera.com/news/syabas-chooses-tuxera-ntfs-for-media-players/</link>
		<comments>http://www.tuxera.com/news/syabas-chooses-tuxera-ntfs-for-media-players/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 19:07:22 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1871</guid>
		<description><![CDATA[Syabas Chooses Tuxera NTFS for Media Players Blazingly fast performance enables the playback of high bitrate, high definition content Sunnyvale, CA and Helsinki, Finland – June 15, 2010 – Tuxera, the leading provider of Windows-compatible file systems for Linux, Mac &#8230; <a class="readMore" href="http://www.tuxera.com/news/syabas-chooses-tuxera-ntfs-for-media-players/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
<p>
<strong>Syabas Chooses Tuxera NTFS for Media Players<br />
Blazingly fast performance enables the playback of high bitrate, high definition content</strong>
 </p>
<p>Sunnyvale, CA and Helsinki, Finland – June 15, 2010 – Tuxera, the leading provider of Windows-compatible file systems for Linux, Mac and other platforms, today announced that Syabas Technology has licensed Tuxera NTFS to bring seamless interoperability to its cutting-edge media players. Tuxera’s embedded file system solution will stream or playback digital media content in Syabas’ flagship Popcorn Hour Networked Media Jukeboxes, the C-200 and A-200.</p>
<p>“Tuxera&#8217;s interoperable file systems are instrumental in the ongoing media and device convergence. They provide Popcorn Hour Media Jukeboxes with unmatched NTFS file system read/write performance,” said Syabas CEO TL Lim. “Tuxera&#8217;s blazingly fast performance enables the playback of high bitrate, high definition content along with rock-solid reliability and unsurpassed Windows interoperability. Tuxera NTFS also proved to be a quick migration for our new embedded Linux platform, which is critical in the fast-paced world of consumer electronics.”</p>
<p>“Syabas is leading us to a new way of freely sharing music, pictures, and video among multiple devices, instead of considering them as device-specific content,” said Tuxera CEO Mikko Välimäki. “We are pleased that our file system interoperability is helping the Popcorn Hour Networked Media Jukeboxes meet consumers’ newfound desire to mix and match media across their home entertainment systems, portable storage devices, and PCs.”</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. 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, 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><strong>About Syabas</strong>. Founded in 2001, Syabas emerged as an early leader in the development of digital entertainment middleware solutions for consumer electronics manufacturers in the U.S., China, Europe and Japan. The company&#8217;s enterprise partners and customers have included Netgear, Hewlett Packard, D-Link, Buffalo, I/O Data and Pinnacle. Syabas launched the Popcorn Hour line of Network Media Tanks in late 2007, and, in combination with its licensed platform, the company has captured a significant share of the global market for digital media players/streaming media devices.</p>
<p>The runaway success of the company&#8217;s Networked Media Tanks in recent years has established Popcorn Hour as a well-recognized consumer brand, and the company plans on launching a new consumer brand, the PopBoxTM this summer. At the same time, Syabas Technology continues to provide OEM middleware solutions to manufacturers worldwide. Headquartered in Fremont, California, Syabas also maintains offices in Penang, Malaysia; Shenzhen, China; and Austria. See more at <a href="http://www.popcornhour.com">www.popcornhour.com</a> and <a href="http://www.popbox.com.">www.popbox.com</a>.
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Syabas+Chooses+Tuxera+NTFS+for+Media+Players+http://tinyurl.com/69uor3p" 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=Syabas+Chooses+Tuxera+NTFS+for+Media+Players+http://tinyurl.com/69uor3p" 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/news/syabas-chooses-tuxera-ntfs-for-media-players/&amp;submitHeadline=Syabas+Chooses+Tuxera+NTFS+for+Media+Players" 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/news/syabas-chooses-tuxera-ntfs-for-media-players/&amp;title=Syabas+Chooses+Tuxera+NTFS+for+Media+Players" 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/news/syabas-chooses-tuxera-ntfs-for-media-players/&amp;title=Syabas+Chooses+Tuxera+NTFS+for+Media+Players" 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/news/syabas-chooses-tuxera-ntfs-for-media-players/&amp;t=Syabas+Chooses+Tuxera+NTFS+for+Media+Players" 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/news/syabas-chooses-tuxera-ntfs-for-media-players/&amp;t=Syabas+Chooses+Tuxera+NTFS+for+Media+Players&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=Syabas+Chooses+Tuxera+NTFS+for+Media+Players&amp;link=http://www.tuxera.com/news/syabas-chooses-tuxera-ntfs-for-media-players/" 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/news/syabas-chooses-tuxera-ntfs-for-media-players/&amp;title=Syabas+Chooses+Tuxera+NTFS+for+Media+Players" 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/news/syabas-chooses-tuxera-ntfs-for-media-players/&amp;title=Syabas+Chooses+Tuxera+NTFS+for+Media+Players" 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/news/syabas-chooses-tuxera-ntfs-for-media-players/feed/</wfw:commentRss>
		<slash:comments>0</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>Tuxera in American Expansion</title>
		<link>http://www.tuxera.com/news/tuxera-in-american-expansion/</link>
		<comments>http://www.tuxera.com/news/tuxera-in-american-expansion/#comments</comments>
		<pubDate>Mon, 03 May 2010 22:56:37 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1850</guid>
		<description><![CDATA[Tuxera in American Expansion Leading provider of Windows-compatible NTFS and exFAT file systems opens US HQ in Silicon Valley Sunnyvale, CA, and HELSINKI, Finland – May 4, 2010 &#8211; Tuxera , the leading provider of Windows-compatible NTFS and exFAT file &#8230; <a class="readMore" href="http://www.tuxera.com/news/tuxera-in-american-expansion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p></p>
<p><strong>Tuxera in American Expansion<br />
Leading provider of Windows-compatible NTFS and exFAT file systems opens US HQ in Silicon Valley</strong>
</p>
<p>Sunnyvale, CA, and HELSINKI, Finland – May 4, 2010 &#8211; Tuxera , the leading provider of Windows-compatible NTFS and exFAT file systems for Linux, Mac, and other platforms, today announced the opening of its new US headquarters in Sunnyvale, California.</p>
<p>Tuxera’s new office will ramp up sales and interoperability support for the growing list of companies deploying embedded operating systems in connected set-top boxes, Blu-ray players and recorders, network-attached storage, multimedia players, digital cameras, mobile phones, and other high-volume consumer electronic devices.</p>
<p>“Silicon Valley is a hotspot in demand for Tuxera file system products,” said Tuxera CEO Mikko Välimäki. “Many of our US customers and partners are located within a few miles of our new offices. The US presence allows us to provide the intense cooperation and support it takes to push the boundaries of embedded interoperability.”</p>
<p><b>For more information:</b></p>
<p>Mikko Välimäki, CEO, Tuxera<br />
Tel. +358-50-598-0498<br />
email: mikko at tuxera dot com</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, 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 info, please go to <a href="http://www.tuxera.com/">http://www.tuxera.com/</a>.</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Tuxera+in+American+Expansion+http://tinyurl.com/6azw37g" 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+in+American+Expansion+http://tinyurl.com/6azw37g" 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/news/tuxera-in-american-expansion/&amp;submitHeadline=Tuxera+in+American+Expansion" 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/news/tuxera-in-american-expansion/&amp;title=Tuxera+in+American+Expansion" 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/news/tuxera-in-american-expansion/&amp;title=Tuxera+in+American+Expansion" 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/news/tuxera-in-american-expansion/&amp;t=Tuxera+in+American+Expansion" 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/news/tuxera-in-american-expansion/&amp;t=Tuxera+in+American+Expansion&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+in+American+Expansion&amp;link=http://www.tuxera.com/news/tuxera-in-american-expansion/" 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/news/tuxera-in-american-expansion/&amp;title=Tuxera+in+American+Expansion" 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/news/tuxera-in-american-expansion/&amp;title=Tuxera+in+American+Expansion" 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/news/tuxera-in-american-expansion/feed/</wfw:commentRss>
		<slash:comments>0</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>Release: NTFS-3G 2010.1.16</title>
		<link>http://www.tuxera.com/ntfs/release-ntfs-3g-2010-1-16/</link>
		<comments>http://www.tuxera.com/ntfs/release-ntfs-3g-2010-1-16/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 17:42:35 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1628</guid>
		<description><![CDATA[Happy New Year 2010 To All Tuxera Users! The first open source NTFS-3G stable release of the year contains only important bug fixes: Fix: Vista, Windows Server 2008 and Windows 7 couldn&#8217;t access a volume, file or directory if it &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/release-ntfs-3g-2010-1-16/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Happy New Year 2010 To All Tuxera Users!</p>
<p>The first open source NTFS-3G stable release of the year contains only important bug fixes:</p>
<ul>
<li style="margin-bottom: 0.25em;">Fix: Vista, Windows Server 2008 and Windows 7 couldn&#8217;t access a volume, file or directory if it had a non-resident TXF_DATA attribute despite being allowed by the NTFS $AttrDef attribute specification file. This scenario is very rare and hard to reproduce. Currently we have 1900 downloads a day and received only very a few such problem reports. Solution is also available from Microsoft. Please see more information at  <a href="http://support.microsoft.com/kb/974729">KB974729</a>. <b>Upgrade is recommended!</b></li>
<li style="margin-bottom: 0.25em;">Fix: NTFS-3G may crashed if a junction point referred to a non-ASCII file.</li>
<li style="margin-bottom: 0.25em;">Fix: Compilation errors on Mac OS X, OpenSolaris and openSUSE.</li>
</ul>
<p>The source code of the latest stable driver is available at <a href="http://www.tuxera.com/community/ntfs-3g-download/">http://www.tuxera.com/community/ntfs-3g-download/</a></p>
<p>Many thanks to Microsoft, Jean-Pierre Andre, Erik Larsson, Anton Altaparmakov, Dominique Leuenberger, John G. Ireland, Virial, Elby, and Fuzzf.</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.1.16+http://tinyurl.com/ybry7q5" 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.1.16+http://tinyurl.com/ybry7q5" 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-ntfs-3g-2010-1-16/&amp;submitHeadline=Release%3A+NTFS-3G+2010.1.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/ntfs/release-ntfs-3g-2010-1-16/&amp;title=Release%3A+NTFS-3G+2010.1.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/ntfs/release-ntfs-3g-2010-1-16/&amp;title=Release%3A+NTFS-3G+2010.1.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/ntfs/release-ntfs-3g-2010-1-16/&amp;t=Release%3A+NTFS-3G+2010.1.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/ntfs/release-ntfs-3g-2010-1-16/&amp;t=Release%3A+NTFS-3G+2010.1.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.1.16&amp;link=http://www.tuxera.com/ntfs/release-ntfs-3g-2010-1-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/ntfs/release-ntfs-3g-2010-1-16/&amp;title=Release%3A+NTFS-3G+2010.1.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/ntfs/release-ntfs-3g-2010-1-16/&amp;title=Release%3A+NTFS-3G+2010.1.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/ntfs/release-ntfs-3g-2010-1-16/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Release: NTFS-3G 2009.11.14</title>
		<link>http://www.tuxera.com/ntfs/release-ntfs-3g-2009-11-14/</link>
		<comments>http://www.tuxera.com/ntfs/release-ntfs-3g-2009-11-14/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 20:43:05 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1347</guid>
		<description><![CDATA[We are happy to announce the next stable NTFS-3G release. It is based on the latest Advanced NTFS-3G release which is already used by several distributions as the default NTFS driver. The changes include: New: Full file ownership and permissions &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/release-ntfs-3g-2009-11-14/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce the next stable NTFS-3G release. It is based on the latest Advanced NTFS-3G release which is already used by several distributions as the default NTFS driver. The changes include:</p>
<ul>
<li style="margin-bottom: 0.25em;">New: Full file ownership and permissions support. The <a href="http://www.tuxera.com/community/ntfs-3g-advanced/ownership-and-permissions/"><i>ownership and permissions</i></a> of files are interoperable with Windows and <a href="http://www.tuxera.com/community/posix-test-suite/">conforms to the POSIX rules</a>.</li>
<li style="margin-bottom: 0.25em;">New: POSIX ACL support. The ACLs are an extension to <a href="http://www.tuxera.com/community/ntfs-3g-advanced/ownership-and-permissions/"><i>ownership and permissions</i></a> as defined in POSIX.</li>
<li style="margin-bottom: 0.25em;">New: Optional Windows-type inheritance of ACLs.</li>
<li style="margin-bottom: 0.25em;">New: Full <a href="http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/"><i>extended attributes</i></a> support for all namespaces: user, system, security and trusted.</li>
<li style="margin-bottom: 0.25em;">New: Junction points support. The <a href="http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-symbolic-links/"><i>junction points and symbolic links</i></a> created by Windows are seen as symbolic links.</li>
<li style="margin-bottom: 0.25em;">New: Access is possible to NTFS internal data like Windows style archive bit and file attributes. They are mapped to <a href="http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/"><i>extended attributes</i></a> for easier access.</li>
<li style="margin-bottom: 0.25em;">New: Compression write support: sequential <a href="http://www.tuxera.com/community/ntfs-3g-advanced/data-compression/"><i>writing to compressed files</i></a> is supported.</li>
<li style="margin-bottom: 0.25em;">New: Support copying and restoring encrypted files without decrypting them.</li>
<li style="margin-bottom: 0.25em;">New: Support getting and setting high-resolution file timestamps.</li>
<li style="margin-bottom: 0.25em;">New: Support to get, set and remove DOS filenames.</li>
<li style="margin-bottom: 0.25em;">New: Tools for managing ownership, permissions and ACLs: <kbd><a href="http://www.tuxera.com/community/ntfs-3g-advanced/security-data-auditing/"><i>secaudit</i></a></kbd> checks the integrity of ownership, permissions and ACL, <kbd><a href="http://pagesperso-orange.fr/b.andre/usermap.html"><i>usermap</i></a></kbd> gives help to configure ownership.</li>
<li style="margin-bottom: 0.25em;">New: Implemented setchgtime() on Mac OS X.</li>
<li style="margin-bottom: 0.25em;">Fix: Improved Windows junction and symlink handling.</li>
<li style="margin-bottom: 0.25em;">Fix: Improved ACL handling.</li>
<li style="margin-bottom: 0.25em;">Fix: Unicode normalization on Mac OS X.</li>
<li style="margin-bottom: 0.25em;">Fix: Implemented true fsync() on Mac OS X</li>
<li style="margin-bottom: 0.25em;">Change: Performance optimizations. Frequently used data are cached to improve speed. Space allocation for fragmented and sparse files has been improved.</li>
</ul>
<p>We are also very glad to announce the new NTFS-3G lead developer, Jean-Pierre Andre who consistently demonstrated outstanding problem solving skills, taking great attention to the details and the ability to ensure the high-quality and reliability of the NTFS-3G driver in the past years.</p>
<p>The source code of the latest stable driver 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+2009.11.14+http://tinyurl.com/5u5jjrj" 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+2009.11.14+http://tinyurl.com/5u5jjrj" 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-ntfs-3g-2009-11-14/&amp;submitHeadline=Release%3A+NTFS-3G+2009.11.14" 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-ntfs-3g-2009-11-14/&amp;title=Release%3A+NTFS-3G+2009.11.14" 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-ntfs-3g-2009-11-14/&amp;title=Release%3A+NTFS-3G+2009.11.14" 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-ntfs-3g-2009-11-14/&amp;t=Release%3A+NTFS-3G+2009.11.14" 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-ntfs-3g-2009-11-14/&amp;t=Release%3A+NTFS-3G+2009.11.14&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+2009.11.14&amp;link=http://www.tuxera.com/ntfs/release-ntfs-3g-2009-11-14/" 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-ntfs-3g-2009-11-14/&amp;title=Release%3A+NTFS-3G+2009.11.14" 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-ntfs-3g-2009-11-14/&amp;title=Release%3A+NTFS-3G+2009.11.14" 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-ntfs-3g-2009-11-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release: NTFS-3G 2009.10.5 RC</title>
		<link>http://www.tuxera.com/ntfs/ntfs-3g-2009-10-5-rc/</link>
		<comments>http://www.tuxera.com/ntfs/ntfs-3g-2009-10-5-rc/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 14:24:20 +0000</pubDate>
		<dc:creator>Szabolcs Szakacsits</dc:creator>
				<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://www.tuxera.com/?p=1187</guid>
		<description><![CDATA[A new stable NTFS-3G release candidate is available for testing. It is based on the latest Advanced NTFS-3G release which is already used by several distributions as the default NTFS driver. The changes include: New: Full file ownership and permissions &#8230; <a class="readMore" href="http://www.tuxera.com/ntfs/ntfs-3g-2009-10-5-rc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A new stable NTFS-3G release candidate is available for testing. It is based on the latest Advanced NTFS-3G release which is already used by several distributions as the default NTFS driver. The changes include:</p>
<ul>
<li style="margin-bottom: 0.25em;">New: Full file ownership and permissions support. The <a href="http://www.tuxera.com/community/ntfs-3g-advanced/ownership-and-permissions/"><i>ownership and permissions</i></a> of files are interoperable with Windows and <a href="http://www.tuxera.com/community/posix-test-suite/">conforms to the POSIX rules</a>.</li>
<li style="margin-bottom: 0.25em;">New: POSIX ACL support. The ACLs are an extension to <a href="http://www.tuxera.com/community/ntfs-3g-advanced/ownership-and-permissions/"><i>ownership and permissions</i></a> as defined in POSIX.</li>
<li style="margin-bottom: 0.25em;">New: Optional Windows-type inheritance of ACLs.</li>
<li style="margin-bottom: 0.25em;">New: Full <a href="http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/"><i>extended attributes</i></a> support for all namespaces: user, system, security and trusted.</li>
<li style="margin-bottom: 0.25em;">New: Junction points support. The <a href="http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-symbolic-links/"><i>junction points and symbolic links</i></a> created by Windows are seen as symbolic links.</li>
<li style="margin-bottom: 0.25em;">New: Access is possible to NTFS internal data like Windows style archive bit and file attributes. They are mapped to <a href="http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/"><i>extended attributes</i></a> for easier access.</li>
<li style="margin-bottom: 0.25em;">New: Compression write support: sequential <a href="http://www.tuxera.com/community/ntfs-3g-advanced/data-compression/"><i>writing to compressed files</i></a> is supported.</li>
<li style="margin-bottom: 0.25em;">New: Support copying and restoring encrypted files without decrypting them.</li>
<li style="margin-bottom: 0.25em;">New: Support getting and setting high-resolution file timestamps.</li>
<li style="margin-bottom: 0.25em;">New: Support to get, set and remove DOS filenames.</li>
<li style="margin-bottom: 0.25em;">New: Tools for managing ownership, permissions and ACLs: <kbd><a href="http://www.tuxera.com/community/ntfs-3g-advanced/security-data-auditing/"><i>secaudit</i></a></kbd> checks the integrity of ownership, permissions and ACL, <kbd><a href="http://pagesperso-orange.fr/b.andre/usermap.html"><i>usermap</i></a></kbd> gives help to configure ownership.</li>
<li style="margin-bottom: 0.25em;">Change: Performance optimizations. Frequently used data are cached to improve speed. Space allocation for fragmented and sparse files has been improved.</li>
</ul>
<p>We are also very happy to announce the new NTFS-3G lead developer, Jean-Pierre Andre.</p>
<p>The source code of the latest stable driver 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 align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Release%3A+NTFS-3G+2009.10.5+RC+http://tinyurl.com/68hzeys" 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+2009.10.5+RC+http://tinyurl.com/68hzeys" 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/ntfs-3g-2009-10-5-rc/&amp;submitHeadline=Release%3A+NTFS-3G+2009.10.5+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/ntfs-3g-2009-10-5-rc/&amp;title=Release%3A+NTFS-3G+2009.10.5+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/ntfs-3g-2009-10-5-rc/&amp;title=Release%3A+NTFS-3G+2009.10.5+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/ntfs-3g-2009-10-5-rc/&amp;t=Release%3A+NTFS-3G+2009.10.5+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/ntfs-3g-2009-10-5-rc/&amp;t=Release%3A+NTFS-3G+2009.10.5+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%3A+NTFS-3G+2009.10.5+RC&amp;link=http://www.tuxera.com/ntfs/ntfs-3g-2009-10-5-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/ntfs-3g-2009-10-5-rc/&amp;title=Release%3A+NTFS-3G+2009.10.5+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/ntfs-3g-2009-10-5-rc/&amp;title=Release%3A+NTFS-3G+2009.10.5+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/ntfs-3g-2009-10-5-rc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

