Where can I find the ext4 file system specifications?

(Unofficial drafts are fine, so long as they're reasonably up-to-date; if unavailable, ext3 would be fine too.)

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Does this help?

https://ext4.wiki.kernel.org/index.php/Main_Page

link|improve this answer
Unfortunately, no -- I'd already done my Googling and looking at that website, but I couldn't find the link to the specifications themselves. (Maybe it's just blindingly obvious on that page, but for some reason I'm missing it.) I'm looking for a description of the structures on the disk, and I couldn't find it there. :\ – Mehrdad Mar 7 '11 at 8:41
You can visit the mailing list in it or the link to ext4 design. Also check this link: computer-forensics.sans.org/blog/2010/12/20/… It has some good explanation. – Harish Mar 7 '11 at 8:55
Wait, so does that mean there are no formal specifications? – Mehrdad Mar 8 '11 at 19:03
@Mehrdad: Check out the second reference in the above link. It is a paper presented on ext 4 with the current status, specifications and future plans. That might help. – Harish Mar 10 '11 at 5:54
That's definitely useful; thanks! I was expecting something more along the lines of ECMA 167 and UDF but I guess that'll do for now. – Mehrdad Mar 10 '11 at 5:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.