How do you add secure-delete to the service menu in Dolphin in 12.04?
Announcement
Collapse
No announcement yet.
service menu for secure-delete
Collapse
This topic is closed.
X
X
-
It wont matter if you are on a modern filesystem that uses journaling (ext3+) or copy on write (btrfs) as shredders do not work with these filesystems (at least no more then just deleting the file).
But you could create a service menu that executes the "shred" command line util.
- Top
- Bottom
-
Originally posted by lcharles View PostHow do you add secure-delete to the service menu in Dolphin in 12.04?
Warning: May or may not work in later versions of KDE.Last edited by benny_fletch; Nov 13, 2012, 06:37 PM.Nowadays I'm mostly Mac, but...
tron: KDE neon User | MacPro5,1 | 3.2GHz Xeon | 48GB RAM | 250GB, 1TB, & 500GB Samsung SSDs | Nvidia GTX 980 Ti
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
lcharles, would you mind explaining your requirement a bit more? Perhaps there's an alternate way to achieve what you need.
- Top
- Bottom
Comment
-
OK, I guess the first question would be, is james147 right that something like secure-delete will not obliterate a file and works no better than "delete"? What I want to do is securely delete files. Additionally it would be nice if I didn't need to use the command like. I had been using secure-delete in some previous version of Kubuntu, but maybe I was kidding myself about it's effectiveness.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
"Secure deletion" is actually becoming a thing of the past. Modern file systems and hard drives contain many features that improve data integrity: journaling, copy-on-write, sector remapping, wear leveling, swap space... As a practical matter, the only ways to truly ensure data destruction are:
* Use an encrypting file system (not individual files, but the entire FS), or
* Physically destroy the drive
More: http://lwn.net/Articles/462437/
- Top
- Bottom
Comment
-
OK, please excuse my lack of knowledge. The link you provided does make sense but I don't understand file systems that deeply. What's your (SteveRiley) oppinion of this link? http://techthrob.com/2010/10/04/do-s...d-filesystems/
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Originally posted by lcharles View PostOK, please excuse my lack of knowledge. The link you provided does make sense but I don't understand file systems that deeply.
Originally posted by lcharles View PostWhat's your (SteveRiley) oppinion of this link? http://techthrob.com/2010/10/04/do-s...d-filesystems/
The only ways to truly destroy data are to either (a) encrypt it and then destroy the key, or (b) destroy the physical storage medium.
- Top
- Bottom
Comment
-
What about simply overwriting the file you want to delete? I know that all "secure-delete" utilities overwrite the file first before deleting it. So with a journaled file system, overwriting a file will still have a copy of the original stored somewhere in the system?
Just read the info provided by Steve which has answered my question.
- Top
- Bottom
Comment
Comment