aboutsummaryrefslogtreecommitdiff
path: root/content/en/blog/miscellaneous/link-deleted-inode.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--content/en/blog/miscellaneous/link-deleted-inode.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/blog/miscellaneous/link-deleted-inode.md b/content/en/blog/miscellaneous/link-deleted-inode.md
index 3542cd2..45f0417 100644
--- a/content/en/blog/miscellaneous/link-deleted-inode.md
+++ b/content/en/blog/miscellaneous/link-deleted-inode.md
@@ -6,5 +6,5 @@ description: >
Link to a deleted inode
---
-Get the inode number from `lsof`, then run `debugfs -w /dev/mapper/vg-home -R 'link <16008> /some/path'` where 16008 is the inode number (the < > are important, they tell debugfs you manipulate an inode).
+Get the inode number from `lsof`, then run `debugfs -w /dev/mapper/vg-home -R 'link <16008> /some/path'` where 16008 is the inode number (the < > are important, they tell debugfs you manipulate an inode). The path is relative to the root of the block device you are restoring onto.