I see. So the encrypted directory is on the server but running encfs and picking the mount point all happen on the client.
How did you manage to get automount to work with encfs? I have tried to add the following line to my /etc/auto.master /mnt/rick/Private -fstype=fuse,rw,uid=1000,gid=1000 program:/home/rick/bin/mountremoteprivate And my mountremoteprivate script just contained: #!/bin/bash echo "mypassphrase" | encfs -S /mnt/rick/.Private /mnt/rick/Private but that didn't work. On Sat, Apr 11, 2009 at 8:29 PM, Joe Pfeiffer <jos...@pfeifferfamily.net> wrote: > Boris Schroder writes: > Valient says: >>>>>From some threads on this mailing list it looks like that people are >>>generally able to NFS-share an encfs encrypted directory. >>>However, I am having some difficulties. Could anyone share their NFS >>>server /etc/exports settings and the corresponding NFS client mount >>>options? >> >>>Symptoms: >>>When I am logged in on the file server and mount my encrypted >>>directory I can use it as expected. >>>The NFS daemon on this server is setup to share the parent directory >>>of my encrypted directory. >>>When I NFS-mount that share from a client machine I can read&write >>>everything under that share except for the encrypted directory which I >>>only see as an empty directory. > > (I hope everything marked as quoted from valient was really posted by > him and not Boris -- I don't remember seeing his original message, and > Boris's quoting was a little unclear in his message as I received it). > > What you're describing sounds like the expected behavior: what's > being exported is the home directory as seen by the OS, not going > through encfs (or any other fuse fs). > > I use nfs to export all my home directories on my server, and then use > encfs to get at the encrypted subdirectory on the client machine. > > My nfs shares look pretty much just like Boris's, except that I'm also > using autofs to automount them as needed. > ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Encfs-users mailing list Encfs-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/encfs-users