MKFLASHFS(8)MKFLASHFS(8)

NAME

mkflashfs – make a journalling file system for flash memory

SYNOPSIS

aux/mkflashfs [ -n nsect ] [ -z sectsize ] file

DESCRIPTION

Mkflashfs creates an empty journalling file system in file, typically /dev/flash/flash.

The files and directory structure are divided into sectsize (default 4096) byte blocks. Larger blocks make large files more compact but take longer to access. Supplying the -n option forces file to contain exactly nsect sectors.

SOURCE

/sys/src/cmd/aux/flashfs/mkfs.c

SEE ALSO

flashfs(4), paqfs(4), sacfs(4)