1mount.ecryptfs(8) eCryptfs mount.ecryptfs(8)
2
3
4
6 mount.ecryptfs - eCryptfs mount helper.
7
8
10 mount -t ecryptfs [lower directory] [ecryptfs mount point]
11
12
14 mount.ecryptfs is eCryptfs mount helper. The mount utility will defer
15 to the mount helper to perform various configuration tasks; use the -i
16 option to bypass the mount helper if you would rather manually specify
17 your mount options. To mount eCryptfs, specify the lower directory
18 (i.e., /root/crypt) for the encrypted files and the eCryptfs mountpoint
19 (i.e., /mnt/crypt) for the decrypted view of the files:
20
21 mount -t ecryptfs /root/crypt /mnt/crypt
22
23
25 ecryptfs(7), ecryptfsd(8), ecryptfs-manager(8), mount(8)
26
27 /usr/share/doc/ecryptfs-utils/ecryptfs-faq.html
28
29 http://ecryptfs.org/
30
31
33 This manpage was written by William Lima <wlima.amadeus@gmail.com> for
34 the Ubuntu system (but may be used by others). Permission is granted
35 to copy, distribute and/or modify this document under the terms of the
36 GNU General Public License, Version 2 or any later version published by
37 the Free Software Foundation.
38
39 On Debian and Ubuntu systems, the complete text of the GNU General Pub‐
40 lic License can be found in /usr/share/common-licenses/GPL.
41
42
43
44ecryptfs-utils May 2007 mount.ecryptfs(8)