Is there anything that will natively allow read/write on an ext2/3 partition within Snowie?

Just don't want to get a Linux box to mount, and then access via samba. Although I could perhaps through VMware Fusion … and then share it back…

Anyway to do this natively?

link|improve this question

50% accept rate
1  
Similar question here: superuser.com/questions/53533/… – Török Gábor Feb 17 '10 at 14:55
11  
That's this question :-) – Josh Mar 6 '10 at 5:28
feedback

4 Answers

up vote 18 down vote accepted

I haven't tried it, but MacFUSE plus fuse-ext2 is supposed to work.

link|improve this answer
MacFuse is no longer maintained – olafure Mar 29 at 12:44
feedback

I find the easiest and most reliable way to access linux ext3 partitions on my mac is to run Ubuntu in a vmware virtual machine on the mac. Once running you can connect Ubuntu to the ext3 drive via usb, and this way you can get complete reliability reading and writing to ext3 file systems. It's fast because the disk is directly connected to the mac, unlike on a network. And you can use it to copy files very quickly to/from the mac host by using shared directories or any number of other ways.

link|improve this answer
That too might be an idea. Thanks. – romant Jan 30 '10 at 1:34
My osx is already running in vmware. I think my computer might implode if I run vmware inside the vmware guest. – olafure Mar 29 at 12:43
feedback

Just confirming that fuse-ext2 does indeed work for native reading/writing of ext2/3 partitions on SL 10.6.2.

link|improve this answer
feedback

You could also install either e2fsprogs or ext2fuse with macports.


Don't think any mount commands are included with port's e2fsprogs. (Though there's fsck and the like.) But installing ext2fuse does do the trick!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.