how to support ext4 filesystem? #16
Answered
by
nlitsme
WhatDaniel
asked this question in
Q&A
-
now, i use ext2rd to extract files from image which is ext4 filesystem, but sometimes ext2rd could not get file inode, this puzzles me a lot, i want get some suggestions to sovle this problem, please check me! |
Beta Was this translation helpful? Give feedback.
Answered by
nlitsme
May 18, 2022
Replies: 1 comment 3 replies
-
my tool currently does not know how to handle ext4 filesystems. so it will only show you the parts that deal only with ext2 compatible data. the solution: look at how ext4 extends ext2, and implement that. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
WhatDaniel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my tool currently does not know how to handle ext4 filesystems. so it will only show you the parts that deal only with ext2 compatible data.
the solution: look at how ext4 extends ext2, and implement that.