Quantcast
Channel: Tiny Core Linux
Viewing all articles
Browse latest Browse all 18594

Re: Creating a partition image with dd / ddrescue

$
0
0
Every mounted partition you see in  /mnt  has its counter part in  /dev .
I.e.  /mnt/sda1  and  /dev/sda1 .
If you want to  dd  the contents of a device into a file on a filesystem, you'd do something like
[code]dd if=/dev/sda1 of=/mnt/sdc1/partition.i...

Viewing all articles
Browse latest Browse all 18594

Trending Articles