On 13 March 2011 20:30, Robert P. J. Day <[email protected]> wrote:
> as part of my sys admin course this week, i'd like to show the
> students the actual header file that displays the structure of the
> ext4 filesystem (inode, superblock, that sort of thing). but i'm not
> sure where that header file is.
>
> i have the kernel-devel and kernel-headers packages installed and i
> would have assumed the file (or files) would be somewhere under
> /usr/include/{linux,sys} but i'm just not seeing it. help?
>
It seems to be called ext4.h. Does find /usr/include -name ext4.h -print
find it?
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day Waterloo, Ontario, CANADA
> http://crashcourse.ca
>
> Twitter: http://twitter.com/rpjday
> LinkedIn: http://ca.linkedin.com/in/rpjday
> ========================================================================
>