I wanted to clone an encrypted drive to a new drive, so I set up CloneZilla to do a disk-to-disk clone. At the beginning, it said 9 hours to run, so I let it run overnight. The next day, it had 145 hours remaining. I figured I could just wipe the disk, so I forcibly stopped the operation.
Now, the disk shows the partition table (GPT) and the partitions from the original disk, but I can't wipe it. sgdisk
, parted
, even dd
all do nothing. Here's what it looks like now:
Model: SAMSUNG 870 QVO (scsi)
Disk /dev/sdc: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 2097kB 524MB 522MB fat32 boot, esp
2 524MB 4819MB 4295MB fat32 recovery msftdata
3 4819MB 1996GB 1991GB
4 1996GB 2000GB 4295MB swap
No change from after aborting the CloneZilla operation. I tried dd
'ing the GPT from /dev/zero
to wipe the partition table, but that shows no change, either. I tried to dd
the whole drive, start to end, but it only ran at 2GB/hr. I'm guessing that's due to it running over USB 3, but that still seems quite slow. I even tried getting a new enclosure, and the rate is still too slow.
At this point, I'm not interested in cloning to it anymore. I'd rather just install an OS from scratch and copy my data over.
How can I wipe this drive? Is it FUBAR?