Skip to content Skip to content


How to securely clean up data on a hard disk on Linux Kā droši attīrītu datus no cietā diska uz Linux

LinuxSecurity

When people throw away important documents they usually use a shredder to make sure that these documents can't be read by unauthorized people. Kad cilvēki mest prom svarīgus dokumentus viņi parasti izmanto smalcinātājs, lai pārliecinātos, ka šie dokumenti nevar nolasīt neatļautu cilvēki. Similarly companies run a shredding process on computers before either discarding or donating them. Līdzīgi kompānijas, sasmalcināšanas procesā no datoriem nu pirms izmešanas vai ziedojot viņiem. This is a good practice even for individuals. Labas prakses Tas ir pat privātpersonām. You don't want someone getting hold of your personal data such as photographs, emails, bank documents, etc. Let's look at how you too can clean up a hard drive before junking it or giving it away. Negribat kāds kļūst turēt jūsu personas datus, piemēram, fotogrāfijas, e-pastu, bankas dokumenti utt Apskatīsim, kā jūs arī varat tīrīt līdz cieto disku pirms junking to vai sniedz tai prom.

We'll use the Linux program shred for this. Shred is a tool that usually ships out of the box with most Linux distributions. Mēs izmantosim Linux programma driska šim. Sadriskāt ir instruments, kas parasti kuģi no kaste ar lielāko daļu Linux sadalēm. If you don't have it installed just use your Linux distribution's package manager to to get it. Ja jums nav tās uzstādītas tikai izmantot jūsu Linux izplatītājiem paketes vadītājs, lai to get it. Shred is a pretty useful tool. Driska ir diezgan noderīgs instruments. It can be used to securely delete individual files or even complete drives. To var izmantot, lai droši dzēst atsevišķus failus vai pat pilnīgu diskus. Note that if you are trying to shred the hard drive on which your operating system is running you will need to use a Live CD distribution such as Knoppix or the Ubuntu Live CD for this. Ņemiet vērā, ka, ja jūs mēģināt sapulcināt cietais disks, kas jūsu operētājsistēma darbojas jums vajadzēs izmantot Live CD sadale, piemēram, Knoppix vai Ubuntu Live CD punktus.

Say you have a hard drive located at /dev/hda on your Linux computer and you want to shred it's contents completely run the following command: Ka jums ir cietajā diskā atrodas / dev / hda jūsu Linux datoru un jūs vēlaties sadriskāt tā saturs pilnībā palaist šādu komandu:

# shred -fzv -n 100 /dev/hda # Sadriskāt-fzv-n 100 / dev / hda

Here's the breakup of the command shown above. Šeit ir par komandu norādīts iepriekš sabrukuma. We're asking the shred command to forcefully (-f) overwrite the disk with zeros (-z) and display the output in a verbose (-v) manner. Mēs esam aicinot sapulcināt komandu spēcīgs (-f) pārrakstīt disku ar nullēm (-z) un displejs produkcijas runīgs (-v) veidā. We're asking shred to overwrite the disk with the these zeros a hundred times (-n 100) over. Mēs esam lūdzot sadriskāt pārrakstīt disku ar šiem nulles simts reizes (-n 100) over.

Checkout the shred command's man page for more information on how to use it. Izrakstīšanās sadriskāt komanda ir cilvēks, lai saņemtu vairāk informācijas par to, kā to izmantot. There are a few other options shown there that you might find useful. Ir daži citi varianti rāda tur ka jūs varētu būt noderīgs.

Posted in Iesūtīts Linux Linux , , Security Security . .

Related Posts: Related Posts:

How to determine your free disk space in Linux Kā noteikt savu brīvo diska vietu Linux
How to completely wipe all of the data from your hard drive Kā pilnīgi noslaucīt visu no cietā diska datu
How to format and mount a USB hard drive in Linux Kā formatēt un apsūdzību USB cieto disku Linux
How to REALLY erase files and folders in Windows Kā lai tiešām dzēst failus un mapes no Windows
How to wipe the data from your BlackBerry Pearl Kā izdzēst no sava BlackBerry Pearl dati

One Response One Response

Stay in touch with the conversation, subscribe to the Uzturēt kontaktus ar sarunu, abonēt RSS feed for comments on this post RSS barību komentārus par šo ziņu . .

Continuing the Discussion Turpinot iztirzājumu

  1. Articles Collection of May'09 « Dako-Tux Raksti kolekcija May'09 "Dako-Tux linked to this post on June 24, 2009 saistībā ar šo amatu 2009 Jūnijs 24,

    [...] How to securely clean up data on a hard disk on Linux [...] [...] Kā droši attīrītu datus no cietā diska Linux [...]



Some HTML is OK Daži HTML ir OK

or, reply to this post via vai, atbildot uz šo ziņu izmantojot trackback Trackback . .