Quote:
Originally Posted by Xenophon
...SNIP...
Scotty --
It doesn't appear to be a universal binary!
|
There are two versions of the code posted here, one is not a Universal Binary and the other one is. I'll give you one guess as to which one I think you are using.
You want the 0.2 version.
To date all FUSE filesystem plug-ins follow this basic usage pattern.
Device or service to be mounted needed to inserted or available prior to running the plug in.
You need a folder pre-created to mount them on to.
In Terminal:
mkdir MySonyReader <--- but can be anything you want: Dog, Cat, favorite Rugby Team etc...
Then you run the FUSE plugin naming that folder as the mount point.
In Terminal:
readerfs MySonyReader
Depending on how your path is setup in Terminal you may need to use:
/FolderReaderfsWasUnZippedInto/readerfs MySonyReader
To turn off the plug.
In Terminal:
umount MySonyReader