Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. $ sudo apt-get install ecryptfs-utils cryptsetup
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. cryptsetup is already the newest version.
  6. ecryptfs-utils is already the newest version.
  7. 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
  8.  
  9. $ sudo ecryptfs-migrate-home -u <username>
  10. INFO: Checking disk space, this may take a few moments. Please be patient.
  11. INFO: Checking for open files in /home/<username>
  12. lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/112/gvfs
  13. Output information may be incomplete.
  14. Enter your login passphrase [<username>]:
  15.  
  16. ************************************************************************
  17. YOU SHOULD RECORD YOUR MOUNT PASSPHRASE AND STORE IT IN A SAFE LOCATION.
  18. ecryptfs-unwrap-passphrase ~/.ecryptfs/wrapped-passphrase
  19. THIS WILL BE REQUIRED IF YOU NEED TO RECOVER YOUR DATA AT A LATER TIME.
  20. ************************************************************************
  21.  
  22.  
  23. Done configuring.
  24.  
  25. chown: cannot access ‘/dev/shm/.ecryptfs-<username>’: No such file or directory
  26. mount: No such file or directory
  27. ERROR: Could not mount
  28. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement