<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for EricWingate.com</title>
	<atom:link href="http://www.ericwingate.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericwingate.com</link>
	<description>Eat your heart out before I do.</description>
	<lastBuildDate>Tue, 09 Mar 2010 22:27:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SRV. by Mac</title>
		<link>http://www.ericwingate.com/2009/07/07/srv/comment-page-1/#comment-2573</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Tue, 09 Mar 2010 22:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=98#comment-2573</guid>
		<description>I gotta say, your practice has paid off. You nail that song every time!</description>
		<content:encoded><![CDATA[<p>I gotta say, your practice has paid off. You nail that song every time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why oh why?? by Mac</title>
		<link>http://www.ericwingate.com/2008/07/06/hello-world/comment-page-1/#comment-2572</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Tue, 09 Mar 2010 22:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=1#comment-2572</guid>
		<description>Eric&#039;s impersonation of Carl from the movie Slingblade at minute 2:01 in the video....lol</description>
		<content:encoded><![CDATA[<p>Eric&#8217;s impersonation of Carl from the movie Slingblade at minute 2:01 in the video&#8230;.lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by Gnorkie</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-2567</link>
		<dc:creator>Gnorkie</dc:creator>
		<pubDate>Fri, 26 Feb 2010 21:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-2567</guid>
		<description>Just installing MacFuse and fuse-ext2 I get the disks for reading only, not for writing. They are ext3, formatted with the Popcorn Hour A-110 network media tank.

Here is the errore I get when trying to mount
(before I&#039;ve unmounted the disks with disk manager)

Mac-Pro:bin Stefano$ sudo ./fuse-ext2 /dev/disk0s3 /Volumes/HD1/ -o force
fuse-ext2: version:&#039;0.0.7&#039;, fuse_version:&#039;27&#039; [main (../../fuse-ext2/fuse-ext2.c:324)]
fuse-ext2: enter [do_probe (../../fuse-ext2/do_probe.c:30)]
fuse-ext2: leave [do_probe (../../fuse-ext2/do_probe.c:55)]
fuse-ext2: opts.device: /dev/disk0s3 [main (../../fuse-ext2/fuse-ext2.c:351)]
fuse-ext2: opts.mnt_point: /Volumes/HD1/ [main (../../fuse-ext2/fuse-ext2.c:352)]
fuse-ext2: opts.volname:  [main (../../fuse-ext2/fuse-ext2.c:353)]
fuse-ext2: opts.options: force [main (../../fuse-ext2/fuse-ext2.c:354)]
fuse-ext2: parsed_options: force,allow_other,local,noappledouble,fsname=/dev/disk0s3,fstypename=ext2,volname=disk0s3 [main (../../fuse-ext2/fuse-ext2.c:355)]
fuse-ext2: mounting read-write [main (../../fuse-ext2/fuse-ext2.c:369)]
Mac-Pro:bin Stefano$ sudo mkdir /Volumes/HD mount_fusefs: failed to mount /Volumes/HD1@/dev/fuse0: Socket is not connected
./fuse-ext2 /dev/disksudo mkdir /Volumes/HDA
Mac-Pro:bin Stefano$ sudo ./fuse-ext2 /dev/disk0s3 /Volumes/HDA/ -o force
fuse-ext2: version:&#039;0.0.7&#039;, fuse_version:&#039;27&#039; [main (../../fuse-ext2/fuse-ext2.c:324)]
fuse-ext2: enter [do_probe (../../fuse-ext2/do_probe.c:30)]
fuse-ext2: leave [do_probe (../../fuse-ext2/do_probe.c:55)]
fuse-ext2: opts.device: /dev/disk0s3 [main (../../fuse-ext2/fuse-ext2.c:351)]
fuse-ext2: opts.mnt_point: /Volumes/HDA/ [main (../../fuse-ext2/fuse-ext2.c:352)]
fuse-ext2: opts.volname:  [main (../../fuse-ext2/fuse-ext2.c:353)]
fuse-ext2: opts.options: force [main (../../fuse-ext2/fuse-ext2.c:354)]
fuse-ext2: parsed_options: force,allow_other,local,noappledouble,fsname=/dev/disk0s3,fstypename=ext2,volname=disk0s3 [main (../../fuse-ext2/fuse-ext2.c:355)]
fuse-ext2: mounting read-write [main (../../fuse-ext2/fuse-ext2.c:369)]
Mac-Pro:bin Stefano$ mount_fusefs: failed to mount /Volumes/HDA@/dev/fuse1: Socket is not connected</description>
		<content:encoded><![CDATA[<p>Just installing MacFuse and fuse-ext2 I get the disks for reading only, not for writing. They are ext3, formatted with the Popcorn Hour A-110 network media tank.</p>
<p>Here is the errore I get when trying to mount<br />
(before I&#8217;ve unmounted the disks with disk manager)</p>
<p>Mac-Pro:bin Stefano$ sudo ./fuse-ext2 /dev/disk0s3 /Volumes/HD1/ -o force<br />
fuse-ext2: version:&#8217;0.0.7&#8242;, fuse_version:&#8217;27&#8242; [main (../../fuse-ext2/fuse-ext2.c:324)]<br />
fuse-ext2: enter [do_probe (../../fuse-ext2/do_probe.c:30)]<br />
fuse-ext2: leave [do_probe (../../fuse-ext2/do_probe.c:55)]<br />
fuse-ext2: opts.device: /dev/disk0s3 [main (../../fuse-ext2/fuse-ext2.c:351)]<br />
fuse-ext2: opts.mnt_point: /Volumes/HD1/ [main (../../fuse-ext2/fuse-ext2.c:352)]<br />
fuse-ext2: opts.volname:  [main (../../fuse-ext2/fuse-ext2.c:353)]<br />
fuse-ext2: opts.options: force [main (../../fuse-ext2/fuse-ext2.c:354)]<br />
fuse-ext2: parsed_options: force,allow_other,local,noappledouble,fsname=/dev/disk0s3,fstypename=ext2,volname=disk0s3 [main (../../fuse-ext2/fuse-ext2.c:355)]<br />
fuse-ext2: mounting read-write [main (../../fuse-ext2/fuse-ext2.c:369)]<br />
Mac-Pro:bin Stefano$ sudo mkdir /Volumes/HD mount_fusefs: failed to mount /Volumes/HD1@/dev/fuse0: Socket is not connected<br />
./fuse-ext2 /dev/disksudo mkdir /Volumes/HDA<br />
Mac-Pro:bin Stefano$ sudo ./fuse-ext2 /dev/disk0s3 /Volumes/HDA/ -o force<br />
fuse-ext2: version:&#8217;0.0.7&#8242;, fuse_version:&#8217;27&#8242; [main (../../fuse-ext2/fuse-ext2.c:324)]<br />
fuse-ext2: enter [do_probe (../../fuse-ext2/do_probe.c:30)]<br />
fuse-ext2: leave [do_probe (../../fuse-ext2/do_probe.c:55)]<br />
fuse-ext2: opts.device: /dev/disk0s3 [main (../../fuse-ext2/fuse-ext2.c:351)]<br />
fuse-ext2: opts.mnt_point: /Volumes/HDA/ [main (../../fuse-ext2/fuse-ext2.c:352)]<br />
fuse-ext2: opts.volname:  [main (../../fuse-ext2/fuse-ext2.c:353)]<br />
fuse-ext2: opts.options: force [main (../../fuse-ext2/fuse-ext2.c:354)]<br />
fuse-ext2: parsed_options: force,allow_other,local,noappledouble,fsname=/dev/disk0s3,fstypename=ext2,volname=disk0s3 [main (../../fuse-ext2/fuse-ext2.c:355)]<br />
fuse-ext2: mounting read-write [main (../../fuse-ext2/fuse-ext2.c:369)]<br />
Mac-Pro:bin Stefano$ mount_fusefs: failed to mount /Volumes/HDA@/dev/fuse1: Socket is not connected</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by admin</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-2529</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-2529</guid>
		<description>theres something up with your installation of fuse.  Are you running Snow Leopard?</description>
		<content:encoded><![CDATA[<p>theres something up with your installation of fuse.  Are you running Snow Leopard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by Scott</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-2524</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 12 Feb 2010 06:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-2524</guid>
		<description>I get:

sudo fuse-ext2 /dev/disk0s2 /Volumes/MEDIA/ -o force
fuse-ext2: version:&#039;0.0.7&#039;, fuse_version:&#039;27&#039; [main (../../fuse-ext2/fuse-ext2.c:324)]
fuse-ext2: enter [do_probe (../../fuse-ext2/do_probe.c:30)]
fuse-ext2: leave [do_probe (../../fuse-ext2/do_probe.c:55)]
fuse-ext2: opts.device: /dev/disk0s2 [main (../../fuse-ext2/fuse-ext2.c:351)]
fuse-ext2: opts.mnt_point: /Volumes/MEDIA/ [main (../../fuse-ext2/fuse-ext2.c:352)]
fuse-ext2: opts.volname: MEDIA [main (../../fuse-ext2/fuse-ext2.c:353)]
fuse-ext2: opts.options: force [main (../../fuse-ext2/fuse-ext2.c:354)]
fuse-ext2: parsed_options: force,allow_other,local,noappledouble,fsname=/dev/disk0s2,fstypename=ext2,volname=MEDIA [main (../../fuse-ext2/fuse-ext2.c:355)]
fuse-ext2: mounting read-write [main (../../fuse-ext2/fuse-ext2.c:369)]
/Library/Filesystems/fusefs.fs/Support/fusefs.kext failed to load - (libkern/kext) link error; check the system/kernel logs for errors or try kextutil(8).
the MacFUSE file system is not available (71)

:(</description>
		<content:encoded><![CDATA[<p>I get:</p>
<p>sudo fuse-ext2 /dev/disk0s2 /Volumes/MEDIA/ -o force<br />
fuse-ext2: version:&#8217;0.0.7&#8242;, fuse_version:&#8217;27&#8242; [main (../../fuse-ext2/fuse-ext2.c:324)]<br />
fuse-ext2: enter [do_probe (../../fuse-ext2/do_probe.c:30)]<br />
fuse-ext2: leave [do_probe (../../fuse-ext2/do_probe.c:55)]<br />
fuse-ext2: opts.device: /dev/disk0s2 [main (../../fuse-ext2/fuse-ext2.c:351)]<br />
fuse-ext2: opts.mnt_point: /Volumes/MEDIA/ [main (../../fuse-ext2/fuse-ext2.c:352)]<br />
fuse-ext2: opts.volname: MEDIA [main (../../fuse-ext2/fuse-ext2.c:353)]<br />
fuse-ext2: opts.options: force [main (../../fuse-ext2/fuse-ext2.c:354)]<br />
fuse-ext2: parsed_options: force,allow_other,local,noappledouble,fsname=/dev/disk0s2,fstypename=ext2,volname=MEDIA [main (../../fuse-ext2/fuse-ext2.c:355)]<br />
fuse-ext2: mounting read-write [main (../../fuse-ext2/fuse-ext2.c:369)]<br />
/Library/Filesystems/fusefs.fs/Support/fusefs.kext failed to load &#8211; (libkern/kext) link error; check the system/kernel logs for errors or try kextutil(8).<br />
the MacFUSE file system is not available (71)</p>
<p> <img src='http://www.ericwingate.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by Mark</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-2519</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 01 Feb 2010 00:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-2519</guid>
		<description>I have MAC OS X - 10.6.2 (Snow Leopard)
I installed:  MacFUSE first
Then installed: fuse-ext2

See first post for details.  Then I just plugged in my ext3 USB drive, powered it up and it mounted automatically in /Volumes.

This was a great surprise - No unix commands into terminal necessary.</description>
		<content:encoded><![CDATA[<p>I have MAC OS X &#8211; 10.6.2 (Snow Leopard)<br />
I installed:  MacFUSE first<br />
Then installed: fuse-ext2</p>
<p>See first post for details.  Then I just plugged in my ext3 USB drive, powered it up and it mounted automatically in /Volumes.</p>
<p>This was a great surprise &#8211; No unix commands into terminal necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by Richard</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-2514</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 27 Jan 2010 23:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-2514</guid>
		<description>Wow, this is great I&#039;ve been looking for a way to mount ext2/ext3 disks on MacOS X. I have backup disks attached to a Linksys NSLU2. I always worry about how I would recover the files if the server went kaput. Now I can just attach the USB drives to my Mac.

BTW, when I attached the USB drive, the Snow Leopard Finder immediately mounted the disks as read-only. So, I figured out the name of the disk (disk3s1 in this case) without using &quot;disktool -l&quot;. To mount the disk r/w, I ejected the disk using the Finder and mounted as above using &quot;-o force&quot;.</description>
		<content:encoded><![CDATA[<p>Wow, this is great I&#8217;ve been looking for a way to mount ext2/ext3 disks on MacOS X. I have backup disks attached to a Linksys NSLU2. I always worry about how I would recover the files if the server went kaput. Now I can just attach the USB drives to my Mac.</p>
<p>BTW, when I attached the USB drive, the Snow Leopard Finder immediately mounted the disks as read-only. So, I figured out the name of the disk (disk3s1 in this case) without using &#8220;disktool -l&#8221;. To mount the disk r/w, I ejected the disk using the Finder and mounted as above using &#8220;-o force&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by IetWat</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-2481</link>
		<dc:creator>IetWat</dc:creator>
		<pubDate>Thu, 21 Jan 2010 15:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-2481</guid>
		<description>Works like a charm! Thanks mate!</description>
		<content:encoded><![CDATA[<p>Works like a charm! Thanks mate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by Mark</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-2138</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 05 Dec 2009 19:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-2138</guid>
		<description>This post was the most helpful I have found for a long time. Thanks a lot!

Regards</description>
		<content:encoded><![CDATA[<p>This post was the most helpful I have found for a long time. Thanks a lot!</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by Caity</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-2132</link>
		<dc:creator>Caity</dc:creator>
		<pubDate>Fri, 20 Nov 2009 19:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-2132</guid>
		<description>Never mind! It probably isn&#039;t the most elegant solution but it does what I want. 

I wrote a little shell script and with the help of this article: http://support.apple.com/kb/HT2420?viewlocale=en_US made it work.

For anybody else who is reading this my shell script looks like this:

umount /dev/disk0s6
mkdir /Volumes/Ubuntu
/usr/local/bin/fuse-ext2 /dev/disk0s6 /Volumes/Ubuntu -o volname=Ubuntu,force</description>
		<content:encoded><![CDATA[<p>Never mind! It probably isn&#8217;t the most elegant solution but it does what I want. </p>
<p>I wrote a little shell script and with the help of this article: <a href="http://support.apple.com/kb/HT2420?viewlocale=en_US" rel="nofollow">http://support.apple.com/kb/HT2420?viewlocale=en_US</a> made it work.</p>
<p>For anybody else who is reading this my shell script looks like this:</p>
<p>umount /dev/disk0s6<br />
mkdir /Volumes/Ubuntu<br />
/usr/local/bin/fuse-ext2 /dev/disk0s6 /Volumes/Ubuntu -o volname=Ubuntu,force</p>
]]></content:encoded>
	</item>
</channel>
</rss>
