summaryrefslogtreecommitdiffstats
path: root/disk-utils/mkfs.bfs.8.adoc
blob: 6b04b105f0e1b477e087464c96edbd8bd5a6e7be (plain)
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
59
60
61
62
63
64
//po4a: entry man manual
////
Copyright 1999 Andries E. Brouwer (aeb@cwi.nl)
May be freely distributed.
////
= mkfs.bfs(8)
:doctype: manpage
:man manual: System Administration
:man source: util-linux {release-version}
:page-layout: base
:command: mkfs.bfs

== NAME

mkfs.bfs - make an SCO bfs filesystem

== SYNOPSIS

*mkfs.bfs* [options] _device_ [_block-count_]

== DESCRIPTION

*mkfs.bfs* creates an SCO bfs filesystem on a block device (usually a disk partition or a file accessed via the loop device).

The _block-count_ parameter is the desired size of the filesystem, in blocks. If nothing is specified, the entire partition will be used.

== OPTIONS

*-N*, *--inodes* _number_::
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.

*-V*, *--vname* _label_::
Specify the volume _label_. I have no idea if/where this is used.

*-F*, *--fname* _name_::
Specify the filesystem _name_. I have no idea if/where this is used.

*-v*, *--verbose*::
Explain what is being done.

*-c*::
This option is silently ignored.

*-l*::
This option is silently ignored.

include::man-common/help-version.adoc[]
Option *-V* only works as *--version* when it is the only option.

== EXIT STATUS

The exit status returned by *mkfs.bfs* is 0 when all went well, and 1 when something went wrong.

== SEE ALSO

*mkfs*(8)

include::man-common/bugreports.adoc[]

include::man-common/footer.adoc[]

ifdef::translation[]
include::man-common/translation.adoc[]
endif::[]