I’m using opensuse leap 42.3-64 and KDE
I really messed up my system uninstalling mozilla firefox. I used yast/software management and a ton of files were uninstalled and libraries deleted.
Somehow the desktop changed to ICE wm, and reinstalling mozilla firefox didn’t fix the problem.
I want to make a fresh backup of my files from sdb9 which is encrypted with LUKS, to sda1, which is also encrypted with LUKS.
Here’s my question: How do you mount an encrypted drive from the command line?
I’ve tried
mount /dev/sda1 /home/disk2-mnt
which yielded
mount: unknown filesystem type 'crypto_LUKS'
What do I do?
Thank you.