]> git.lizzy.rs Git - plan9front.git/blob - sys/man/4/bzfs
merging erik quanstros nupas
[plan9front.git] / sys / man / 4 / bzfs
1 .TH BZFS 4
2 .SH NAME
3 bzfs \- compressed read-write ram filesystem
4 .SH SYNOPSIS
5 .B bzfs
6 [
7 .B -m
8 .I mtpt
9 ] [
10 .B -s
11 ] [
12 .B -f
13 .I file
14 ]
15 .SH DESCRIPTION
16 .I Bzfs
17 reads a bzip2 (see
18 .IR gzip (1))
19 compressed filesystem archive as produced by
20 .IR mkfs (8)
21 and serves it as a writable ram filesystem. The
22 compressed archive file has to be provided with the
23 .B -f
24 .I file
25 option.
26 The
27 .B -m
28 option sets the mountpoint
29 .I mptp
30 (default /root).
31 If the
32 .B -s
33 flag is specified then the 9p channel
34 .B /srv/ramfs
35 is created to be used later for mounting the
36 filesystem.
37 .SH SOURCE
38 .B /sys/src/cmd/bzfs
39 .SH SEE ALSO
40 .IR mkfs (8),
41 .IR gzip (1),
42 .IR ramfs (4),
43 .IR paqfs (4).