bqz69 píše v Ne 10. 05. 2009 v 14:52 +0200:
> I am using ubuntu 9.04 - encfs 1.4.2-2
> 
> I have made a separate partition (30 gb) where I put the encfs directories.
> 
> I can mount this partition in normal ways, both by manual -and auto mount.
> 
> When I then run encfs in order to mount the encfs directories following 
> happens:
> 
> ~$ encfs /media/disk/work_b3/.ncf /media/disk/work_b3/ncf
> EncFS Password:
> fuse: mountpoint is not empty
> fuse: if you are sure this is safe, use the 'nonempty' mount option
> fuse failed.  Common problems:
>   - fuse kernel module not installed (modprobe fuse)
>   - invalid options -- see usage message
> ~$
Fuse tells you that /media/disk/work_b3/ncf directory is not empty. So
either make it empty or add an option "nonempty" to the mount command
(the existing files in the mount point would not be overwritten, just
hidden for the time of mounted encfs).

$ encfs /media/disk/work_b3/.ncf /media/disk/work_b3/ncf -- -o nonempty

> I have tried to use encfs on my home directory on some test
> directories 
> (~/.crypt and ~/crypt), and it works, but it is not completely stable 
> all the time (I have only tried a couple of times).

You cannot expect anyone to guess what you mean by "not completely
stable" and additionally provide a help...

br


Milan Knizek
knizek (dot) confy (at) volny (dot) cz
http://www.milan-knizek.net - About linux and photography (Czech
language only)


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Encfs-users mailing list
Encfs-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/encfs-users

Reply via email to