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 04-09-2008, 06:57 AM   #1
rehan999
Member
 
Registered: Aug 2007
Posts: 134

Rep: Reputation: 15
Unhappy sanitizing the linux machine


Good Morning

I have a machine Dell Model 690 workstation which is installed with RHEL 4.3 i want to sell it.

Before selling i want to sanitize the machine,

Can any one help me how to sanitize the machine which is installed with linux.

Waiting for the reply..

Thanks and regards
Rehan
 
Old 04-09-2008, 07:40 AM   #2
brianmcgee
Member
 
Registered: Jun 2007
Location: Munich, Germany
Distribution: RHEL, CentOS, Fedora, SLES (...)
Posts: 399

Rep: Reputation: 40
If you want to wipe all contents from disk so that your sensitive data cannot be restored, you may try the following command from a bootcd (e.g. Knoppix):

Code:
# dd if=/dev/random of=/dev/yourharddiskdevice
This will fill the drive with pseudorandom data. Faster will be zeroing the disk:

Code:
# dd if=/dev/zero of=/dev/yourharddiskdevice
There are also special bootdisks for wiping disks: http://dban.sourceforge.net/
 
Old 04-09-2008, 07:44 AM   #3
rehan999
Member
 
Registered: Aug 2007
Posts: 134

Original Poster
Rep: Reputation: 15
Thanks for your mail...

What is this Knoppix where can i get it?
 
Old 04-09-2008, 07:48 AM   #4
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
Also check out DBAN - Darik's Boot And Nuke. This is a small, bootable CD image which contains software for securely wiping the hard disk. Once you've done that, you can re-install the OS if you want to provide one to th recipient of the sale, or leave the disk blank if you prefer.
 
Old 04-09-2008, 09:34 AM   #5
CrashedAgain
Member
 
Registered: Jan 2004
Posts: 307

Rep: Reputation: 33
Quote:
Originally Posted by rehan999 View Post
Thanks for your mail...

What is this Knoppix where can i get it?
Knoppix is a complete Linux system that with run from a CD.

http://www.knoppix.org/
 
Old 04-13-2008, 04:59 AM   #6
rehan999
Member
 
Registered: Aug 2007
Posts: 134

Original Poster
Rep: Reputation: 15
Thanks for replying

I went to the link http://www.knoppix.org/

it is in different language nad i see their are so many links inside it..

I am confused can you please tell me which link should i need to download.

Waiting for your reply

Thanks and Regards
rehan
 
Old 04-13-2008, 05:11 AM   #7
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by rehan999 View Post
Thanks for replying

I went to the link http://www.knoppix.org/

it is in different language nad i see their are so many links inside it..

I am confused can you please tell me which link should i need to download.

Waiting for your reply

Thanks and Regards
rehan
Just click on the US/UK flag near the top left for English, when page refreshes, select download.
 
Old 04-13-2008, 06:09 AM   #8
rehan999
Member
 
Registered: Aug 2007
Posts: 134

Original Poster
Rep: Reputation: 15
When i go to the page http://knopper.net/knoppix-mirrors/index-en.html
I found so many download links
one of the is mentioned below.

ftp.uni-kl.de [rsync][rsync dvd] [ftp] [http] Technische Universität Kaiserslautern *)

When i click on ftp for the above line it is giving me the error page not found.

Please tell me which is the accurated link for knoppix download.
And what is the size of the download file.


please....

Waiting for your reply

Thanks and Regards
Rehan
 
Old 04-13-2008, 07:34 AM   #9
dasy2k1
Member
 
Registered: Oct 2005
Location: 127.0.0.1
Distribution: Manjaro
Posts: 963

Rep: Reputation: 36
any of the ftp or http links is the correct link as they are all mirrors of the same download (to spread load across many servers), simply choose one where the country in brackets at the end of the right hand column is close to your physical location
eg as im in the uk i would use UK Mirror Service - University Of Kent (England)

whether its http or ftp dousent make much difference to me.
when you click on the link you get 2 folders,
knoppix or DVD.

if you want a cd image click knoppix if you want a DVD image click dvd (a lot bigger but more stuff on it) for what you need in this thread CD will be fine.
KNOPPIX_V5.1.0CD-2006-12-30-EN.iso is the file you want and is approx 700MB

