CrazyEngineers
  • What happens when we delete a file?

    Updated: Oct 26, 2024
    Views: 3.9K
    Hello,

    I just have a question what does practically happen when we delete some files. It creates us the space but where does the deleted file vanishes.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • siraj.mussafirr

    MemberMay 7, 2013

    The file content is not actually removed. Whatever you see as a file icon is just a pointer/symbolic link to the actual file location. When you delete a file the complete disk space alloted earlier is send back to the free pool, but still the content remain there and is inaccessible. this is why you actually see free space. Also next time a new file is added to the disk, consider this region is selected to store the file content then the new file contents overwrite the previous contents and create a new pointer/symbolic link for the new file.
    It is this property of Disk that is used to recover impportant files that you deleted unknowingly. This same property is used for cyber forensics to trace back evidences for cyber crimes and any important documents that the convict deletes for his safety.
    Are you sure? This action cannot be undone.
    Cancel
  • Abhishek Rawal

    MemberMay 7, 2013

    When you delete a file,It doesn't get permanently deleted.It's still there but you can't access it until you use an application or software coded for data recovering purpose.

    When data is deleted,the link is removed & virtual empty space is created.Even though file is deleted,it is not permanently removed.Only link is removed,so it acts as empty space.
    Now,when new data is added to the system,it will replace the empty space with newdata & old data whose link was removed is now permanently destroyed & inaccessible no matter what!
    Even data recovery softwares can't help you if the sectors are replaced by new data.
    Are you sure? This action cannot be undone.
    Cancel
  • Geetam Bharadwaj

    MemberMay 8, 2013

    Thanks a lot Abhishek....
    Are you sure? This action cannot be undone.
    Cancel
  • avii

    MemberMay 10, 2013

    #-Link-Snipped-# - here is some pretty good discussion #-Link-Snipped-#
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register