Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
172 views

How to test whether application handles slow/flaky filesystems properly?

I want to ensure that my application doesn't have any UI freezes when working on files on slow filesystem (e.g. networked, CD/DVD or spun-down HDD). I'm using Cocoa filesystem operations directly. ...
3
votes
1answer
2k views

GIT_DISCOVERY_ACROSS_FILESYSTEM problem when working with terminal and MacFusion

I'm using MacFusion with OSXFuse(similar to MacFuse) to mount my server over SSH onto my office machine. When I cd into my rails work directory on the server, i can't see any git info in my zsh ...
2
votes
1answer
103 views

Can a MacFUSE file system support “virtual” directories?

I'm toying around with MacFUSE, and it's pretty neat. (I'm using the Objective-C API.) I'm currently trying to build a filesystem that allows files to be classified by tags. That is, I'd take a ...
2
votes
4answers
1k views

How to handle exception when Directory.GetFiles() throws an exception when it finds a file name it does not “like”?

On a Vista machine with the valid path C:\Users\David, calling Directory.GetFiles(@"C:\Users\David") throws the following ArgumentException when run as the David user, who can view the contents of the ...
2
votes
3answers
219 views

MacFUSE: Keepalive?

Is there a way to configure MacFUSE to keep a mounted volume alive if the remote host is set to break the connection due to inactivity? If there is no direct way to configure this, would there be a ...
2
votes
3answers
721 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
0answers
71 views

Using OSXFUSE in Snow-Leopard and xcode 3.2

Im trying to compile my old MacFUSE-projekt using the newer spin-off OSXFUSE. I've installed the pkg, but it doesnt appear in the 'existing frameworks' list inside xcode. If i manually point it to ...
0
votes
1answer
82 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
54 views

Is something like MacFUSE possible within iOS apps?

I'd like to have virtual files in an iOS app, so I can use [NSData dataWithContentsOfURL:] to have a NSData (and a pointer to the bytes eventually) of a large table that I do not want to store on ...
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
217 views

TextMate/Macfusion combo for mounting projects over SSH

Here is my workflow: I use Macfusion to mount a server over SSH, and then edit the root directory of the project in TextMate (using mate /Volumes/server/projectdir). I have a plug in installed that ...
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... ...