I have a problem. When I install Ubuntu, I make only one partition and encrypt this partition. Now I want to make second partition with different file type. How I can "decrypt" partition or... take 100GB from existing 500GB partiotion.
P.S. I already tried from "boot cd" but gparded have problem with encrypted partition.
How I can:
a) Make second partition from "live system".
b) Take encryption off, so gparted from "live cd" can do the work??
cryptsetup luksOpen
), then shrink the ext3 filesystem (probably removing the journal & using resize2fs), but then you'd have to shrink the LUKS "container", and I don't know how to do that... – Xen2050 Feb 06 '15 at 15:56