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
-
See here: http://kde-apps.org/content/show.php/?content=75734Originally 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
- 9625
- 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
- 9625
- 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
- 9625
- Seattle, WA, USA
- Send PM
No need to apologize. We're all here to learn from each other.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.
The article is technically correct: the default journaling mode of EXT4 removes one of the barriers to secure deletion. But many others remain. Consider, for example, the automatic defragging that many operating systems now perform as part of routine maintenance. Say that last night, your OS defragged a file from 16 separate physical locations into one contiguous location. Now today you "securely delete" that file. Alright, so the new location was overwritten with junk from /dev/urandom. What about the previous 16 separate locations? Sure, they've been marked as reusable, but it's likely your data is still sitting there. This data can be recovered.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
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.


Comment