-
ext3/ext4 Design principles: Information about the file system General information fsstat /dev/sda1 Information of an inode (2 = root directory): istat /dev/sda1 2 Get the partitions of an image mmls server.img mmls shows the start offset of each partition. Show details of the partition which starts at 4096: fsstat -o 4096 server.img Show all files of a…