From cc1fdb41ea5ab575d326fb3444598abc0418f45c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 29 Nov 2020 14:56:47 +0100 Subject: Added some precisions to an old article --- content/en/blog/miscellaneous/link-deleted-inode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/en/blog/miscellaneous/link-deleted-inode.md') 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. -- cgit v1.2.3