Što se događa s podacima kada se ukloni iz vašeg koš za smeće?

Sadržaj:

Što se događa s podacima kada se ukloni iz vašeg koš za smeće?
Što se događa s podacima kada se ukloni iz vašeg koš za smeće?

Video: Što se događa s podacima kada se ukloni iz vašeg koš za smeće?

Video: Što se događa s podacima kada se ukloni iz vašeg koš za smeće?
Video: How to Fix The 403 Forbidden Error [Step by Step] ☑️ - YouTube 2024, Travanj
Anonim
Većinu vremena rijetko rezerviramo misao za izbrisane datoteke izvan znajući da su sada izvan našeg načina, ali što se zapravo događa tim datotekama kada ih izbrišemo? Danas SuperUser Q & A post ima odgovore na znatiželjna pitanja čitatelja o postupku brisanja.
Većinu vremena rijetko rezerviramo misao za izbrisane datoteke izvan znajući da su sada izvan našeg načina, ali što se zapravo događa tim datotekama kada ih izbrišemo? Danas SuperUser Q & A post ima odgovore na znatiželjna pitanja čitatelja o postupku brisanja.

Današnja pitanja i odgovori nam se javljaju zahvaljujući SuperUseru - podjele Stack Exchange-a, zajednice-driven grupiranja Q & A web stranica.

Fotografija ljubaznošću Gerardovog svijeta (Flickr).

Pitanje

SuperUser čitač Shea A. želi znati što se događa izbrisanim datotekama na računalu:

Correct me if I am wrong here, but when you delete something from your PC, all your computer does is write over some of the binary with 0’s replacing the 1’s (or something to that effect). So when you send something to the Recycle Bin, it writes over part of the file, then when you delete the file from the Recycle Bin, it writes more?

Jednostavno kako funkcionira cijela brisanje datoteka i proces recikliranja kutije?

Odgovor

Primatelji SuperUser-a Boann i Mary Biggs imaju odgovor za nas. Prvo, Boann:

Neither operation writes over the file. Moving a file to the Recycle Bin does just that, moves the file. Its contents are left completely intact.

Deleting a file from the Recycle Bin (or deleting it directly using Shift+Delete) removes the file name entry from the folder. The part of the disk previously occupied by the file is not modified or overwritten and still contains the file data, but that data is no longer linked to a file name. That spot on the disk is recorded as “free”, however, so future writes to the disk can reuse that space, and if you keep using the disk, the space will almost certainly be overwritten eventually.

In a case where you need to prevent recovery of deleted data, special tools exist to overwrite the data securely. That is not done by default because it is slow and increases wear on the disk.

Slijedi odgovor Mary Biggsa:

A file is in two parts:

  • A directory entry which records the file name and also contains a list of the blocks on disk which contain the data contents of the file. The operating system then “knows” that these blocks are in use.
  • The actual blocks which contain the data contents of the file.

When a file is deleted:

  • The list of blocks in the directory entry are marked as “free” and returned to the operating system. The directory entry is deleted, so the file “disappears” from the file system.
  • The actual blocks are not touched, so the data contents of the file remain untouched until some other new file overwrites them. This is the reason that file recovery software can often rebuild deleted files (but only if it is used soon after deletion).

Imate li nešto za objašnjenje? Zvuči u komentarima. Želite li pročitati više odgovora od drugih tehnoloških korisnika Stack Exchangea? Pogledajte ovdje cijelu raspravu.

Preporučeni: