<?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>Fri, 25 Nov 2011 22:52:22 +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 Mounting ext3 in Snow Leopard&#8230; by john</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-4911</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 25 Nov 2011 22:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-4911</guid>
		<description>&lt;a href=&quot;#comment-3960&quot; rel=&quot;nofollow&quot;&gt;@

David
&lt;/a&gt;I&#039;ve copied 40MB in 40 seconds... am trying to copy 5GB from my phone right now and it gives me an estimated time of 2 hrs. I should really have got out my old laptop which runs red hat 9 or something, but it might take 2 hrs to move all the stuff :&#124;</description>
		<content:encoded><![CDATA[<p><a href="#comment-3960" rel="nofollow">@</p>
<p>David<br />
</a>I&#8217;ve copied 40MB in 40 seconds&#8230; am trying to copy 5GB from my phone right now and it gives me an estimated time of 2 hrs. I should really have got out my old laptop which runs red hat 9 or something, but it might take 2 hrs to move all the stuff <img src='http://www.ericwingate.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by Ritts</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-4639</link>
		<dc:creator>Ritts</dc:creator>
		<pubDate>Fri, 09 Sep 2011 21:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-4639</guid>
		<description>To everyone experiencing the &quot;probe failed&quot; problem Gandhi posted, or a similar probem: The solution is easy. 10:1 you tried installing the old ext2fsx program on your Mac, and it failed. Even though the installer failed, it still made changes to your system. Run the uninstall script that comes with ext2fsx and the problem will go away. More info here:
http://superuser.com/questions/86360/how-to-read-an-external-hard-drive-format-for-linux-on-mac</description>
		<content:encoded><![CDATA[<p>To everyone experiencing the &#8220;probe failed&#8221; problem Gandhi posted, or a similar probem: The solution is easy. 10:1 you tried installing the old ext2fsx program on your Mac, and it failed. Even though the installer failed, it still made changes to your system. Run the uninstall script that comes with ext2fsx and the problem will go away. More info here:<br />
<a href="http://superuser.com/questions/86360/how-to-read-an-external-hard-drive-format-for-linux-on-mac" rel="nofollow">http://superuser.com/questions/86360/how-to-read-an-external-hard-drive-format-for-linux-on-mac</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by Husam</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-4608</link>
		<dc:creator>Husam</dc:creator>
		<pubDate>Wed, 31 Aug 2011 18:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-4608</guid>
		<description>&lt;a href=&quot;#comment-2687&quot; rel=&quot;nofollow&quot;&gt;@Gravitas&lt;/a&gt; 

If you can&#039;t mount a usb external disk on mac os because the disk has an alien partition type use this procedure to mount it in mac:

1- mount the disk in linux 
2- change its partition type to HPSF/NTFS with fdisk:

sudo fdisk /dev/sdb1

type &#039;t&#039; followed by &#039;enter&#039;

if fdisk ask about which partition to change choose partition number &#039;1&#039; always.

then type &#039;7&#039; followed by &#039;enter&#039; then type &#039;w&#039; followed by &#039;enter.

3- check the success of changing partition type with:
fdisk -l /dev/sdb1 
The output should list the partitions as well as their types.

4- unmount the disk in linux.

5- Attache the disk to mac os and note the device id with diskutils

6- Ensure that the disk is unmount and ejected

7- Create mounting directory:

mkdir /Volumes/usb

8- Mount the disk with:

sudo mount  -ar -t ntfs /dev/disk2s1 /Volumes/usb

The &#039;r&#039; parameter means &#039;read only&#039; 

If you get no error after this command, then your fine and check your disk in finder.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2687" rel="nofollow">@Gravitas</a> </p>
<p>If you can&#8217;t mount a usb external disk on mac os because the disk has an alien partition type use this procedure to mount it in mac:</p>
<p>1- mount the disk in linux<br />
2- change its partition type to HPSF/NTFS with fdisk:</p>
<p>sudo fdisk /dev/sdb1</p>
<p>type &#8216;t&#8217; followed by &#8216;enter&#8217;</p>
<p>if fdisk ask about which partition to change choose partition number &#8216;1&#8242; always.</p>
<p>then type &#8216;7&#8242; followed by &#8216;enter&#8217; then type &#8216;w&#8217; followed by &#8216;enter.</p>
<p>3- check the success of changing partition type with:<br />
fdisk -l /dev/sdb1<br />
The output should list the partitions as well as their types.</p>
<p>4- unmount the disk in linux.</p>
<p>5- Attache the disk to mac os and note the device id with diskutils</p>
<p>6- Ensure that the disk is unmount and ejected</p>
<p>7- Create mounting directory:</p>
<p>mkdir /Volumes/usb</p>
<p>8- Mount the disk with:</p>
<p>sudo mount  -ar -t ntfs /dev/disk2s1 /Volumes/usb</p>
<p>The &#8216;r&#8217; parameter means &#8216;read only&#8217; </p>
<p>If you get no error after this command, then your fine and check your disk in finder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by Denis</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-4567</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Mon, 15 Aug 2011 15:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-4567</guid>
		<description>Thanks for writing this, it was very helpful.

While I got my ext3 drive to mount under Snow Leopard, and I can access all the files, I do not have write access, even though I used the &quot;-o force&quot; option:

$ sudo ./fuse-ext2 /dev/disk1 /Volumes/Archive0 -o force 
Password: 
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/disk1 [main (../../fuse-ext2/fuse-ext2.c: 
351)] 
fuse-ext2: opts.mnt_point: /Volumes/Archive0 [main (../../fuse-ext2/ 
fuse-ext2.c:352)] 
fuse-ext2: opts.volname: Archive0 [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/ 
disk1,fstypename=ext2,volname=Archive0 [main (../../fuse-ext2/fuse- 
ext2.c:355)] 
fuse-ext2: mounting read-write [main (../../fuse-ext2/fuse-ext2.c: 
369)] 

But when I try to write: 

$ touch /Volumes/Archive0/x 
touch: /Volumes/Archive0/x: Read-only file system 

How can I solve this?</description>
		<content:encoded><![CDATA[<p>Thanks for writing this, it was very helpful.</p>
<p>While I got my ext3 drive to mount under Snow Leopard, and I can access all the files, I do not have write access, even though I used the &#8220;-o force&#8221; option:</p>
<p>$ sudo ./fuse-ext2 /dev/disk1 /Volumes/Archive0 -o force<br />
Password:<br />
fuse-ext2: version:&#8217;0.0.7&#8242;, fuse_version:&#8217;27&#8242; [main (../../fuse-ext2/<br />
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/disk1 [main (../../fuse-ext2/fuse-ext2.c:<br />
351)]<br />
fuse-ext2: opts.mnt_point: /Volumes/Archive0 [main (../../fuse-ext2/<br />
fuse-ext2.c:352)]<br />
fuse-ext2: opts.volname: Archive0 [main (../../fuse-ext2/fuse-ext2.c:<br />
353)]<br />
fuse-ext2: opts.options: force [main (../../fuse-ext2/fuse-ext2.c:<br />
354)]<br />
fuse-ext2: parsed_options:<br />
force,allow_other,local,noappledouble,fsname=/dev/<br />
disk1,fstypename=ext2,volname=Archive0 [main (../../fuse-ext2/fuse-<br />
ext2.c:355)]<br />
fuse-ext2: mounting read-write [main (../../fuse-ext2/fuse-ext2.c:<br />
369)] </p>
<p>But when I try to write: </p>
<p>$ touch /Volumes/Archive0/x<br />
touch: /Volumes/Archive0/x: Read-only file system </p>
<p>How can I solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by phil</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-4512</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Wed, 27 Jul 2011 07:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-4512</guid>
		<description>When I tried to mount an ext3 disk on a Mac OS X 10.5 after I have installed macfuse and fuse-ext2, I got :

$ mkdir /Volumes/temp
$ fuse-ext2 /dev/disk1 /Volumes/temp/
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: Error while trying to open /dev/disk1 (rc=16) [do_probe (../../fuse-ext2/do_probe.c:34)]
fuse-ext2: Probe failed [main (../../fuse-ext2/fuse-ext2.c:340)]

The error message is exactly the same if I used one of the partition /dev/disk1s1

Any idea?

Thanks,
Phil</description>
		<content:encoded><![CDATA[<p>When I tried to mount an ext3 disk on a Mac OS X 10.5 after I have installed macfuse and fuse-ext2, I got :</p>
<p>$ mkdir /Volumes/temp<br />
$ fuse-ext2 /dev/disk1 /Volumes/temp/<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: Error while trying to open /dev/disk1 (rc=16) [do_probe (../../fuse-ext2/do_probe.c:34)]<br />
fuse-ext2: Probe failed [main (../../fuse-ext2/fuse-ext2.c:340)]</p>
<p>The error message is exactly the same if I used one of the partition /dev/disk1s1</p>
<p>Any idea?</p>
<p>Thanks,<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by David</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-3960</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 04 May 2011 12:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-3960</guid>
		<description>Very nice tip. And it works. But, writing to ext3 is painfully slow. It took me 10 minutes to copy about 40 MB.</description>
		<content:encoded><![CDATA[<p>Very nice tip. And it works. But, writing to ext3 is painfully slow. It took me 10 minutes to copy about 40 MB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by Dagony</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-3927</link>
		<dc:creator>Dagony</dc:creator>
		<pubDate>Fri, 29 Apr 2011 08:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-3927</guid>
		<description>&lt;a href=&quot;#comment-3623&quot; rel=&quot;nofollow&quot;&gt;@eisen&lt;/a&gt; 
You can download a binary (as a dmg) from http://alperakcan.org/?open=projects&amp;project=fuse-ext2</description>
		<content:encoded><![CDATA[<p><a href="#comment-3623" rel="nofollow">@eisen</a><br />
You can download a binary (as a dmg) from <a href="http://alperakcan.org/?open=projects&amp;project=fuse-ext2" rel="nofollow">http://alperakcan.org/?open=projects&amp;project=fuse-ext2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by eisen</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-3623</link>
		<dc:creator>eisen</dc:creator>
		<pubDate>Wed, 16 Mar 2011 14:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-3623</guid>
		<description>Dear all.

I try to install fuse-ext2 on a MacOSX 10.6.6.

when I try to

$ make 

the bundle I get the following error.

$ error: There is no SDK with the name or path &#039;macosx10.4&#039;

I guess I have a newer version of SDK somewhere, but I am not sure. For sure I have Xcode.

Any idea what to change, that the installer also checks for other versions of SDK?

Thanks in advance for any help or suggestions.

Best regards 

eisen</description>
		<content:encoded><![CDATA[<p>Dear all.</p>
<p>I try to install fuse-ext2 on a MacOSX 10.6.6.</p>
<p>when I try to</p>
<p>$ make </p>
<p>the bundle I get the following error.</p>
<p>$ error: There is no SDK with the name or path &#8216;macosx10.4&#8242;</p>
<p>I guess I have a newer version of SDK somewhere, but I am not sure. For sure I have Xcode.</p>
<p>Any idea what to change, that the installer also checks for other versions of SDK?</p>
<p>Thanks in advance for any help or suggestions.</p>
<p>Best regards </p>
<p>eisen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting ext3 in Snow Leopard&#8230; by franc</title>
		<link>http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/comment-page-1/#comment-3120</link>
		<dc:creator>franc</dc:creator>
		<pubDate>Wed, 01 Dec 2010 15:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-3120</guid>
		<description>Hello, thank you.

What am i doing wrong having this error:

failed to mount /private/tmp/usbhd@/dev/fuse1: Socket is not connected

before i had:

MacFUSE already exists and does not belong to a registered port.  Unable to activate port macfuse. Use &#039;port -f activate macfuse&#039; to force the activation.

i did it and then i installed with port install ext2fuse

But trying to mount an ext3 hd i get this error.</description>
		<content:encoded><![CDATA[<p>Hello, thank you.</p>
<p>What am i doing wrong having this error:</p>
<p>failed to mount /private/tmp/usbhd@/dev/fuse1: Socket is not connected</p>
<p>before i had:</p>
<p>MacFUSE already exists and does not belong to a registered port.  Unable to activate port macfuse. Use &#8216;port -f activate macfuse&#8217; to force the activation.</p>
<p>i did it and then i installed with port install ext2fuse</p>
<p>But trying to mount an ext3 hd i get this error.</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-3071</link>
		<dc:creator>Gnorkie</dc:creator>
		<pubDate>Thu, 18 Nov 2010 00:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericwingate.com/?p=106#comment-3071</guid>
		<description>@Douglas. NO, I didn&#039;t solve the problem. And now I badly NEED to transfer all my files to another popcorn hard disk.......</description>
		<content:encoded><![CDATA[<p>@Douglas. NO, I didn&#8217;t solve the problem. And now I badly NEED to transfer all my files to another popcorn hard disk&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

