Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Deleted items (Recycle Bin)

  • 5 réponses
  • 1 a ce problème
  • 6 vues
  • Dernière réponse par LJones

more options

I have seen from time to time applications advertised that tell me they can 'remove deleted items from your computer'. Now my understanding is that a deleted item, once cleared in the Recycle Bin, has been removed. Going to machine code level, I read 'deleted' as meaning the 0 and 1 binaries that are put into sequences of 0 and 1 to make up the bits and bytes, which in turn are configured to create text, control characters, pixels, pictures, etc., in a file, are all set to zero. Setting the binaries to zero would regain the space previously occupied by the deleted items for future use. If that is not the case, then do the 'deleted' files still exist, sitting buried somewhere in my computer, like corpses interred in the earth ?

I have seen from time to time applications advertised that tell me they can 'remove deleted items from your computer'. Now my understanding is that a deleted item, once cleared in the Recycle Bin, has been removed. Going to machine code level, I read 'deleted' as meaning the 0 and 1 binaries that are put into sequences of 0 and 1 to make up the bits and bytes, which in turn are configured to create text, control characters, pixels, pictures, etc., in a file, are all set to zero. Setting the binaries to zero would regain the space previously occupied by the deleted items for future use. If that is not the case, then do the 'deleted' files still exist, sitting buried somewhere in my computer, like corpses interred in the earth ?

Modifié le par LJones

Solution choisie

Microsoft sets on files that you delete on the NTFS file system only one delete bit, but doesn't clear the data on the hard drive and also doesn't clear the MFT records and index data. Very small files (few hundred bytes) are stored entirely in the MFT and can thus always be recovered. Only when clusters that the deleted file occupies are reused to store other data then it isn't possible to recover a deleted file. On FAT32 (and FAT16) file systems this was more difficult, especially when a file is fragmented because on these file systems the bits that represent the cluster chain were cleared, so you had to be lucky that you could reconstruct the cluster chain. On NTFS is such a reconstruction not needed as you would only need to scan MFT. You would have to use a wipe utility on Windows to ensure that files with sensitive data are really gone and also do such a wipe if you would sell the computer.

Lire cette réponse dans son contexte 👍 3

Toutes les réponses (5)

more options

'Quoting from an answer posted on SuperUser forum:'

Deleting a file from the Recycle Bin (or deleting it directly using Shift+Delete) removes the filename entry from its folder. The part of the disk previously occupied by the file is still not modified or overwritten and still contains all the file data, but that data is no longer linked to a filename. That spot of 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.

Source: http://superuser.com/questions/817498/when-data-gets-deleted-from-your-recycle-bin-what-happens-to-it

more options

Solution choisie

Microsoft sets on files that you delete on the NTFS file system only one delete bit, but doesn't clear the data on the hard drive and also doesn't clear the MFT records and index data. Very small files (few hundred bytes) are stored entirely in the MFT and can thus always be recovered. Only when clusters that the deleted file occupies are reused to store other data then it isn't possible to recover a deleted file. On FAT32 (and FAT16) file systems this was more difficult, especially when a file is fragmented because on these file systems the bits that represent the cluster chain were cleared, so you had to be lucky that you could reconstruct the cluster chain. On NTFS is such a reconstruction not needed as you would only need to scan MFT. You would have to use a wipe utility on Windows to ensure that files with sensitive data are really gone and also do such a wipe if you would sell the computer.

more options

Thanks for the answers folks, informative and useful. I did wonder when posing my question if all 'delete' did was uncouple the file from its links to folders, etc, thereby making the deleted file invisible. That sort of process would explain the claims to 'remove' deleted files, but I did not want to clutter my question with possible answers. The 'Wipe' facility is something I was unaware of. I will utilise it should my computer start to run out of space ! Once again, thanks for the answers.

more options

The wipe utility is only needed if you want to make sure that the data is cleared from the hard drive as it takes considerable time to overwrite all the clusters that files that you delete occupy. If you run out of space on the hard drive then you can delete the files and either move them to the recycle bin or remove them directly.

more options

Thanks for that, Cor-el. Should I need to use it, where is the 'Wipe' facility located ?

Forget that, I have checked and found various Apps, Eraser, CCleaner, etc.

Modifié le par LJones