summaryrefslogtreecommitdiff
path: root/sys/man/4
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-07-05 21:46:44 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-07-05 21:46:44 +0200
commit51915912e96ebea4f170c77da682dfa5f6782a28 (patch)
treed485e9c786417299a6a048d8387eb04e477bfd07 /sys/man/4
parentfa5fd51e116a3d779fb169535aeefcb86ffc2053 (diff)
add bzfs(4) manpage
Diffstat (limited to 'sys/man/4')
-rw-r--r--sys/man/4/bzfs43
1 files changed, 43 insertions, 0 deletions
diff --git a/sys/man/4/bzfs b/sys/man/4/bzfs
new file mode 100644
index 000000000..9f9f31005
--- /dev/null
+++ b/sys/man/4/bzfs
@@ -0,0 +1,43 @@
+.TH BZFS 4
+.SH NAME
+bzfs \- compressed read-write ram filesystem
+.SH SYNOPSIS
+.B bzfs
+[
+.B -m
+.I mtpt
+] [
+.B -s
+] [
+.B -f
+.I file
+]
+.SH DESCRIPTION
+.I Bzfs
+reads a bzip2 (see
+.IR gzip (1))
+compressed filesystem archive as produced by
+.IR mkfs (8)
+and serves it as a writable ram filesystem. The
+compressed archive file has to be provided with the
+.B -f
+.I file
+option.
+The
+.B -m
+option sets the mountpoint
+.I mptp
+(default /root).
+If the
+.B -s
+flag is specified then the 9p channel
+.B /srv/ramfs
+is created to be used later for mounting the
+filesystem.
+.SH SOURCE
+.B /sys/src/cmd/bzfs
+.SH SEE ALSO
+.IR mkfs (8),
+.IR gzip (1),
+.IR ramfs (4),
+.IR paqfs (4).