Cosa succede ai dati quando vengono eliminati dal cestino?

Sommario:

Cosa succede ai dati quando vengono eliminati dal cestino?
Cosa succede ai dati quando vengono eliminati dal cestino?

Video: Cosa succede ai dati quando vengono eliminati dal cestino?

Video: Cosa succede ai dati quando vengono eliminati dal cestino?
Video: Errore 403: ecco come risolverlo! - YouTube 2024, Aprile
Anonim
La maggior parte delle volte raramente risparmiamo un pensiero per i file cancellati al di fuori sapendo che ora sono fuori di testa, ma cosa succede realmente a quei file quando li cancelliamo? Il post di Q & A di SuperUser di oggi contiene le risposte alle domande di un lettore curioso sul processo di eliminazione.
La maggior parte delle volte raramente risparmiamo un pensiero per i file cancellati al di fuori sapendo che ora sono fuori di testa, ma cosa succede realmente a quei file quando li cancelliamo? Il post di Q & A di SuperUser di oggi contiene le risposte alle domande di un lettore curioso sul processo di eliminazione.

La sessione di domande e risposte di oggi ci viene fornita per gentile concessione di SuperUser, una suddivisione di Stack Exchange, un raggruppamento di domande e risposte basato sulla comunità.

Foto per gentile concessione di Gerard's World (Flickr).

La domanda

Il lettore SuperUser Shea A. vuole sapere cosa succede ai file cancellati su un computer:

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?

Come funziona l'eliminazione di tutto il file e il processo del cestino?

La risposta

I collaboratori di SuperUser Boann e Mary Biggs hanno la risposta per noi. Primo, 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.

Seguito dalla risposta di 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).

Hai qualcosa da aggiungere alla spiegazione? Audio disattivato nei commenti. Vuoi leggere più risposte dagli altri utenti di Stack Exchange esperti di tecnologia? Controlla la discussione completa qui.

Consigliato: