Advertisement
Guest User

Untitled

a guest
Sep 26th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. root@kubuntu:/home/mp# cat README.txt
  2. THIS DIRECTORY HAS BEEN UNMOUNTED TO PROTECT YOUR DATA.
  3.  
  4. From the graphical desktop, click on:
  5. "Access Your Private Data"
  6.  
  7. or
  8.  
  9. From the command line, run:
  10. ecryptfs-mount-private
  11. root@kubuntu:/home/mp# ecryptfs-mount-private
  12. ERROR: Encrypted private directory is not setup properly
  13. root@kubuntu:/home/mp# ecryptfs-recover-private /home/mp/
  14. INFO: Found [/home/mp/].
  15. Try to recover this directory? [Y/n]:
  16. INFO: Could not find your wrapped passphrase file.
  17. INFO: To recover this directory, you MUST have your original MOUNT passphrase.
  18. INFO: When you first setup your encrypted private directory, you were told to record
  19. INFO: your MOUNT passphrase.
  20. INFO: It should be 32 characters long, consisting of [0-9] and [a-f].
  21.  
  22. Enter your MOUNT passphrase:
  23. mount: mount(2) failed: No such file or directory
  24. ERROR: Failed to mount private data at [/tmp/ecryptfs.KCccwZC1].
  25. root@kubuntu:/home/mp# cd ..
  26. root@kubuntu:/home# ecryptfs-recover-private mp/
  27. INFO: Found [mp/].
  28. Try to recover this directory? [Y/n]:
  29. INFO: Could not find your wrapped passphrase file.
  30. INFO: To recover this directory, you MUST have your original MOUNT passphrase.
  31. INFO: When you first setup your encrypted private directory, you were told to record
  32. INFO: your MOUNT passphrase.
  33. INFO: It should be 32 characters long, consisting of [0-9] and [a-f].
  34.  
  35. Enter your MOUNT passphrase:
  36. mount: mount(2) failed: No such file or directory
  37. ERROR: Failed to mount private data at [/tmp/ecryptfs.iOndjYj8].
  38. root@kubuntu:/home#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement