Not really sure about the data types in your program but here are a few things I would look out for:

1) superBlockPtr = (ext2_super_block *) buffer;

Can you make this cast successfuly since...