F5F Stay Refreshed Software Operating Systems Tools for secure data erasure on Linux systems

Tools for secure data erasure on Linux systems

Tools for secure data erasure on Linux systems

Pages (2): 1 2 Next
M
mccoop03
Posting Freak
910
07-13-2023, 10:31 PM
#1
I have many solid drives ready for destruction. The dban tool is too sluggish and prone to errors. I attempted the killdisk utility, but it caused significant issues. Ubuntu's disk manager with secure erase performs well—2TB partitions erase in hours, not days. On a few drives, one works perfectly after secure erase, while another reports formatting errors despite passing checks. I can partition and write files to both drives on my Windows PC. Anyone have advice on fixing Ubuntu's disk utility problems or recommend other tools? @manikyath @Captain_WD
M
mccoop03
07-13-2023, 10:31 PM #1

I have many solid drives ready for destruction. The dban tool is too sluggish and prone to errors. I attempted the killdisk utility, but it caused significant issues. Ubuntu's disk manager with secure erase performs well—2TB partitions erase in hours, not days. On a few drives, one works perfectly after secure erase, while another reports formatting errors despite passing checks. I can partition and write files to both drives on my Windows PC. Anyone have advice on fixing Ubuntu's disk utility problems or recommend other tools? @manikyath @Captain_WD

X
XxBlobvisxX
Junior Member
36
07-14-2023, 12:02 AM
#2
use sudo dd to write from empty data to the specified drive (sdb, sdc, etc.). If you prefer, replace zeros with random bytes. Alternatively, run sudo dd if=/dev/urandom to generate random data before writing.
X
XxBlobvisxX
07-14-2023, 12:02 AM #2

use sudo dd to write from empty data to the specified drive (sdb, sdc, etc.). If you prefer, replace zeros with random bytes. Alternatively, run sudo dd if=/dev/urandom to generate random data before writing.

S
santi_pro
Member
61
07-14-2023, 11:36 AM
#3
Apply secure erase to ensure data is properly wiped. The system has two RAID controllers and 25 drives, so the process should handle it securely.
S
santi_pro
07-14-2023, 11:36 AM #3

Apply secure erase to ensure data is properly wiped. The system has two RAID controllers and 25 drives, so the process should handle it securely.

_
_RedStar
Member
171
07-14-2023, 02:47 PM
#4
He moves the journey directly and records information straight into the system.
_
_RedStar
07-14-2023, 02:47 PM #4

He moves the journey directly and records information straight into the system.

W
WD_Trashster
Senior Member
454
07-14-2023, 04:54 PM
#5
These are the standard Linux secure erase tools. They’re straightforward to operate. Simply navigate to your command line and type “man scrub” and “man shred.” If available, they’ll display the documentation for each utility. Remember, securely erasing a disk writes repeatedly across the entire storage, which naturally makes the process time-consuming.
W
WD_Trashster
07-14-2023, 04:54 PM #5

These are the standard Linux secure erase tools. They’re straightforward to operate. Simply navigate to your command line and type “man scrub” and “man shred.” If available, they’ll display the documentation for each utility. Remember, securely erasing a disk writes repeatedly across the entire storage, which naturally makes the process time-consuming.

I
162
07-14-2023, 05:29 PM
#6
I've been working with dban, which handles several passes over the SATA drive instead of relying on secure erase to let the HDD's controller manage itself.
I
iTz_x_Joesephs
07-14-2023, 05:29 PM #6

I've been working with dban, which handles several passes over the SATA drive instead of relying on secure erase to let the HDD's controller manage itself.

D
DangoBravo
Posting Freak
821
07-14-2023, 08:16 PM
#7
Many sources claim shred and scrub are faster than dban. They both rewrite files using sequential or random data, support multiple passes, and can clear entire disks or partitions. For total destruction, simply use a heavy tool like a sledgehammer.
D
DangoBravo
07-14-2023, 08:16 PM #7

Many sources claim shred and scrub are faster than dban. They both rewrite files using sequential or random data, support multiple passes, and can clear entire disks or partitions. For total destruction, simply use a heavy tool like a sledgehammer.

A
Artur630
Member
168
07-14-2023, 11:10 PM
#8
The goal is to get them to buy...
A
Artur630
07-14-2023, 11:10 PM #8

The goal is to get them to buy...

A
Aeonfinis
Junior Member
46
08-02-2023, 09:52 AM
#9
Then tearing up or cleaning would suffice. That’s what I did. Honestly, if these are personal drives, it shows you don’t deserve someone to search through your porn. (And don’t forget, recovering data after overwriting with these tools can be costly—sometimes unrecoverable.) If they’re corporate drives, just meet the basic requirements and move on.
A
Aeonfinis
08-02-2023, 09:52 AM #9

Then tearing up or cleaning would suffice. That’s what I did. Honestly, if these are personal drives, it shows you don’t deserve someone to search through your porn. (And don’t forget, recovering data after overwriting with these tools can be costly—sometimes unrecoverable.) If they’re corporate drives, just meet the basic requirements and move on.

D
diogo218dvdv
Senior Member
514
08-05-2023, 03:14 PM
#10
Interesting fact, many believe you must go through several passes to completely wipe data. In reality, just one pass is sufficient to render everything on the disk unrecoverable, regardless of your technical expertise or whether you're dealing with a regular user or law enforcement.
D
diogo218dvdv
08-05-2023, 03:14 PM #10

Interesting fact, many believe you must go through several passes to completely wipe data. In reality, just one pass is sufficient to render everything on the disk unrecoverable, regardless of your technical expertise or whether you're dealing with a regular user or law enforcement.

Pages (2): 1 2 Next