Kas notiek ar datiem, kad tie tiek izdzēsti no atkritnes?

Satura rādītājs:

Kas notiek ar datiem, kad tie tiek izdzēsti no atkritnes?
Kas notiek ar datiem, kad tie tiek izdzēsti no atkritnes?

Video: Kas notiek ar datiem, kad tie tiek izdzēsti no atkritnes?

Video: Kas notiek ar datiem, kad tie tiek izdzēsti no atkritnes?
Video: How to Fix The 403 Forbidden Error [Step by Step] ☑️ - YouTube 2024, Aprīlis
Anonim
Lielāko daļu laika mēs reti atstājam domu par izdzēstajiem failiem, nezinot, ka tie tagad ir mūsu ceļā, bet kas faktiski notiek ar šiem failiem, kad tos izdzēšam? Šodienas SuperUser Q & A ziņai ir atbildes uz ziņkārīgo lasītāja jautājumiem par dzēšanas procesu.
Lielāko daļu laika mēs reti atstājam domu par izdzēstajiem failiem, nezinot, ka tie tagad ir mūsu ceļā, bet kas faktiski notiek ar šiem failiem, kad tos izdzēšam? Šodienas SuperUser Q & A ziņai ir atbildes uz ziņkārīgo lasītāja jautājumiem par dzēšanas procesu.

Šodienas jautājumu un atbilžu sesija mums priecājas par SuperUser - Stack Exchange dalību, kas ir kopienas vadīta Q & A tīmekļa vietņu grupa.

Foto pieklājīgi no Gerard's World (Flickr).

Jautājums

SuperUser lasītājs Shea A. vēlas uzzināt, kas notiek ar izdzēstos failus datorā:

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?

Kā gan darbojas visa faila dzēšana un atkritni?

Atbilde

SuperUser atbalstītāji Boann un Mary Biggs ir atbilde mums. Pirmkārt, 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.

Seko atbilde no Mary Biggs:

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).

Vai kaut ko pievienot paskaidrojumam? Skatieties komentāros. Vēlaties lasīt citas atbildes no citiem tehnoloģiju savvy Stack Exchange lietotājiem? Šeit skatiet pilnu diskusiju pavedienu.

Ieteicams: