(no title)
athoscouto | 1 year ago
- How the OS knows it can clean up an inode after a hard link is deleted? The post mentioned inodes don't see hard links
- What does it mean to have a dead/dangling soft link?
athoscouto | 1 year ago
- How the OS knows it can clean up an inode after a hard link is deleted? The post mentioned inodes don't see hard links
- What does it mean to have a dead/dangling soft link?
yjftsjthsd-h|1 year ago
dspillett|1 year ago
2. A dangling soft link points to nothing valid. If you try to access it in a way that would normally give you the object it points to there will be a not found error. If a new object of the destination name appears the link will start to work again but give the new content. If relative links are moved around out of step with what they point to this can cause significant confusion. This is not filesystem level corruption that fsck can/will check for.
echoangle|1 year ago
FranchuFranchu|1 year ago
[0] https://wiki.osdev.org/Ext2#Inode_Data_Structure
kreetx|1 year ago
actionfromafar|1 year ago
jagged-chisel|1 year ago