term% cat index.txt BZFS(4) Kernel Interfaces Manual BZFS(4)
NAME
bzfs - compressed read-write ram filesystem
SYNOPSIS
bzfs [ -m mtpt ] [ -s ] [ -f file ]
DESCRIPTION
Bzfs reads a bzip2 (see gzip(1)) compressed filesystem archive as pro‐
duced by mkfs(8) and serves it as a writable ram filesystem. The com‐
pressed archive file has to be provided with the -f file option. The
-m option sets the mountpoint mptp (default /root). If the -s flag is
specified then the 9p channel /srv/ramfs is created to be used later
for mounting the filesystem.
SOURCE
/sys/src/cmd/bzfs
SEE ALSO
mkfs(8), gzip(1), ramfs(4), paqfs(4).
BZFS(4)