I'm using both MacFuse and fuse-ext2 to mount an external ext3 drive under Mac OSX Snow Leopard.
Following the instructions here: http://www.ericwingate.com/2009/09/27/mounting-ext3-in-snow-leopard/ I can get the drive to mount, and I can see all the files. What I don't have, though, is write access, even though I did use the "-o force" option in fuse-ext2. I can even see the terminal output confirming it: $ sudo ./fuse-ext2 /dev/disk1 /Volumes/Archive0 -o force Password: fuse-ext2: version:'0.0.7', fuse_version:'27' [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 What can I do? -- 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.
