LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-22-2006, 11:27 AM   #1
zok
Member
 
Registered: Sep 2006
Posts: 42

Rep: Reputation: 15
Securely Wiping Data


Can anyone provide any recommendations for software to securely wipe files and folders in Linux?

Thanks.
 
Old 09-22-2006, 12:30 PM   #2
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
This may be of interest: http://dban.sourceforge.net/
 
Old 09-22-2006, 12:42 PM   #3
w3bd3vil
Senior Member
 
Registered: Jun 2006
Location: Hyderabad, India
Distribution: Fedora
Posts: 1,191

Rep: Reputation: 49
or maybe wipe.sf.net
 
Old 09-22-2006, 12:47 PM   #4
zok
Member
 
Registered: Sep 2006
Posts: 42

Original Poster
Rep: Reputation: 15
I've used dban before, but it actually creates a boot disk which destroys all the data on the drives. I'm looking for something that will run from within Linux that I can use to wipe only specific files and folders.

Thanks.
 
Old 09-22-2006, 01:07 PM   #5
sosborne
LQ Newbie
 
Registered: Apr 2006
Posts: 23

Rep: Reputation: 15
If you are looking for shredding individual files, I do not think there is a tool to do it if you've implemented journaling, resierfs, or have a FS that makes copies of data in any way:

http://prefetch.net/blog/index.php/c...inux-commands/

This person has a good entry on the 'shred' utility & why it is not effective. I've been looking for awhile, but have yet to find any. The best that I can find is to copy my data files to a thumb drive or CD, wipe the disk & re-install everything. No fun. Something HAS to be out there... or, one would hope =).
 
Old 09-22-2006, 02:21 PM   #6
hob
Senior Member
 
Registered: Mar 2004
Location: Wales, UK
Distribution: Debian, Ubuntu
Posts: 1,075

Rep: Reputation: 45
On this (Ubuntu) system the man page for shred says that the utility is effective on ext3 filesystems without journaling:

"In the case of ext3 file systems, the above disclaimer applies (and shred is thus of limited effectiveness) only in data=journal mode, which journals file data in addition to just metadata. In both the data=ordered (default) and data=writeback modes, shred works as usual."

So it should be OK unless the administrator has specifically enabled journaling on the filesystem that holds the target.

EDIT: Modified wording for clarity.

Last edited by hob; 09-22-2006 at 02:23 PM.
 
Old 09-22-2006, 03:07 PM   #7
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
ext3 without journaling is ext2 no ? the whole point of ext3 is the added journaling. otherwise you would be running EXT2..

the man page for shred in Debian states it a bit differently than that..
Code:
The following are examples of filesystems on  which  shred is not effective:

       * log-structured or journaled filesystems, such as those supplied with

              AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.)

Last edited by farslayer; 09-22-2006 at 11:14 PM.
 
Old 09-22-2006, 11:02 PM   #8
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Quote:
Originally Posted by farslayer
ext3 without journaling is ext2 no ?
I don't know how Ubuntu might do things, but the above is correct... "ext2 + journalling = ext3"

Last edited by J.W.; 09-22-2006 at 11:04 PM.
 
Old 09-23-2006, 06:25 AM   #9
hob
Senior Member
 
Registered: Mar 2004
Location: Wales, UK
Distribution: Debian, Ubuntu
Posts: 1,075

Rep: Reputation: 45
I'm not an expert, but I believe than ext3 has other extensions which may work on ext3 filesystems, and that the code automatically downgrades to ext2 mode if the actual filesystem was formatted as ext2. The Wikipedia article talks about directory indexes and support for resizing: http://en.wikipedia.org/wiki/Ext3.

My point was really that Red Hat, Fedora, Ubuntu and Debian format and mount filesystems as ext3 by default, but do not actually enable the journaling - so shred should be OK on most systems.

The Ubuntu (Dapper) package is 5.93-5ubuntu4, so the actual shred utility and documentation that I'm looking at could be more recent than on other systems, I guess.
 
Old 09-23-2006, 11:10 AM   #10
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
if it's ext3 journaling is enabled.. if you mount an ext3 partition as EXT2, that is the only time journaling is disabled..

Journaling for ext3 is on by default otherwise it wouldn't be considered a jouraling file system and would simply be called ext2...
 
Old 09-23-2006, 12:30 PM   #11
hob
Senior Member
 
Registered: Mar 2004
Location: Wales, UK
Distribution: Debian, Ubuntu
Posts: 1,075

Rep: Reputation: 45
Quote:
Originally Posted by farslayer
if it's ext3 journaling is enabled.. if you mount an ext3 partition as EXT2, that is the only time journaling is disabled..

Journaling for ext3 is on by default otherwise it wouldn't be considered a jouraling file system and would simply be called ext2...
The ext3 journaling actually has several modes, and I think that this is confusing things. ext3 journals metadata by default, but it does not journal alterations to the files by default. As the bit I quoted says, the man page for shred (for this version at least) specifies that it is the non-default modes of ext3 that stop shred working correctly.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
allow SSH service securely cynick Linux - Security 4 04-21-2006 10:22 PM
Backing up to remote server securely FourierXForm Linux - Security 2 01-19-2006 04:01 PM
How to Securely Delete Your Files??? BinaryDigit01 Linux - Software 14 06-22-2004 10:47 AM
mysqld doesn't chroot securely markus1982 Linux - Security 12 03-07-2004 08:07 PM
Securely open ports? linuxfond Linux - Newbie 7 03-19-2003 09:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration