Hi, What is it with these results that indicate problems? I think the "file not found" messages are completely normal. Mac OS X looks for certain files when a file system is attached, and obviously they don't exist on a newly formatted Ext2 volume. Ext2fuse runs as a foreground process, which is why it doesn't return you to the Terminal after invoking it.
Some time ago, I built Ext2fuse 0.8.1 and wrapped it in a file system bundle to integrate it into the system. Here's the result from that: http://hem.bredband.net/catacombae/ext2fuse_mac/Ext2fuse-test2-catacombae.dmg I stopped development on the package after realizing that Ext2fuse is far from finished, and not very stable. The project isn't even maintained regularly (most recent update was last summer). You should also check out fuse-ext2 ( https://sourceforge.net/projects/fuse-ext2/ ), a similar project. It even has Mac OS X builds available, but I can't comment on features/stability. - Erik euxneks wrote: > Anyone manage to get it working? I managed to get it compiled and > installed, and I can run the ext2fuse binary but I get these results: > > morlock:ext2fuse-src-0.8.1 ctooley$ mkdir /Volumes/Linux && sudo > ext2fuse /dev/disk0s3 /Volumes/Linux > /dev/disk0s3 is to be mounted at /Volumes/Linux > fuse-ext2 initialized for device: /dev/disk0s3 > block size is 4096 > ext2fuse_dbg_msg: File not found by ext2_lookup while looking up > "mach_kernel" > ext2fuse_dbg_msg: File not found by ext2_lookup while looking up > "DCIM" > ext2fuse_dbg_msg: File not found by ext2_lookup while looking up > ".Spotlight-V100" > ext2fuse_dbg_msg: File not found by ext2_lookup while looking up > "Backups.backupdb" > ext2fuse_dbg_msg: File not found by ext2_lookup while looking up > ".metadata_never_index" > ext2fuse_dbg_msg: File not found by ext2_lookup while looking up > "Backups.backupdb" > ^Cfuse-ext2fs destroyed > > > That last part is me killing it with a ctrl+c on terminal. > > I understand that ext2 is not fully realized for Mac OS X but I > thought I would post here in case this helps someone do some > debugging. > > Hrm.. I wonder if this is the right forum for this...? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
