1mkzonefs(8) System Manager's Manual mkzonefs(8)
2
3
4
6 mkzonefs - Create a zonefs file system on a zoned block device
7
8
10 mkzonefs [ -h|--help ] [ -v ] [ -f ] [ -L label ] [ -o features ] de‐
11 vice
12
13
15 mkzonefs is used to create a zonefs file system on a zoned block de‐
16 vice.
17
18
20 -h, --help
21 Display a short usage message and return
22
23
24 -v Verbose output
25
26
27 -f Overwrite existing file system format on the device
28
29
30 -L label
31 Specify a label (volume name). A label must not exceed 32 char‐
32 acters.
33
34
35 -o features
36 Specify optional features. Features are comma separated and may
37 take an argument using the equal ("=") sign. The following fea‐
38 tures are supported.
39
40 aggr_cnv
41 Aggregate contiguous conventional zones into a single
42 file. Default: off (create one file per zone).
43
44 uid=UID
45 Create files with UID as owner user. The default is
46 "root" user (UID 0).
47
48 gid=GID
49 Create files with GID as group owner. The default is
50 "root" group (GID 0).
51
52 perm=permissions
53 Create files with permissions as access rights. The de‐
54 fault is "640".
55
56
58 This version of mkzonefs was written by Damien Le Moal.
59
60
62 mkzonefs is available from https://github.com/westerndigitalcorpora‐
63 tion/zonefs-tools/
64
65
66
67 mkzonefs(8)