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

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -