summaryrefslogtreecommitdiffstats
path: root/disk-utils/mkfs.bfs.8
blob: c8ddfa9d615632021f552c6daaae244066161aaa (plain) (blame)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.\" Copyright 1999 Andries E. Brouwer (aeb@cwi.nl)
.\" May be freely distributed.
.TH MKFS.BFS 8 "July 2011" "util-linux" "System Administration"
.SH NAME
mkfs.bfs \- make an SCO bfs filesystem
.SH SYNOPSIS
.B mkfs.bfs
.RI [ options ] " device " [ block-count ]
.SH DESCRIPTION
.B mkfs.bfs
creates an SCO bfs filesystem on a block device
(usually a disk partition or a file accessed via the loop device).
.PP
The
.I block-count
parameter is the desired size of the filesystem, in blocks.
If nothing is specified, the entire partition will be used.
.SH OPTIONS
.TP
.BR \-N , " \-\-inodes " \fInumber\fR
Specify the desired \fInumber\fR of inodes (at most 512).
If nothing is specified, some default number in the range 48-512 is picked
depending on the size of the partition.
.TP
.BR \-V , " \-\-vname " \fIlabel\fR
Specify the volume \fIlabel\fR.  I have no idea if/where this is used.
.TP
.BR \-F , " \-\-fname " \fIname\fR
Specify the filesystem \fIname\fR.  I have no idea if/where this is used.
.TP
.BR \-v , " \-\-verbose"
Explain what is being done.
.TP
.B \-c
This option is silently ignored.
.TP
.B \-l
This option is silently ignored.
.TP
.BR \-h , " \-\-help"
Display help text and exit.
.TP
.BR \-V , " \-\-version"
Output version information and exit.
Option
.B \-V
only works as
.B \-\-version
when it is the only option.
.SH "EXIT CODES"
The exit code returned by
.B mkfs.bfs
is 0 when all went well, and 1 when something went wrong.
.SH "SEE ALSO"
.BR mkfs (8)
.SH AVAILABILITY
The mkfs.bfs command is part of the util-linux package and is available from
ftp://ftp.kernel.org/pub/linux/utils/util-linux/.