logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mkzonefs - Create a zonefs file system on a zoned block device

Author

       This version of mkzonefs was written by Damien Le Moal.

Availability

mkzonefs is available from https://github.com/westerndigitalcorporation/zonefs-tools/

                                                                                                     mkzonefs(8)

Description

mkzonefs is used to create a zonefs file system on a zoned block device.

Name

       mkzonefs - Create a zonefs file system on a zoned block device

Options

-h, --help
              Display a short usage message and return

       -v     Verbose output

       -f     Overwrite existing file system format on the device

       -Llabel
              Specify a label (volume name). A label must not exceed 32 characters.

       -ofeatures
              Specify  optional  features. Features are comma separated and may take an argument using the equal
              ("=") sign. The following features are supported.

              aggr_cnv
                     Aggregate contiguous conventional zones into a single file.  Default: off (create one  file
                     per zone).

              uid=UID
                     Create files with UID as owner user. The default is "root" user (UID 0).

              gid=GID
                     Create files with GID as group owner. The default is "root" group (GID 0).

              perm=permissions
                     Create files with permissions as access rights. The default is "640".

Synopsis

mkzonefs [ -h|--help ] [ -v ] [ -f ] [ -Llabel ] [ -ofeatures ] device

See Also