1umount.ecryptfs_private(1) eCryptfs umount.ecryptfs_private(1)
2
3
4
6 umount.ecryptfs_private - eCryptfs private unmount helper.
7
8
10 umount.ecryptfs_private [-f]
11
12 NOTE: This program will not clear the relevant keys from the user's
13 keyring. For this reason, it is recommended that users use ecryptfs-
14 umount-private(1) instead!
15
16
18 Options available for the umount.ecryptfs_private command:
19
20 -f Force the unmount, ignoring the value of the mount counter in
21 /tmp/ecryptfs-USERNAME-Private
22
23
25 umount.ecryptfs_private is a mount helper utility for non-root users to
26 unmount a cryptographically mounted private directory, ~/Private.
27
28 If, and only if:
29 - the private mount passphrase is in their kernel keyring, and
30 - the current user owns both ~/.Private and ~/Private, and
31 - ~/.Private is currently mounted on ~/Private
32 - the mount counter is 0 (counter is ignored if -f option is used)
33
34 This program will:
35 - unmount ~/Private
36
37 The only setuid operationis in this program are the call to umount and
38 updating /etc/mtab.
39
40 The system administrator can add the pam_ecryptfs.so module to the PAM
41 stack and automatically perform the unmount on logout. See
42 pam_ecryptfs(8).
43
44
46 ~/.Private - underlying directory containing encrypted data
47
48 ~/Private - mountpoint containing decrypted data (when mounted)
49
50 ~/.ecryptfs/Private.sig - file containing signature of mountpoint
51 passphrase
52
53 /tmp/ecryptfs-USERNAME-Private - file containing the mount counter,
54 incremented on each mount, decremented on each unmount
55
56
58 ecryptfs(7), ecryptfs-setup-private(1), keyctl(1), mount(8),
59 mount.ecryptfs_private(1), pam_ecryptfs(8)
60
61 /usr/share/doc/ecryptfs-utils/ecryptfs-faq.html
62
63 http://ecryptfs.org/
64
65
67 This manpage and the umount.ecryptfs_private utility was written by
68 Dustin Kirkland <kirkland@ubuntu.com> for Ubuntu systems (but may be
69 used by others). Permission is granted to copy, distribute and/or mod‐
70 ify this document under the terms of the GNU General Public License,
71 Version 2 or any later version published by the Free Software Founda‐
72 tion.
73
74 On Debian and Ubuntu systems, the complete text of the GNU General Pub‐
75 lic License can be found in /usr/share/common-licenses/GPL.
76
77
78
79ecryptfs-utils 2008-07-21 umount.ecryptfs_private(1)