xref: /plan9/sys/man/8/mkflashfs (revision 0f53e5417b185178f53c0c35c7d04f3480416305)
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
"SEE ALSO"
flashfs (4), paqfs (4)