table of contents
MKFS.BFS(8) | System Administration | MKFS.BFS(8) |
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
-V, --vname label
-F, --fname name
--lock[=mode]
-v, --verbose
-c
-l
-h, --help
-V, --version
EXIT STATUS¶
The exit status returned by mkfs.bfs is 0 when all went well, and 1 when something went wrong.
SEE ALSO¶
REPORTING BUGS¶
For bug reports, use the issue tracker at <https://github.com/util-linux/util-linux/issues>.
AVAILABILITY¶
The mkfs.bfs command is part of the util-linux package which can be downloaded from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.
2024-04-24 | util-linux 2.40.2 |