Here is the issue, I encrypted my installation so at boot I need to enter a passphrase. Now I want to remove this so I can resize the main drive, i have tried every possible scenario nothing works.
When I run "ecryptfs-setup-private -undo" I get "The program 'ecryptfs-> > setup-private' is currently not installed. You can install it by typing: sudo apt-get install ecryptfs-utils".
If this is the case then what is encrypting my drive. A newbie to Ubuntu so be gentle.
I simple want to achieve two things
- Completely remove the system wide encryption, and or
- Leave the encryption in place and re-size my boot drive by shrinking the home drive.
The explanation here is too assuming and hence complicated for a newbie, and does not address the second option.
sudo lsblk -f
andgrep ecryptfs /proc/mounts
with the encrypted partition(s) mounted. – David Foerster Dec 06 '15 at 03:08