[solved] Wipe hdd with "wipe", extemly slow.

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
frdo

[solved] Wipe hdd with "wipe", extemly slow.

Post by frdo »

Hi

Trying to wipe a 250GB sata drive with wipe /dev/sdX command, says Wiping /dev/sda1, pass 0 in quick mode [ 81348 / 15262410] ETA 6d 1h if running in quick mode, and ETA 7 weeks, or even more, to run a full 34 passes. Which doesn't seem right.

Anyway, when doing 7-passes in DBAN it takes about 12h for the same disk, sure I could go for DBAN but I want to be able to use my computer at the same time. (It's not my system disk i'm trying to wipe)

//frdo
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Buzzsaw
Level 6
Level 6
Posts: 1318
Joined: Sat Aug 23, 2014 12:53 pm

Re: Wipe hdd with "wipe", extemly slow.

Post by Buzzsaw »

I think 'dd' and 'shred' are better for wiping.

Code: Select all

sudo shred -n 1 -v /dev/sdxy
sudo dd if=/dev/zero of=/dev/sdxy bs=1M
frdo

Re: Wipe hdd with "wipe", extemly slow.

Post by frdo »

Buzzsaw wrote:I think 'dd' and 'shred' are better for wiping.

Code: Select all

sudo shred -n 1 -v /dev/sdxy
sudo dd if=/dev/zero of=/dev/sdxy bs=1M
Thanks alot! Shred works great! :)

//frdo
Locked

Return to “Software & Applications”