NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Undo encrpyted partitionIs there anyway to undo a LUKS encrypted filesystem in Debian Etch? I selected the encypted LVM option during setup, but I'd like to remove that now. Is it possible without a complete system rebuild? I haven't done that much work on the system... but if there is an easy way out.... |
Undo encrpyted partition
Data from all encrypted partitions need to be moved to a non-encrypted partition and the encrypted part needs to be reformatted with a non-encrypted FS. If you used LUKS to create one giant encrypted virtual device which was then partitioned, then you need to back up all your data and start all over. Installing all your software is easy; before you erase everything, get a USB stick or even a floppy disk:
dpkg --get-selections > /your/removable/storage/software.list
After installing a base system:
dpkg --set-selections < /your/removable/storage/software.list
apt-get dselect-upgrade