Long overdue first commit with content
This commit is contained in:
parent
f63ce5bdd8
commit
6cc9d8c72a
92 changed files with 2031 additions and 97 deletions
10
content/en/blog/miscellaneous/link-deleted-inode.md
Normal file
10
content/en/blog/miscellaneous/link-deleted-inode.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "Link to a deleted inode"
|
||||
linkTitle: "Link to a deleted inode"
|
||||
date: 2018-03-05
|
||||
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).
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue