I have an external drive that holds an ext3 partition, which is shared on the network via NFS. Problem is, I can't see this drive on my MacBook after I mount this via Directory Utility.

Does anyone have a working setup of an ext3 partition mounted on OS X Leopard (10.5) (even as an ext2 partition) ? Are there any free packages to add ext3 filesystem support to OS X Leopard ?

link|improve this question

64% accept rate
feedback

2 Answers

up vote 5 down vote accepted

There is this discussion at InsanelyMac -- Mount ext3 partitions in OS X
Another discussion at MacRumors -- Anybody understand how ext2fsx works?

  1. Get ext2fsx from Sourceforge

    • Mount as ext2

    mount -t ext2 /dev/disk0s3 /Volumes/linux1

Update: Check reference by Mikko in the other answer -- fuse-ext2

link|improve this answer
ext2fsx cannot be installed on a MacBook running OS X 10.6 (Snow Leopard). – Török Gábor Feb 17 '10 at 14:42
This has been superceded by fuse-ext2 project (see below) – Mikko Ohtamaa Feb 10 at 22:39
feedback

Use MacFUSE with Fuse-ext2.

link|improve this answer
Fuse-ext2 current homepage alperakcan.org/?open=projects&project=fuse-ext2 – Mikko Ohtamaa Feb 10 at 22:39
feedback

Your Answer

 
or
required, but never shown

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