OS: Snow Leopard 10.6.2 Kernel: 32bit MacFuse: 2.0.3,2 Fuse module: fuse-ext2 0.0.7 (http://alperakcan.org/? open=projects&project=fuse-ext2)
Hello. I am an user to use your fuse-ext2 0.0.7 with MacFuse 2.0.3,2 on Snow Leopard 10.6.2 for 32bit kernel. I can't mount my disk with fuse-ext2. So please help me. I did my ext2 disk to be mounted manually like the following command. sudo fuse-ext2 /dev/disk1s1 /Volumes/backup -o modules=iconv,from_code=UTF-8,to_code=UTF-8-MAC I know that MacFuse support iconv module to convert file name encoding. (Please refer http://code.google.com/p/macfuse/issues/detail?id=139) So I did like the above command. But the command does not work. The followings are messages after that I run the above command. 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)] Mounting /dev/disk1s1 Read-Only. Use 'force' or 'rw+' options to enable Read-Write mode fuse-ext2: opts.device: /dev/disk1s1 [main (../../fuse-ext2/fuse- ext2.c:351)] fuse-ext2: opts.mnt_point: /Volumes/backup [main (../../fuse-ext2/fuse- ext2.c:352)] fuse-ext2: opts.volname: backup [main (../../fuse-ext2/fuse-ext2.c: 353)] fuse-ext2: opts.options: modules=iconv,from_code=UTF-8,to_code=UTF-8- MAC,debug [main (../../fuse-ext2/fuse-ext2.c:354)] fuse-ext2: parsed_options: modules=iconv,from_code=UTF-8,to_code=UTF-8- MAC,debug,allow_other,local,noappledouble,ro,fsname=/dev/ disk1s1,fstypename=ext2,volname=backup [main (../../fuse-ext2/fuse- ext2.c:355)] fuse-ext2: mounting read-only [main (../../fuse-ext2/fuse-ext2.c:371)] dyld: lazy symbol binding failed: Symbol not found: _iconv_open Referenced from: /usr/local/lib/libfuse.2.dylib Expected in: flat namespace dyld: Symbol not found: _iconv_open Referenced from: /usr/local/lib/libfuse.2.dylib Expected in: flat namespace Trace/BPT trap failed to mount /Volumes/backup@/dev/fuse0: Socket is not connected I think that it is problem of MacFUSE but not of fuse-ext2. How can I fix it? Please let me know about it. Thank you. -- 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.
