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

<channel>
	<title>The #Shell &#187; Apple</title>
	<atom:link href="http://blog.rootshell.ir/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rootshell.ir</link>
	<description>Hey, It&#039;s root, Take care</description>
	<lastBuildDate>Sun, 22 Aug 2010 21:12:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Experimental Write Support for Ext2 on Mac</title>
		<link>http://blog.rootshell.ir/2010/05/experimental-write-support-for-ext2-ext3-ext4-filesystems-on-mac/</link>
		<comments>http://blog.rootshell.ir/2010/05/experimental-write-support-for-ext2-ext3-ext4-filesystems-on-mac/#comments</comments>
		<pubDate>Sun, 23 May 2010 18:31:24 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Believe Me]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.rootshell.ir/?p=188</guid>
		<description><![CDATA[Userspace Filesystem Drivers are becoming more and more popular since they&#8217;re portable and have less headache of platform specific filesystem driver issues. For example, NTFS-3G project provides the full read/write support for NTFS under Linux and MacOSX while living in userspace. I recently discovered an open source project called &#8220;fuse-ext2&#8221; which is an implementation of [...]]]></description>
			<content:encoded><![CDATA[<p>Userspace Filesystem Drivers are becoming more and more popular since  they&#8217;re portable and have less headache of platform specific filesystem  driver issues. For example, NTFS-3G project provides the full read/write support for NTFS under Linux and MacOSX while living in userspace.</p>
<p>I recently discovered an open source project called &#8220;<a href="http://sourceforge.net/projects/fuse-ext2/">fuse-ext2</a>&#8221; which is an implementation of Ext2/Ext3/Ext4 filesystem driver in userspace. Before this one, there was an ext2-only native kernel extension (kext) implementation. So I had no write access to my Ext3 and no read access to Ext4 file-system at all.</p>
<p>To use and enable experimental write support for your Ext2 partition, follow these steps :</p>
<ol>
<li>Download and install <strong>NTFS-3G</strong> Package which includes <strong>FUSE libraries</strong>.<br />
AFAIK NTFS-3G has been renamed into Tuxera NTFS and is a shareware now. But any way you can download the old GPL version <a href="http://www.rootshell.ir/downloads/MacOSX/NTFS-3G_2009.4.4-catacombae.dmg">here</a>. it works in both Leopard and Snow Leopard.<br />
<span style="color: #ffcc00;">.</span></li>
<li>Download<a href="http://sourceforge.net/projects/fuse-ext2/"> fuse-ext2 </a>package<br />
<span style="color: #ffcc00;">.</span></li>
<li>Use <strong>Disk Utility</strong> to un-mount current Ext2 filesystems if there are any<br />
<span style="color: #ffcc00;">.</span></li>
<li>Remove any old filesystem drivers for ext2 from <strong>/System/Library/FileSystems</strong> (it was ext2.fs for me)<br />
<span style="color: #ffcc00;">.</span></li>
<li>Install fuse-ext2 package<br />
<span style="color: #ffcc00;">.</span></li>
<li>Since write support is experimental, it is not enabled by default. To enable it, open <strong>/System/Library/Filesystems/fuse-ext2.fs/fuse-ext2.util</strong> for edit while having super user privileges.<br />
<span style="color: #ffcc00;">.</span></li>
<li>Edit the OPTIONS variable at line 207 from<br />
<code>OPTIONS="auto_xattr,defer_permissions"</code><br />
to<br />
<code>OPTIONS="auto_xattr,defer_permissions,rw+"</code><br />
<span style="color: #ffcc00;">.</span></li>
<li>Open Disk Utility and choose Mount for your filesystem and have fun !</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.rootshell.ir/2010/05/experimental-write-support-for-ext2-ext3-ext4-filesystems-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Bug Hugging Day</title>
		<link>http://blog.rootshell.ir/2009/12/the-bug-hugging-day/</link>
		<comments>http://blog.rootshell.ir/2009/12/the-bug-hugging-day/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 16:38:09 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Believe Me]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Movie Buff]]></category>
		<category><![CDATA[Persian Poems]]></category>
		<category><![CDATA[SuperMonko]]></category>

		<guid isPermaLink="false">http://blog.rootshell.ir/?p=18</guid>
		<description><![CDATA[As you probably know, we&#8217;ve released our first iPhone application named Persian Poems one month ago. Today we decided to push the first update for it to introduce some new features and fix minor bugs we had found and release a second version with new books and graphics. So I started with creating and dumping [...]]]></description>
			<content:encoded><![CDATA[<p>As you probably know, we&#8217;ve released our first iPhone application named <a href="http://apps.supermonko.com/persian-poems-iphone-app/">Persian Poems</a> one month ago. Today we decided to push the first update for it to introduce some new features and fix minor bugs we had found and release a second version with new books and graphics. So I started with creating and dumping and organizing the new books for the second edition and we all three were testing and fixing bugs there in the garage. It will hopefully turn into a faster and more stable application since the poem catching process is now being done in a background worker thread and have almost no impact on user scrolling experience.</p>
<p>I&#8217;ve also done some performance tests on <a href="http://apps.supermonko.com/movie-buff-iphone-app/">Movie Buff</a> and <a href="http://apps.supermonko.com/persian-poems-iphone-app/">Persian Poems</a> to find the funny memory leaks. <a href="http://www.mobileorchard.com/find-iphone-memory-leaks-a-leaks-tool-tutorial/">This page</a> helped me a lot to start off the play with Apple Instruments tool and as a result both applications are completely clean now ! and I have to wash my hands ! <img src='http://blog.rootshell.ir/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Unfortunately the micro-transaction system needs more work and the exams will start in near 3-4 days and this is the fact that why we decided to do some time-boxing for the features we&#8217;re going to present in this update.</p>
<p>There were also some critical problems with the <a href="http://apps.supermonko.com/movie-buff-iphone-app/">Movie Buff</a> which is available on App-store for a week or so. We&#8217;ve fixed them and hope that apple will release the update soon to prevent these 1-start ratings.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rootshell.ir/2009/12/the-bug-hugging-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
