View Single Post
Old 02-18-2007, 08:43 PM   #51
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
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
scotty1024 is offline   Reply With Quote