The options listed on that page that don't start with a dash are supposed to come after '-o'.
For instance, I'm sure you'll find that:

myfs mountpoint -ovolname=name,debug,allow_other

...will work fine.

- Erik

Ron Garret wrote 2010-09-03 19.25:
Looking at this page:

http://code.google.com/p/macfuse/wiki/OPTIONS

Some of these command line arguments work, and some don't.  For
example, myfs -d mountpoint works, but myfs volname=name mountpoint
doesn't (it treats "volname=name" as the mountpoint name and complains
that it doesn't exist).

In general, it seems that options of the form -X work, but options
that don't start with a dash don't work.  Is there something special I
need to do in my code to make these options work?  (NOTE: this is for
a filesystem that I'm writing.)

Thanks,
rg


--
You received this message because you are subscribed to the Google Groups 
"MacFUSE" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/macfuse?hl=en.

Reply via email to