ubuntu - libext2fs code not working -


i tried access superblock information using code shown here:- http://paste.pocoo.org/show/340724/

however, error shown here:- http://paste.pocoo.org/show/340723/

my kernel version 2.6.31-22-generic , have not installed libraries/additional kernel headers same. os ubuntu 9.10.

you need add

#include <linux/fs.h> 

to top of source code.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -