Hello ,i'm searching info about ext2fs structure but all i have found are overviews and data does not match with the ext2fs i have on my hard disk
has someone a doc good enought to write drivers?
ext2fs documentation
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
After searching Google, I've found a few sites that might be helpful to you..
http://www.nongnu.org/ext2-doc/ seems rather complete, if not slighly dated...
Other helpful sites:
http://web.mit.edu/tytso/www/linux/ext2intro.html
http://uranus.it.swin.edu.au/~jn/explore2fs/es2fs.htm
Optionally, OpenBSD/NetBSD and FreeBSD all have BSD-style licenced implementations you can look at, and of coarse, Linux has GPL source available as well.
Good luck..
http://www.nongnu.org/ext2-doc/ seems rather complete, if not slighly dated...
Other helpful sites:
http://web.mit.edu/tytso/www/linux/ext2intro.html
http://uranus.it.swin.edu.au/~jn/explore2fs/es2fs.htm
Optionally, OpenBSD/NetBSD and FreeBSD all have BSD-style licenced implementations you can look at, and of coarse, Linux has GPL source available as well.
Good luck..
Hi,
I've had no problems whatsoever regarding data on the internet and current implementations of ext2/ext3. The standard ext2 spec will get you well on your way - I would advise you to look inwards at your own implementation if something doesn't play right - it works fine for me.
Ext2 is *not* limited to 4GB, because it uses an indirection system - read the manual.
I've had no problems whatsoever regarding data on the internet and current implementations of ext2/ext3. The standard ext2 spec will get you well on your way - I would advise you to look inwards at your own implementation if something doesn't play right - it works fine for me.
Ext2 is *not* limited to 4GB, because it uses an indirection system - read the manual.