]> git.ipfire.org Git - thirdparty/util-linux.git/blame - disk-utils/mkfs.bfs.8
ionice: adjust synopsis and wording and formatting on the man page
[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
4e46e958 8[\fIoptions\fR] \fIdevice \fR[\fIblock-count\fR]
eb63b9b8
KZ
9.SH DESCRIPTION
10.B mkfs.bfs
11creates an SCO bfs file-system on a block device
12(usually a disk partition or a file accessed via the loop device).
4e46e958 13.PP
eb63b9b8 14The
4e46e958 15.I block-count
eb63b9b8
KZ
16parameter is the desired size of the file system, in blocks.
17If nothing is specified, the entire partition will be used.
eb63b9b8
KZ
18.SH OPTIONS
19.TP
4e46e958 20\fB\-N\fR, \fB\-\-inodes\fR=\fINUM\fR
eb63b9b8
KZ
21Specify the desired number of inodes (at most 512).
22If nothing is specified some default number in the range 48-512 is picked
23depending on the size of the partition.
24.TP
4e46e958 25\fB\-V\fR, \fB\-\-vname\fR=\fINAME\fR
eb63b9b8
KZ
26Specify the volume label. I have no idea if/where this is used.
27.TP
4e46e958 28\fB\-F\fR, \fB\-\-fname\fR=\fINAME\fR
eb63b9b8
KZ
29Specify the fsname. I have no idea if/where this is used.
30.TP
4e46e958
SK
31\fB\-v\fR, \fB\-\-verbose\fR
32Explain what is being done.
33.TP
34\fB\-c\fR
35This option is silently ignored.
36.TP
37\fB\-l\fR
38This option is silently ignored.
39.TP
40\fB\-V\fR, \fB\-\-version\fR
41Output version information and exit.
42\fB\-V\fR works only when specified as an only option.
43.TP
44\fB\-h\fR, \fB\-\-help\fR
45Display help and exit.
eb63b9b8
KZ
46.SH "EXIT CODES"
47The exit code returned by
48.B mkfs.bfs
49is 0 when all went well, and 1 when something went wrong.
50.SH "SEE ALSO"
51.BR mkfs (8).
86d62711 52.SH AVAILABILITY
601d12fb
KZ
53The mkfs.bfs command is part of the util-linux package and is available from
54ftp://ftp.kernel.org/pub/linux/utils/util-linux/.