Error when creating encrypted disk Ubuntu 16.04
In Ubuntu 16.04 you might receive the following error when creating an encrypted volume: error creating luks device error spawning command-line cryptsetup luksformat To resolve this issue, you simply need to install cryptsetup with the following command: sudo apt-get install cryptsetup You will