• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

File Deletion

HFS+

Senior member
How come when you delete a file, it still can be recovered? I thought when a file is deleted it is deleted forever.
 
How come when you delete a file, it still can be recovered? I thought when a file is deleted it is deleted forever.
Nope. All normal deletion does is update location references and metadata to no longer list the file or point to its contents. Some filesystems support what is called secure deletion, which overwrites the contents as well (doing this at a higher software level offers no guarantees), but is slower because of it.
 
As Cerb has said, traditionally Windows marks the area on the HDD as no longer required and eventually the HDD will overwrite that space with new data, until that happens data can be recovered using many tools.

I would assume that an SSD makes this a little more complex. With TRIM and GC, once an area has been marked as no longer required, the SSD in idle time will clean the block so it has no data in it any longer, obviously then it cannot be recovered.
 
Back
Top