📄 mkfs.minix.8
字号:
.\" Copyright 1992, 1993, 1994 Rickard E. Faith (faith@cs.unc.edu).\" May be freely distributed..TH MKFS.MINIX 8 "2 July 1996" "Util-linux 2.6" "Linux System Administrator's Manual".SH NAMEmkfs.minix \- make a Linux MINIX filesystem.SH SYNOPSIS.BR "mkfs.minix [ \-c | \-l filename ] [ \-n"namelength.B ] [ \-iinodecount.B ] [ \-v ]device .B [ size-in-blocks.B ].SH DESCRIPTION.B mkfs.minixcreates a Linux MINIX file-system on a device (usually a disk partition).The.I deviceis usually of the following form:.nf.RS/dev/hda[1-8] (IDE disk 1)/dev/hdb[1-8] (IDE disk 2)/dev/sda[1-8] (SCSI disk 1)/dev/sdb[1-8] (SCSI disk 2).RE.fiThe.I size-in-blocksparameter is the desired size of the file system, in blocks.It is present only for backwards compatibility.If omitted the size will be determined automatically.Only block counts strictly greater than 10 and strictly less than65536 are allowed..SH OPTIONS.TP.B \-cCheck the device for bad blocks before creating the file system. If anyare found, the count is printed..TP.BI \-n " namelength"Specify the maximum length of filenames.Currently, the only allowable values are 14 and 30.The default is 30. Note that kernels older than 0.99p7only accept namelength 14..TP.BI \-i " inodecount"Specify the number of inodes for the filesystem..TP.BI \-l " filename"Read the bad blocks list from.IR filename .The file has one bad block number per line. The count of bad blocks readis printed..TP.B \-vMake a Minix version 2 filesystem..SH "EXIT CODES"The exit code returned by.B mkfs.minixis one of the following:.IP 0No errors.IP 8Operational error.IP 16Usage or syntax error.SH "SEE ALSO".BR mkfs (8),.BR fsck (8),.BR reboot (8)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -