brabbelj
Doppel-As
Hi,
ich versuche meine Festplatte zu verschlüsseln.
Ich habe es gemountet und unmountet versucht, hier die ausgabe:
mfg
brabbelj
ich versuche meine Festplatte zu verschlüsseln.
Ich habe es gemountet und unmountet versucht, hier die ausgabe:
Code:
root@ubuntu:/home/ubuntu# modprobe aes
root@ubuntu:/home/ubuntu# modprobe dm-crypt
root@ubuntu:/home/ubuntu# modprobe dm-mod
root@ubuntu:/home/ubuntu# cryptsetup -c aes-lrw-benbi -y -s 384 luksFormat /dev/sdc1
WARNING!
========
This will overwrite data on /dev/sdc1 irrevocably.
Are you sure? (Type uppercase yes): yes
Command failed.
root@ubuntu:/home/ubuntu# umount /dev/sdc1
root@ubuntu:/home/ubuntu# cryptsetup -c aes-lrw-benbi -y -s 384 luksFormat /dev/sdc1
WARNING!
========
This will overwrite data on /dev/sdc1 irrevocably.
Are you sure? (Type uppercase yes): yes
Command failed.
root@ubuntu:/home/ubuntu#
mfg
brabbelj