Hello,
I'm trying again to copy the whole system to a USB (formatted in ext4) with the 'dd' command and this time it doesn't work:What am I forgetting?
Thanks.
I'm trying again to copy the whole system to a USB (formatted in ext4) with the 'dd' command and this time it doesn't work:
Code:
root@kaos:~# dd if=/dev/nvme0n1p5 of=/dev/sda/dd: Unable to open '/dev/sda/': It is a directoryroot@kaos:~# LANG=C dd if=/dev/nvme0n1p5 of=/dev/sda/dd: failed to open '/dev/sda/': Is a directoryroot@kaos:~# dd: failed to open '/dev/sda/': Is a directory
Thanks.
Statistics: Posted by keos — 2024-02-11 11:28