How to create a directory in ext2/ext3/ext4 filesystem with a specific inode number? I've seen a working answer for a file but I could not apply it to a directory. A solution based on the debugfs command would be nice but any technical solution is good. Solution for a file by Rhymoid
Asked
Active
Viewed 681 times
2
-
Should the solution work completely in the user space or are we allowed to use kernel modules, implement new ioctls and/or syscalls, and so on? – Sep 29 '14 at 07:11