Re: [sleuthkit-users] secure erase in raid 5
Brought to you by:
carrier
From: Atila <ati...@dp...> - 2014-03-12 11:18:59
|
On 11-03-2014 23:47, maría elena darahuge wrote: > Hi: > > I would like to know if it is possible with dd to secure erase a raid 5 Sure, dd if=/dev/zero of=/dev/md0 > or the first step is to undo the raid and then the secure erase that works too, dd if=/dev/zero of=/dev/sdX > and how to verify it? You really don't need to, in any of the approaches your data is gone for good. |