1ecryptfs-recover-private(1) eCryptfs ecryptfs-recover-private(1)
2
3
4
6 ecryptfs-recover-private - find and mount any encrypted private direc‐
7 tories
8
9
11 ecryptfs-recover-private [--rw] [encrypted private dir]
12
13
15 This utility is intended to help eCryptfs recover data from their
16 encrypted home or encrypted private partitions. It is useful to run
17 this from a LiveISO or a recovery image. It must run under sudo(8) or
18 with root permission, in order to search the filesystem and perform the
19 mounts.
20
21 The program can take a target encrypted directory on the command line.
22 If unspecified, the utility will search the entire system looking for
23 encrypted private directories, as configured by ecryptfs-setup-pri‐
24 vate(1).
25
26 If an encrypted directory and a wrapped-passphrase file are found, the
27 user is prompted for the login (wrapping) passphrase, the keys are
28 inserted into the keyring, and the data is decrypted and mounted.
29
30 If no wrapped-passphrase file is found, the user will be prompted for
31 their mount passphrase. This passphrase is typically 32 characters of
32 [0-9a-f]. All users are prompted to urgently record this randomly gen‐
33 erated passphrase when they first setup their encrypted private direc‐
34 tory.
35
36 The destination mount of the decrypted data is a temporary directory,
37 in the form of /tmp/ecryptfs.XXXXXXXX.
38
39 By default, the mount will be read-only. To mount with read and write
40 permission, add the --rw parameter.
41
42
44 ecryptfs-setup-private(1), sudo(8)
45
46 http://blog.dustinkirkland.com/2009/03/mounting-your-encrypted-home-
47 from.html
48
49
50 http://ecryptfs.org/
51
52
54 This manpage was written by Dustin Kirkland <kirkland@ubuntu.com> for
55 Ubuntu systems (but may be used by others). Permission is granted to
56 copy, distribute and/or modify this document under the terms of the GNU
57 General Public License, Version 2 or any later version published by the
58 Free Software Foundation.
59
60 On Debian and Ubuntu systems, the complete text of the GNU General Pub‐
61 lic License can be found in /usr/share/common-licenses/GPL.
62
63
64
65ecryptfs-utils 2010-12-17 ecryptfs-recover-private(1)