ecryptfs-recover-private mounts in /tmp but does not decrypt
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ecryptfs-utils (Ubuntu) |
Fix Released
|
Low
|
Jason Xing |
Bug Description
Trying to recover a private home from a live CD. I know the mount passphrase.
So here is what happen :
1) sudo ecryptfs-
2) asked for passphrase, type in, success reported
3) directory is mount via ecryptfs in /tmp/ecryptfs.xxxxx , but ls on the /tmp/ecryptfs.xxxxx only shows Access-
Expected result : access to my ex-home content.
some output :
root@ubuntu:~# ecryptfs-
INFO: Found [/media/
Try to recover this directory? [Y/n]:
INFO: Could not find your wrapped passphrase file.
INFO: To recover this directory, you MUST have your original MOUNT passphrase.
INFO: When you first setup your encrypted private directory, you were told to record
INFO: your MOUNT passphrase.
INFO: It should be 32 characters long, consisting of [0-9] and [a-f].
Enter your MOUNT passphrase:
INFO: Success! Private data mounted read-only at [/tmp/ecryptfs.
root@ubuntu:~# mount
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,
sysfs on /sys type sysfs (rw,noexec,
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,
tmpfs on /run type tmpfs (rw,noexec,
/dev/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/lock type tmpfs (rw,noexec,
none on /run/shm type tmpfs (rw,nosuid,nodev)
gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-
/dev/sdb1 on /media/coffre type ext4 (rw,nosuid,
/dev/sdc1 on /media/
/dev/sdc6 on /media/
/media/
(see last mount point)
root@ubuntu:~# ls /tmp/ecryptfs.
Access-
tags: | added: utopic |
no longer affects: | ecryptfs |
Changed in ecryptfs-utils (Ubuntu): | |
assignee: | Dustin Kirkland (kirkland) → Jason Xing (wlxing) |
assignee: | Jason Xing (wlxing) → nobody |
assignee: | nobody → Jason Xing (wlxing) |
Status changed to 'Confirmed' because the bug affects multiple users.