Home > OS >  In the file system inodes and block
In the file system inodes and block

Time:09-21

Under Linux system, if I had to delete a file, the file inodes and inode point to block, will be how to deal with? Who can explain the hope, thank you

CodePudding user response:

Delete the file name, when there is no file to point to the inode, will remove the inode and block

CodePudding user response:

Remove refers to turn it into a not used inodes and block, but it would have been there, is that right? Each fixed inode number? Or when using the inode is given? With q, to block, thank you for your answer,
  • Related