]> git.ipfire.org Git - thirdparty/util-linux.git/blame - disk-utils/mkfs.bfs.8
Manual pages: use the term "exit status"
[thirdparty/util-linux.git] / disk-utils / mkfs.bfs.8
CommitLineData
eb63b9b8
KZ
1.\" Copyright 1999 Andries E. Brouwer (aeb@cwi.nl)
2.\" May be freely distributed.
232dc924 3.TH MKFS.BFS 8 "July 2011" "util-linux" "System Administration"
eb63b9b8
KZ
4.SH NAME
5mkfs.bfs \- make an SCO bfs filesystem
6.SH SYNOPSIS
a9808f77 7.B mkfs.bfs
f49ccec2 8.RI [options] " device " [ block-count ]
eb63b9b8
KZ
9.SH DESCRIPTION
10.B mkfs.bfs
449a215f 11creates an SCO bfs filesystem on a block device
eb63b9b8 12(usually a disk partition or a file accessed via the loop device).
4e46e958 13.PP
eb63b9b8 14The
4e46e958 15.I block-count
449a215f 16parameter is the desired size of the filesystem, in blocks.
eb63b9b8 17If nothing is specified, the entire partition will be used.
eb63b9b8
KZ
18.SH OPTIONS
19.TP
449a215f
BS
20.BR \-N , " \-\-inodes " \fInumber\fR
21Specify the desired \fInumber\fR of inodes (at most 512).
cdd710a1 22If nothing is specified, some default number in the range 48\(en512 is picked
eb63b9b8
KZ
23depending on the size of the partition.
24.TP
449a215f
BS
25.BR \-V , " \-\-vname " \fIlabel\fR
26Specify the volume \fIlabel\fR. I have no idea if/where this is used.
eb63b9b8 27.TP
449a215f
BS
28.BR \-F , " \-\-fname " \fIname\fR
29Specify the filesystem \fIname\fR. I have no idea if/where this is used.
eb63b9b8 30.TP
449a215f 31.BR \-v , " \-\-verbose"
4e46e958
SK
32Explain what is being done.
33.TP
449a215f 34.B \-c
4e46e958
SK
35This option is silently ignored.
36.TP
449a215f 37.B \-l
4e46e958
SK
38This option is silently ignored.
39.TP
449a215f
BS
40.BR \-h , " \-\-help"
41Display help text and exit.
4e46e958 42.TP
449a215f 43.BR \-V , " \-\-version"
b4362b6f 44Display version information and exit.
449a215f
BS
45Option
46.B \-V
47only works as
48.B \-\-version
49when it is the only option.
7e765c93 50.SH EXIT STATUS
a87f49f6 51The exit status returned by
eb63b9b8
KZ
52.B mkfs.bfs
53is 0 when all went well, and 1 when something went wrong.
5a829806 54.SH SEE ALSO
66083665 55.BR mkfs (8)
86d62711 56.SH AVAILABILITY
601d12fb 57The mkfs.bfs command is part of the util-linux package and is available from
d673b74e 58https://www.kernel.org/pub/linux/utils/util-linux/.