aboutsummaryrefslogtreecommitdiff
path: root/content/en/blog/miscellaneous/link-deleted-inode.md
diff options
context:
space:
mode:
authorJulien Dessaux2020-11-29 14:56:47 +0100
committerJulien Dessaux2020-11-29 14:57:21 +0100
commitcc1fdb41ea5ab575d326fb3444598abc0418f45c (patch)
treefb35ecce9a57f82a83405268d9ec4d33181412ef /content/en/blog/miscellaneous/link-deleted-inode.md
parentTypo (diff)
downloadwww-cc1fdb41ea5ab575d326fb3444598abc0418f45c.tar.gz
www-cc1fdb41ea5ab575d326fb3444598abc0418f45c.tar.bz2
www-cc1fdb41ea5ab575d326fb3444598abc0418f45c.zip
Added some precisions to an old article
Diffstat (limited to 'content/en/blog/miscellaneous/link-deleted-inode.md')
-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.