util-linux/disk-utils/mkfs.bfs.8.adoc

68 lines
1.6 KiB
Plaintext
Raw Normal View History

//po4a: entry man manual
2021-03-16 15:08:43 -05:00
////
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_]
2021-03-16 15:08:43 -05:00
== 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_::
2021-03-24 12:53:27 -05:00
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.
2021-03-16 15:08:43 -05:00
*-V*, *--vname* _label_::
2021-03-24 12:53:27 -05:00
Specify the volume _label_. I have no idea if/where this is used.
2021-03-16 15:08:43 -05:00
*-F*, *--fname* _name_::
2021-03-24 12:53:27 -05:00
Specify the filesystem _name_. I have no idea if/where this is used.
2021-03-16 15:08:43 -05:00
*-v*, *--verbose*::
2021-03-24 12:53:27 -05:00
Explain what is being done.
2021-03-16 15:08:43 -05:00
*-c*::
2021-03-24 12:53:27 -05:00
This option is silently ignored.
2021-03-16 15:08:43 -05:00
*-l*::
2021-03-24 12:53:27 -05:00
This option is silently ignored.
2021-03-16 15:08:43 -05:00
*-h*, *--help*::
2021-03-24 12:53:27 -05:00
Display help text and exit.
2021-03-16 15:08:43 -05:00
*-V*, *--version*::
2021-03-24 12:53:27 -05:00
Display version information and exit. Option *-V* only works as *--version* when it is the only option.
2021-03-16 15:08:43 -05:00
== 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[]
2021-03-16 15:08:43 -05:00
include::man-common/footer.adoc[]
2021-03-16 15:08:43 -05:00
ifdef::translation[]
include::man-common/translation.adoc[]
2021-03-16 15:08:43 -05:00
endif::[]