डेटा को क्या होता है जब इसे आपके रीसायकल बिन से हटा दिया जाता है?

विषयसूची:

डेटा को क्या होता है जब इसे आपके रीसायकल बिन से हटा दिया जाता है?
डेटा को क्या होता है जब इसे आपके रीसायकल बिन से हटा दिया जाता है?

वीडियो: डेटा को क्या होता है जब इसे आपके रीसायकल बिन से हटा दिया जाता है?

वीडियो: डेटा को क्या होता है जब इसे आपके रीसायकल बिन से हटा दिया जाता है?
वीडियो: How to Fix The 403 Forbidden Error [Step by Step] ☑️ - YouTube 2024, मई
Anonim
अधिकांश समय हम जानते हैं कि हटाए गए फाइलों के लिए शायद ही कभी हमारे विचार से बाहर निकलते हैं, लेकिन जब हम उन्हें हटाते हैं तो वास्तव में उन फ़ाइलों के साथ क्या होता है? आज के सुपर यूज़र क्यू एंड ए पोस्ट में विलोपन प्रक्रिया के बारे में एक जिज्ञासु पाठक के सवालों के जवाब हैं।
अधिकांश समय हम जानते हैं कि हटाए गए फाइलों के लिए शायद ही कभी हमारे विचार से बाहर निकलते हैं, लेकिन जब हम उन्हें हटाते हैं तो वास्तव में उन फ़ाइलों के साथ क्या होता है? आज के सुपर यूज़र क्यू एंड ए पोस्ट में विलोपन प्रक्रिया के बारे में एक जिज्ञासु पाठक के सवालों के जवाब हैं।

आज का प्रश्न और उत्तर सत्र हमारे पास सुपरयूसर की सौजन्य है - स्टैक एक्सचेंज का एक उपविभाग, क्यू एंड ए वेब साइट्स का एक समुदाय संचालित समूह।

जेरार्ड की दुनिया (फ़्लिकर) की फोटो सौजन्य।

प्रश्न

सुपर यूज़र रीडर शी ए। यह जानना चाहता है कि कंप्यूटर पर हटाए गए फाइलों का क्या होता है:

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?

बस पूरी फ़ाइल हटाने और रीसायकल बिन प्रक्रिया कैसे काम करती है?

उत्तर

सुपरयूसर योगदानकर्ता बोएन और मैरी बिग्स के पास हमारे लिए जवाब है। सबसे पहले, बोन:

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.

मैरी बिग्स के जवाब से पीछा किया:

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

स्पष्टीकरण में जोड़ने के लिए कुछ है? टिप्पणियों में विचार व्यक्त करो। अन्य तकनीक-समझदार स्टैक एक्सचेंज उपयोगकर्ताओं से अधिक उत्तरों पढ़ना चाहते हैं? यहां पूर्ण चर्चा धागा देखें।

सिफारिश की: