Hello, i'm using osx 10.6.2, MacFUSE 2.0.3, and fuse-ext2 0.0.6 to mount and read an external USB hard-disk.
The disk seems to correctly mounted, but it's in read-only mode. In the fuse-ext2_util.log I see: 2009-11-30 23:11:34: fuse-ext2 script invoked with command line "/ System/Library/Filesystems/fuse-ext2.fs/Contents/Resources/../../fuse- ext2.util" "-p" "disk1s1" "removable" "readonly" "" "" "" "" "" 2009-11-30 23:11:34: Invoking user: root 2009-11-30 23:11:34: [Probe] Entering function Probe... 2009-11-30 23:11:34: [Probe] Executing "/usr/local/bin/fuse- ext2.probe" "/dev/disk1s1" 2>&1 2009-11-30 23:11:45: [Probe] Return value: 0 2009-11-30 23:11:45: [Probe] Output (PROBE_OUTPUT): "fuse-ext2: opts.device: /dev/disk1s1 [main (../../fuse-ext2/fuse-ext2.probe.c: 122)] fuse-ext2: enter [do_probe (../../fuse-ext2/do_probe.c:30)] fuse-ext2: leave [do_probe (../../fuse-ext2/do_probe.c:53)]" 2009-11-30 23:11:45: fuse-ext2 script invoked with command line "/ System/Library/Filesystems/fuse-ext2.fs/Contents/Resources/../../fuse- ext2.util" "-k" "disk1s1" "" "" "" "" "" "" "" 2009-11-30 23:11:45: Invoking user: root 2009-11-30 23:11:45: [PrintUUID] Entering function PrintUUID... 2009-11-30 23:11:45: [PrintUUID] PrintUUID not implemented, returning FSUR_INVAL. 2009-11-30 23:11:45: [PrintUUID] Returning from function PrintUUID... 2009-11-30 23:11:45: fuse-ext2 script invoked with command line "/ System/Library/Filesystems/fuse-ext2.fs/Contents/Resources/../../fuse- ext2.util" "-q" "/dev/rdisk1s1" "" "" "" "" "" "" "" 2009-11-30 23:11:45: Invoking user: root 2009-11-30 23:11:45: [QuickVerify] Entering function QuickVerify. 2009-11-30 23:11:45: [QuickVerify] Reporting that the volume is fine, even though that may not be the case (no fs checks performed). 2009-11-30 23:11:45: [QuickVerify] Returning from function QuickVerify. 2009-11-30 23:11:45: fuse-ext2 script invoked with command line "/ System/Library/Filesystems/fuse-ext2.fs/fuse-ext2.util" "-m" "-o" "nodev" "-o" "noowners" "-o" "nosuid" "/dev/disk1s1" "/Volumes/ Untitled" 2009-11-30 23:11:45: Invoking user: root 2009-11-30 23:11:45: [Mount] Entering function Mount... 2009-11-30 23:11:45: [Mount] Processing argument "/dev/disk1s1" 2009-11-30 23:11:46: [Mount] Processing argument "/Volumes/Untitled" 2009-11-30 23:11:46: [Mount] Got plain device "/dev/disk1s1" 2009-11-30 23:11:46: [Mount] Got raw device "/dev/rdisk1s1" 2009-11-30 23:11:46: [Mount] Invoking: 2009-11-30 23:11:46: [Mount] "/usr/local/bin/fuse-ext2.wait" "/ Volumes/Untitled" "5" "/usr/local/bin/fuse-ext2" "/dev/disk1s1" "/ Volumes/Untitled" "-oauto_xattr,defer_permissions,local" 2009-11-30 23:12:07: [Mount] /usr/local/bin/fuse-ext2.wait returned with retval: 0 2009-11-30 23:12:07: [Mount] Output from mount operation: Mounting / dev/disk1s1 Read-Only. Use 'force' or 'rw+' options to enable Read-Write mode Did not receive a signal within 5.000000 seconds. Exiting... 2009-11-30 23:12:07: [Mount] Executing "/usr/local/bin/fuse- ext2.daemon" 2009-11-30 23:12:07: [Mount] Exiting function mount... It suggests to 'force' or 'rw+': how do I do that ? Thanks, Valerio -- 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.
