Timeline for How does one inspect the directory structure information of a unix/linux file?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 12, 2015 at 13:44 | comment | added | psusi |
@Biff, a program would help certainly, but you can always do it manually with dd and a hex editor.
|
|
| Jan 12, 2015 at 9:17 | comment | added | Celada | @Biff Yes, you need to write a program that understands the on-disk data structures of the particular filesystem type in use (or uses a library that does that for you). Also, you probably don't want to run such a program while the filesystem is mounted. | |
| Jan 12, 2015 at 3:35 | comment | added | Biff | I take this to mean that I need to write a program that directly interacts with the filesystem? | |
| Jan 12, 2015 at 1:27 | history | answered | psusi | CC BY-SA 3.0 |