Hello, I've written a small, read-only Fuse filesystem using the Python bindings. It works beautifully under Linux but I'm having quite a time running it under MacFuse. The source code is at http://github.com/rcrowley/powncefs/tree/master for your enjoyment. Here's a sequence of commands to illustrate the problem I'm seeing:
BanzaiBook:powncefs rcrowley$ mount -t powncefs ./powncefs.py ./mnt BanzaiBook:powncefs rcrowley$ df Filesystem 512-blocks Used Available Capacity Mounted on /dev/disk0s2 390050144 121275080 268263064 32% / devfs 222 222 0 100% /dev fdesc 2 2 0 100% /dev map -hosts 0 0 0 100% /net map auto_home 0 0 0 100% /home [EMAIL PROTECTED] 0 0 0 100% /Users/ rcrowley/powncefs/mnt BanzaiBook:powncefs rcrowley$ lsof > /dev/null lsof: WARNING: can't stat() fusefs file system /Users/rcrowley/ powncefs/mnt Output information may be incomplete. assuming "dev=2e000032" from mount table BanzaiBook:powncefs rcrowley$ ls -l ls: mnt: Invalid argument total 96 -rw-r--r-- 1 rcrowley staff 1910 May 30 22:58 README -rwxr-xr-x 1 rcrowley staff 5873 May 25 23:20 api.py -rw-r--r-- 1 rcrowley staff 6029 May 26 11:58 api.pyc -rwxr-xr-x 1 rcrowley staff 1095 May 30 19:20 mount_powncefs -rwxr-xr-x 1 rcrowley staff 7497 May 30 22:57 powncefs.py -rw-r--r-- 1 rcrowley staff 12228 May 30 19:08 powncefs.pyc -rw-r--r-- 1 rcrowley staff 177 May 30 22:51 test.py BanzaiBook:powncefs rcrowley$ umount [EMAIL PROTECTED] BanzaiBook:powncefs rcrowley$ I realize it may be futile to try to get this working on Linux and MacFuse but I'd definitely choose Mac if it came to that. Thanks, Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to macfuse-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---