From 378c18e5f024ac5a8aef4cb40d7c9aa9633d144c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:30:35 +0200 Subject: Adding upstream version 2.38.1. Signed-off-by: Daniel Baumann --- disk-utils/mkfs.bfs.8.adoc | 64 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 disk-utils/mkfs.bfs.8.adoc (limited to 'disk-utils/mkfs.bfs.8.adoc') diff --git a/disk-utils/mkfs.bfs.8.adoc b/disk-utils/mkfs.bfs.8.adoc new file mode 100644 index 0000000..6b04b10 --- /dev/null +++ b/disk-utils/mkfs.bfs.8.adoc @@ -0,0 +1,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::[] -- cgit v1.2.3