]> git.ipfire.org Git - thirdparty/util-linux.git/blob - disk-utils/mkfs.bfs.8.adoc
Merge branch 'logger-wrong-typo' of https://github.com/chentooerl/util-linux
[thirdparty/util-linux.git] / disk-utils / mkfs.bfs.8.adoc
1 //po4a: entry man manual
2 ////
3 Copyright 1999 Andries E. Brouwer (aeb@cwi.nl)
4 May be freely distributed.
5 ////
6 = mkfs.bfs(8)
7 :doctype: manpage
8 :man manual: System Administration
9 :man source: util-linux {release-version}
10 :page-layout: base
11 :command: mkfs.bfs
12
13 == NAME
14
15 mkfs.bfs - make an SCO bfs filesystem
16
17 == SYNOPSIS
18
19 *mkfs.bfs* [options] _device_ [_block-count_]
20
21 == DESCRIPTION
22
23 *mkfs.bfs* creates an SCO bfs filesystem on a block device (usually a disk partition or a file accessed via the loop device).
24
25 The _block-count_ parameter is the desired size of the filesystem, in blocks. If nothing is specified, the entire partition will be used.
26
27 == OPTIONS
28
29 *-N*, *--inodes* _number_::
30 Specify the desired _number_ 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.
31
32 *-V*, *--vname* _label_::
33 Specify the volume _label_. I have no idea if/where this is used.
34
35 *-F*, *--fname* _name_::
36 Specify the filesystem _name_. I have no idea if/where this is used.
37
38 *--lock*[=_mode_]::
39 Use exclusive BSD lock for device or file it operates. The optional argument _mode_ can be *yes*, *no* (or 1 and 0) or *nonblock*. If the _mode_ argument is omitted, it defaults to *yes*. This option overwrites environment variable *$LOCK_BLOCK_DEVICE*. The default is not to use any lock at all, but it's recommended to avoid collisions with *systemd-udevd*(8) or other tools.
40
41 *-v*, *--verbose*::
42 Explain what is being done.
43
44 *-c*::
45 This option is silently ignored.
46
47 *-l*::
48 This option is silently ignored.
49
50 include::man-common/help-version.adoc[]
51 Option *-V* only works as *--version* when it is the only option.
52
53 == EXIT STATUS
54
55 The exit status returned by *mkfs.bfs* is 0 when all went well, and 1 when something went wrong.
56
57 == SEE ALSO
58
59 *mkfs*(8)
60
61 include::man-common/bugreports.adoc[]
62
63 include::man-common/footer.adoc[]
64
65 ifdef::translation[]
66 include::man-common/translation.adoc[]
67 endif::[]