forked from nickelpro/cNBT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkfs.nbt.8
30 lines (29 loc) · 873 Bytes
/
mkfs.nbt.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.TH MKFS.NBT 8 2023 nbtfsutils
.SH NAME
mkfs.nbt - Create a Named Binary Tag File System
.SH SYNOPSIS
.nf
mkfs.nbt [-C {gzip|zlib}] [-L \fI<root-node-name>\fR] [-vh] \fI<path>\fR
.fi
.SH DESCRIPTION
.B mkfs.nbt
creates a standalone NBT file at \fI<path>\fR containing a single \fBcompound\fR as root node. If a regular file at \fI<path>\fR already exist, it will be truncated.
.SH OPTIONS
.B
.IP "-C {gzip|zlib}"
Specify the compression format for the NBT file. Default is \fIgzip\fR.
.B
.IP -h
Print a brief usage message.
.B
.IP "-L \fI<root-node-name>\fR"
Specify name of the root \fBcompound\fR node. Default an empty string.
.B
.IP -v
Be Verbose. Print a text dump of the NBT tree to be written into \fI<path>\fR.
.B
.IP -V
Display version, copyright and licensing information of this tool. The program will exit afterward.
.SH "SEE ALSO"
.PP
mount.nbt(8) nbtdump(1)