diff options
author | Julien Dessaux | 2020-11-29 14:56:47 +0100 |
---|---|---|
committer | Julien Dessaux | 2020-11-29 14:57:21 +0100 |
commit | cc1fdb41ea5ab575d326fb3444598abc0418f45c (patch) | |
tree | fb35ecce9a57f82a83405268d9ec4d33181412ef /content | |
parent | Typo (diff) | |
download | www-cc1fdb41ea5ab575d326fb3444598abc0418f45c.tar.gz www-cc1fdb41ea5ab575d326fb3444598abc0418f45c.tar.bz2 www-cc1fdb41ea5ab575d326fb3444598abc0418f45c.zip |
Added some precisions to an old article
Diffstat (limited to 'content')
-rw-r--r-- | content/en/blog/miscellaneous/link-deleted-inode.md | 2 |
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. |