Tagged Questions
1
vote
3answers
719 views
Can Spotlight index a MacFUSE filesystem?
Spotlight indexes at the file level, so a file containing a complicated data structure may need to be split into a set of files for Spotlight to index it in a useful way.
Can you use MacFUSE to ...
0
votes
1answer
80 views
ruby fusefs-osx gem can't mount correctly
I installed the fusefs-osx 0.7.0 gem but the sample scripts don't mount. I tried hello.rb and yamlfs.rb. The script doesn't abort, and the mount point's Finder icon changes to a mounted disk, but I ...
0
votes
1answer
307 views
GCD block triggering EXC_BAD_ACCESS on invoke
I'm making a non-garbage-collected MacFUSE Cocoa application, inside of which I want to use a GCD block as a delegate. However, my program crashes during the invocation of the block, leaving only an ...
0
votes
2answers
132 views
How can I get an account ID from a username on Mac OS X?
I'm using MacFUSE to create a cool filesystem. I'd like to set the NSFileOwnerAccountID and NSFileGroupOwnerAccountID attributes for the files on it, but the underlying framework I use only gives me ...
0
votes
1answer
289 views
Mac OS X creating .Spotlight-V100 and .Trashes at MacFUSE mountpoint on root volume
I'm creating a MacFUSE filesystem for adding HFS write support to Mac OS X Snow Leopard, and it mostly works, but the system creates .Spotlight-V100 and .Trashes directories on the mountpoint in ...
0
votes
1answer
157 views
How to associate a 4-char OSType / NSFileHFSTypeCode with a particular UTI
I am writing a MacFuse plugin, and would like finder to use the appropriate icons & launch the appropriate app when a file is opened.
It is not possible for me to add an extension to the file, so ...
0
votes
1answer
1k views
Why is my mounted MacFUSE NTFS vol read-only?
I got the impression from the MacFUSE site that when you install it and connect an NTFS volume it will be writable. However, the volume I mounted is read only. Here is some of the output of mount...
...