How do you construct a file system disk image and then look at its disk layout in bitmap files? How do you add directories to it?
I've used mkfs.ext2 on a file that I made using dd, but I'm not sure if it’s done correctly.
I need to be able to see the inodes and inode table and see how they relate to the blocks.