Apa yang Terjadi pada Data Ketika Mendapat Dihapus dari Tempat Sampah Anda?

Daftar Isi:

Apa yang Terjadi pada Data Ketika Mendapat Dihapus dari Tempat Sampah Anda?
Apa yang Terjadi pada Data Ketika Mendapat Dihapus dari Tempat Sampah Anda?

Video: Apa yang Terjadi pada Data Ketika Mendapat Dihapus dari Tempat Sampah Anda?

Video: Apa yang Terjadi pada Data Ketika Mendapat Dihapus dari Tempat Sampah Anda?
Video: 5 Cara Mengatasi Error 403 Forbidden - YouTube 2024, April
Anonim
Seringkali kami jarang memikirkan file yang dihapus di luar mengetahui mereka sekarang keluar dari cara kami, tetapi apa yang sebenarnya terjadi pada file-file itu ketika kami menghapusnya? Posting SuperUser Q & A saat ini memiliki jawaban atas pertanyaan pembaca yang ingin tahu tentang proses penghapusan.
Seringkali kami jarang memikirkan file yang dihapus di luar mengetahui mereka sekarang keluar dari cara kami, tetapi apa yang sebenarnya terjadi pada file-file itu ketika kami menghapusnya? Posting SuperUser Q & A saat ini memiliki jawaban atas pertanyaan pembaca yang ingin tahu tentang proses penghapusan.

Sesi Tanya & Jawab Hari ini hadir untuk memberi kami SuperUser - subdivisi Stack Exchange, pengelompokan situs web Q & A berbasis komunitas.

Foto milik Gerard's World (Flickr).

Pertanyaan

Pembaca SuperUser, Shea A. ingin mengetahui apa yang terjadi pada file yang dihapus di komputer:

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?

Bagaimana proses penghapusan file dan Recycle Bin secara keseluruhan bekerja?

Jawabannya

Kontributor SuperUser Boann dan Mary Biggs memiliki jawabannya untuk kami. Pertama, 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.

Diikuti oleh jawaban dari 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).

Memiliki sesuatu untuk ditambahkan ke penjelasan? Bicaralah di komentar. Ingin membaca lebih banyak jawaban dari pengguna Stack Exchange yang paham teknologi lainnya? Lihat diskusi lengkap di sini.

Direkomendasikan: