Post A Note Here!

Post Note! SCROLL DOWN IN FORM TO POST.

1062 notes

 Then boot into Clonezilla again, do the stuff again...
(ME LOOKING AT CREATED FILES)
1062.img
created Tuesday, ‎November ‎28, ‎2023, ‏‎7:00:09 PM
modified Tuesday, ‎November ‎28, ‎2023, ‏‎8:51:53 PM
accessed Today, ‎November ‎29, ‎2023, ‏‎9 minutes ago

1062.txt
created Tuesday, ‎November ‎28, ‎2023, ‏‎7:00:09 PM
modified ‎Tuesday, ‎November ‎28, ‎2023, ‏‎8:52:06 PM
accessed ‎Today, ‎November ‎29, ‎2023, ‏‎7 minutes ag

Like, become root, go to root's home, make dest folder, list drives with fdisk...
The time is weird, but at least the ctime to mtime seems to match on both.
So, do that and then figure out which drive to mount

sudo su
sudo su
cd
mkdir dest
ls /dev/sd?
# Replace $DEV with the devices listed above, like /dev/sda.
fdisk -l $DEV


So, to mount sdb1...

mount /dev/sdb1 dest
Cd dest
ddrescue -d -f -r3 /dev/sda 1062.img 1062.log