Link to home
Start Free TrialLog in
Avatar of zareeo
zareeo

asked on

Explorer for ext2 - ext3 partitions

I have to examine the basic structure of the ext2 & ext3 partitions (from windows platform)

Can anybody refer me the link to a program which can display the basic structures(superblock inode table ect ) of ext2 partition in a windows 2000 or xP  

I want a explorer for ext2 just like the NTFS explorer provided by the Runtime or like a norton disk editor

Imp: i do not want to mount ext2 in windows i want to examine its structure

thanx in advance
zar
Avatar of owensleftfoot
owensleftfoot

I'll probably be proven wrong but I dont think such a program exists - I cant see any need for it. Can you tell us why you want to do this? Maybe there is a work around.
I also doubt that you will find anything for Windows. What's wrong with booting Linux and using the Linux tools to analyze the file system? You can use debugfs and dumpe2fs once you've booted into Linux. You could boot a CD based Linux distribution if you don't want to use the installed Linux system.
ASKER CERTIFIED SOLUTION
Avatar of sigel1
sigel1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zareeo

ASKER

Actually in my project i am working on the recovery of  different corrupted file system . i am almost done with fat and ntfs and currently i am about to start ext2 recovery.
i am working in the windows platform so i need a explorer\ editor to examine the structure of the ext2 ( its extremely inportant for my work) in windows .( because it really tough to work on simple hex dumps)

I have seen explorer2fs and other tools..... they helped me to create\mount ext2 partition from windows and view the files BUT donot show the structures.

If i use Linux tools --- its a great trouble i mean i have to reboot my pc go to linux explore then boot back to windows
Secondly I am a newbie in linux and my work is extremely dangerous---- i fear that while exploring in linux i can damage my primary disk.

IF NO TOOL EXIST then what  can i do :( :( ---- should i use linux tool ---
then please do refer me some tool + the way to use them securely cause i am totally newbie in
Linux. I will just get a idea from them and create my own basic ext2 explorer for windows.

OR u can also refer me some code in c++ that explorer ext2 in linux ( so i can covert it for windows)