(the EN is engish, the DE version is in german)
 
Old 04-13-2008, 11:33 PM   #10
rehan999
Member
 
Registered: Aug 2007
Posts: 134

Original Poster
Rep: Reputation: 15
I have downloaded the version
KNOPPIX_V5.1.0CD-2006-12-30-EN.iso, but it the file of only 23MB

I tried twice but it is downloading only 23MB.

I burned it in the cd and rebooted the machnie and booted it from the cdrom but it is not able to boot.

can i directly use the command
# dd if=/dev/zero of=/dev/yourharddiskdevice

Without booting it from the Cdrom..


Please help me out.
 
Old 04-13-2008, 11:42 PM   #11
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
How much space do you have available on the drive. The iso is just short of 700mb.
 
Old 04-14-2008, 12:27 AM   #12
rehan999
Member
 
Registered: Aug 2007
Posts: 134

Original Poster
Rep: Reputation: 15
I am using DBAN - Darik's Boot And Nuke

I downloaded it sucessfully and burned it in a CD.

After rebooting if from the CD it s asking me few Questions

Press F1 for this
press f2 for this

At the boot: prompt i used the dod command but it is taking lot of time.

Is their any shortcut command with which i can sanatize the machine using the above software.


Thanks and Regards
Rehan
 
Old 04-14-2008, 01:24 AM   #13
rehan999
Member
 
Registered: Aug 2007
Posts: 134

Original Poster
Rep: Reputation: 15
I have used the commands given by the DBAN sofware

When i press f3 key it gives some commands like dod, quick,noverify....etc

I tried all the commands it is giving me the same errors mentioned below.

DBAN finished with Non-fatal errors
This is usually caused by the disks with bad sectors send the log file with all support requests

Hardware clock operation start date XXXXXXX
Hardware clock operation finish date XXXXXXX

Saving log file to floppy disk......a floppy disk in DOS format was not found.
DBAN finished.Press ENTER to save the log file.


i took out the CD and booted the machnie from the harddisk i see all the data, nothing has been wiped off..

PLease help me how to do use this CD.

Waiting for your reply.

Thanks and Regards
Rehan
 
Old 04-14-2008, 11:26 PM   #14
rehan999
Member
 
Registered: Aug 2007
Posts: 134

Original Poster
Rep: Reputation: 15
Good MOrning ALL.

I have successfully download the knoppix software
KNOPPIX_V5.1.0CD-2006-12-30-EN.iso

I burned the software in a CD.

When i reboot the Dell 690 Linux machnie form the cd it gave me the boot prompt and i pressed enter.

after pressing enter i got the screen same like kde login screen.

Now can any one please tell me what should i do after booting from the CDROm.


How should i santize the machnie?

PLease send me the procedure.

Waiting for your replies..

And thanks to all for replying to my theard.
 
Old 04-15-2008, 12:23 AM   #15
rehan999
Member
 
Registered: Aug 2007
Posts: 134

Original Poster
Rep: Reputation: 15
Quote:
If you want to wipe all contents from disk so that your sensitive data cannot be restored, you may try the following command from a bootcd (e.g. Knoppix):


Code:
# dd if=/dev/random of=/dev/yourharddiskdeviceThis will fill the drive with pseudorandom data. Faster will be zeroing the disk:


Code:
# dd if=/dev/zero of=/dev/yourharddiskdeviceThere are also special bootdisks for wiping disks: http://dban.sourceforge.net/
Non of the above command is working.
 
  


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
how to watch linux client machine desktop(activities) from windows machine deepak rawat Linux - Networking 7 07-03-2006 04:59 PM
how to shutdown,restart and log off windows machine remotely through a linux machine deepak rawat Fedora 1 05-23-2006 01:25 AM
sharing internet from a windows 98 machine to a Red Hat Linux machine ritwiksolutions Linux - Newbie 7 03-14-2006 10:20 AM
how to access internet from a linux machine via a linux machine as gateway b0nd Linux - Newbie 5 03-21-2005 11:59 AM
Using SMB to copy files from one linux machine to second linux machine. coppersky Linux - Networking 9 06-24-2003 12:07 PM

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

All times are GMT -5. The time now is 11:43 AM.

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