]> git.ipfire.org Git - thirdparty/util-linux.git/blame - disk-utils/mkfs.bfs.8.adoc
Merge branch 'lsfd-const' of https://github.com/t-8ch/util-linux
[thirdparty/util-linux.git] / disk-utils / mkfs.bfs.8.adoc
CommitLineData
295b3979 1//po4a: entry man manual
c6a568fc
MB
2////
3Copyright 1999 Andries E. Brouwer (aeb@cwi.nl)
4May 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
15mkfs.bfs - make an SCO bfs filesystem
16
17== SYNOPSIS
18
4d297435 19*mkfs.bfs* [options] _device_ [_block-count_]
c6a568fc
MB
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
25The _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_::
299604dd 30Specify 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.
c6a568fc
MB
31
32*-V*, *--vname* _label_::
299604dd 33Specify the volume _label_. I have no idea if/where this is used.
c6a568fc
MB
34
35*-F*, *--fname* _name_::
299604dd 36Specify the filesystem _name_. I have no idea if/where this is used.
c6a568fc 37
cc4fefc6 38*--lock*[=_mode_]::
39Use 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
c6a568fc 41*-v*, *--verbose*::
299604dd 42Explain what is being done.
c6a568fc
MB
43
44*-c*::
299604dd 45This option is silently ignored.
c6a568fc
MB
46
47*-l*::
299604dd 48This option is silently ignored.
c6a568fc 49
2b2d3172
MB
50include::man-common/help-version.adoc[]
51Option *-V* only works as *--version* when it is the only option.
c6a568fc
MB
52
53== EXIT STATUS
54
55The 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
625e9c61 61include::man-common/bugreports.adoc[]
c6a568fc 62
625e9c61 63include::man-common/footer.adoc[]
c6a568fc
MB
64
65ifdef::translation[]
625e9c61 66include::man-common/translation.adoc[]
c6a568fc 67endif::[]