Wednesday, June 10, 2009

Viewing the contents of ext2/3 filesystem

If you have created a filesystem with .ext2 OR .ext3 extensions, in other words, if they are either of ext2/3 filesystems, they could be viewed with the following command
debugfs xxx.ext2

1 comment:

  1. Instead, this could be directly mounted as well
    mount -t ext2 xxx.ext2 some_dir

    ReplyDelete