Upload Tizen:Base source
[framework/base/util-linux-ng.git] / disk-utils / mkfs.bfs.8
1 .\" Copyright 1999 Andries E. Brouwer (aeb@cwi.nl)
2 .\" May be freely distributed.
3 .TH MKFS.BFS 8 "12 Sept 1999" "Util-linux 2.9x" "Linux System Administrator's Manual"
4 .SH NAME
5 mkfs.bfs \- make an SCO bfs filesystem
6 .SH SYNOPSIS
7 .B mkfs.bfs
8 .RB [ \-N
9 .IR nr-of-inodes ]
10 .RB [ \-V
11 .IR volume-name ]
12 .RB [ \-F
13 .IR fsname ]
14 .I device
15 .RI [ size-in-blocks ]
16 .SH DESCRIPTION
17 .B mkfs.bfs
18 creates an SCO bfs file-system on a block device
19 (usually a disk partition or a file accessed via the loop device).
20
21 The
22 .I size-in-blocks
23 parameter is the desired size of the file system, in blocks.
24 If nothing is specified, the entire partition will be used.
25 .SH OPTIONS
26 .TP
27 .B \-N
28 Specify the desired number of inodes (at most 512).
29 If nothing is specified some default number in the range 48-512 is picked
30 depending on the size of the partition.
31 .TP
32 .BI \-V " volume-label"
33 Specify the volume label. I have no idea if/where this is used.
34 .TP
35 .BI \-F " fsname"
36 Specify the fsname. I have no idea if/where this is used.
37 .TP
38 .B \-v
39 Be verbose.
40 .SH "EXIT CODES"
41 The exit code returned by
42 .B mkfs.bfs
43 is 0 when all went well, and 1 when something went wrong.
44 .SH "SEE ALSO"
45 .BR mkfs (8).
46 .SH AVAILABILITY
47 The mkfs.bfs command is part of the util-linux-ng package and is available from
48 ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.