You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fgs...@googlegroups.com
Hi all,
I have to use GHEX editor to learn internal representation of ext4 file system.I have google out about GHEX editor but I am not able to understand. please suggest me any another editor which helps to learn internal representation of ext4 file system.
-- Regards, Ganesh Patil.
Gaurav Mahajan
unread,
Apr 4, 2012, 1:03:20 AM4/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I feel you will not get the complete representation of file system through hex dump of file that is very difficult and requires lot of patience & skill to understand. Because filesystem uses bitmaps to store metadata.
A better way is you trace the ext4 code, rather than searching hex dump of filesystem.