/javafs

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

JavaFS

Build Status codecov.io

If filesystem is 1M large or even larger, 2 bytes per inode will be used to store the inode address. For testing purposes, it is conveninent to have only 1 address byte per inode (255 inodes maximum). Specify the size of 1020k in this case:

java com.github.unix_junkie.javafs.Main mkfs -l 1020k <FILE>.javafs