Hello,

I'm trying to use the EncFS and would like to pass in a couple mount
options to MacFUSE, but I'm running into a couple snags and could use
some help.

The encfs man page says:

  --  The -- option tells EncFS to send any remaining arguments
directly to FUSE.  In
      turn, FUSE passes the arguments to fusermount.  See the
fusermount help page
      for information on available commands.

and the MacFUSE wiki entry on options (http://code.google.com/p/
macfuse/wiki/OPTIONS) says:

  nobrowse
  This marks a volume as non-browsable in that it indicates that the
file system is not an
  appropriate path to user data. The Finder wouldn't automatically
browse into such a volume.

So I've formulated my call to encfs to look like this:

  encfs -f --ondemand --idle=5 --extpass=~/getpass ~/.crypt-raw ~/
crypt -- nobrowse noautoopen

but when I run it I get this error message back:

  fuse: invalid argument `nobrowse'

So, I've got to ask some questions:

1) Is 'nobrowse' actually supported, or am I not doing something
correctly?
2) The options wiki entry says it is "A Brief Guide" which suggests
there are other options (which is why I left in 'noautoopen' which is
a valid option to hdiutil).  Are these other options documented some
where (I couldn't find them)?
3) Is there an option I can specify to have the Finder /not/ show the
mounted volume (such as 'noautoopen') as the volume showing up is more
of an annoyance than anything else for my purposes (and because it
flickers and the label changes color, etc. with access).

Thanks,

Levi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" 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-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to