ShawnZhong / xv6-file-system-visualizer

Online Visualizer for xv6 File System Image

Home Page:https://shawnzhong.github.io/xv6-file-system-visualizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xv6 File System Visualizer

This is an online visualizer for xv6 file system image. The source code is published at GitHub

Screenshot

screenshot

Screen Record

Features

  • See the overall layout of an xv6 filesystem image

  • View the metadata stored in inodes

  • Trace the relationship between files/directories, inodes, and blocks

  • Check the file/directory path for inodes

  • Basic inconsistency checking:

    • Invalid inode type.

    • Inode marked use but not found in a directory.

    • Inode referred to in directory but marked free.

    • Block used by inode but marked free in bitmap.

    • Bitmap marks block in use but it is not in use.

About

Online Visualizer for xv6 File System Image

https://shawnzhong.github.io/xv6-file-system-visualizer/


Languages

Language:JavaScript 80.9%Language:CSS 9.9%Language:HTML 9.3%