Tiny Core Linux
Tiny Core Base => TCB Tips & Tricks => Topic started by: xor on May 02, 2021, 02:07:16 AM
-
With DD, I cannot load the sda1 image on the split drive to sda5.
-
Please post the dd command you issued and the error message you received.
-
sudo dd if=/dev/sda1 bs=1k of=/dev/sda2/image.iso
-
You need to substitute "sda5" for "sda2", no?
-
sudo dd if=/dev/sda1 bs=1k of=/dev/sda5/image.iso
I tried it doesn't work
I think ; Logically, a paradox arises. ! :(
-
Hi xor
You do not make it clear what it is you are trying to accomplish.
If you are trying to make sda5 a duplicate of sda1 , then remove the /image.iso from the command.
If you are trying to make an ISO file for burning CDs, calling it .iso won't make that happen.
Maybe you want to Google mkisofs for creating an ISO ? It's provided by cdrtools.tcz.