After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 656200 - Shredding of disks
Shredding of disks
Status: RESOLVED DUPLICATE of bug 619348
Product: gparted
Classification: Other
Component: application
GIT HEAD
Other All
: Normal enhancement
: ---
Assigned To: gparted maintainers alias
gparted maintainers alias
Depends on:
Blocks:
 
 
Reported: 2011-08-09 09:35 UTC by Pander
Modified: 2011-08-09 14:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pander 2011-08-09 09:35:19 UTC
Deleting a partition or files does not guarantee that the data cannot be recovered by new users of the disk. Inexperienced users might expect this when deleting a partition, giving them a false sense of security.

Applying deletion of a partition should provide an ignorable notification that data might be recovered by new users of the disk for malicious purposes. A reference should be made to overwrite an entire disk with random data to effectively shred the contents of the disk.

Gparted should offer functionality to execute
  time dd bs=1024k if=/dev/urandom of=/dev/sdb
as described by http://www.duncanelliot.com/blog/?p=7

During shredding of the disk, an animated pop-up should inform the user that the disk shredding process is running and that it can take a /while/. Perhaps a simple estimate based on CPU speed and disk size can also be given. Of course the user should be asked if he or she would really, really, really like to shred the disk. Optionally, this could also be offered for separate partitions.

Implementing this feature will increase security by preventing malicious recovery.
Comment 1 Curtis Gedak 2011-08-09 14:51:33 UTC
Thank you for this suggestion and some details on how the feature might be implemented.

Since there is an existing open bug report requesting a disk shred feature, I am marking this report as a duplicate of the other report.

*** This bug has been marked as a duplicate of bug 619348 ***