mkfs.bfs.8

来自「Util-linux 软件包包含许多工具。其中比较重要的是加载、卸载、格式化、分」· 8 代码 · 共 49 行

8
49
字号
.\" Copyright 1999 Andries E. Brouwer (aeb@cwi.nl).\" May be freely distributed..TH MKFS.BFS 8 "12 Sept 1999" "Util-linux 2.9x" "Linux System Administrator's Manual".SH NAMEmkfs.bfs \- make an SCO bfs filesystem.SH SYNOPSIS.BR "mkfs.bfs [ \-N"nr-of-inodes.B ] [ \-Vvolume-name.B ] [ \-Ffsname.B ]device .B [ size-in-blocks.B ].SH DESCRIPTION.B mkfs.bfscreates an SCO bfs file-system on a block device(usually a disk partition or a file accessed via the loop device).The.I size-in-blocksparameter is the desired size of the file system, in blocks.If nothing is specified, the entire partition will be used..SH OPTIONS.TP.B \-NSpecify the desired number of inodes (at most 512).If nothing is specified some default number in the range 48-512 is pickeddepending on the size of the partition..TP.BI \-V " volume-label"Specify the volume label. I have no idea if/where this is used..TP.BI \-F " fsname"Specify the fsname. I have no idea if/where this is used..TP.B \-vBe verbose..SH "EXIT CODES"The exit code returned by.B mkfs.bfsis 0 when all went well, and 1 when something went wrong..SH "SEE ALSO".BR mkfs (8).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?