the ext2 inode has a field i_dtime which is the deletion time.
Until today i thought that the deletion of a file removes the inode.
So does anyone know what the sense of this field is?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From [1]:
The inode is marked as deleted by writing the i_dtime. Special fs tools [2] can analyse the file system and may still restore files by looking at those marked inodes — until they are actually overwritten.