File system used for this RootFS
Compression flags:
CRAMFS_FLAG_COMP_ALGO_LZO 0x10000000 CRAMFS_FLAG_COMP_ALGO_LZ77 0x20000000
inode flags Please note that flags are octal!
S_IFMT 00170000// Flag mask S_IFDIR 0040000 S_IFLNK 0120000 S_IFREG 0100000
or in HEX
S_IFMT 0xF000 S_IFDIR 0x4000 S_IFLNK 0xA000 S_IFREG 0x8000
Main flags: 0x20000003
Inodes read ok.
INode mode - my utility can't process existing ones yet. Needs modification.