I am trying to backup to ehdd while on a liveUSB but when I write
$dd if=/dev/sda6 bs=8M | gzip -9 > /media/usb/backupimage.gz
I get the message "failed to open /dev/sda6':Permission denied (the /home/folder in there is encrypted).
What do I need to do?
I want to backup before resizing partitions with gparted before reinstalling system.
/home/folder
. Please copy and paste the contents of the file/etc/fstab
in your question. Please edit the question and add new information up there. format the pasted content as code, as you have done before with thedd
command. – user68186 Mar 25 '19 at 16:39sudo
? – user68186 Mar 26 '19 at 13:31