Partitionen [:mount:gemountet] werden:
<code>mkdir /media/{boot,home,root}
cd /media
mount /dev/sda1... g wird die Root-Partition ausgehängt.
<code>mkdir home/root
cp -avx root/* home/root
umount root</c... n sollte man die Partition aushängen:
<code>mkdir root/backup
cp -ax home/* root/backup
umount home... emountet werden:
{{{#!vorlage Befehl
sudo -s
mkdir /media/{root,home}
cd /media
cryptsetup luksOpen