xref: /plan9/sys/man/4/archfs (revision 7dd7cddf99dd7472612f1413b4da293630e6b1bc)
ARCHFS 4
NAME
archfs - mount mkfs-style archive
SYNOPSIS
archfs [ -abcC ] [ -m mtpt ] archfile
DESCRIPTION
Archfs mounts at mtpt (default /mnt/arch ) a file system presenting the contents of an archive in the format produced by the -a flag to mkfs (8). The -a , -b , -c , and -C flags control the flag argument to the mount system call (see bind (2)) as in the mount command (see bind (1)).
SOURCE
/sys/src/cmd/archfs.c
SEE ALSO
mkfs (8)