~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to disk-utils/mkfs.minix.8

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" Copyright 1992, 1993, 1994 Rickard E. Faith (faith@cs.unc.edu)
2
2
.\" May be freely distributed.
3
 
.TH MKFS.MINIX 8 "2 July 1996" "Util-linux 2.6" "Linux System Administrator's Manual"
 
3
.TH MKFS.MINIX 8 "June 2011" "util-linux" "System Administration"
4
4
.SH NAME
5
 
mkfs.minix \- make a Linux MINIX filesystem
 
5
mkfs.minix \- make a Minix filesystem
6
6
.SH SYNOPSIS
7
7
.B mkfs.minix
8
8
.RB [ \-c | \-l
16
16
.RI [ size-in-blocks ]
17
17
.SH DESCRIPTION
18
18
.B mkfs.minix
19
 
creates a Linux MINIX file-system on a device (usually a disk partition).
 
19
creates a Linux MINIX filesystem on a device (usually a disk partition).
20
20
 
21
21
The
22
22
.I device
41
41
.SH OPTIONS
42
42
.TP
43
43
.B \-c
44
 
Check the device for bad blocks before creating the file system.  If any
 
44
Check the device for bad blocks before creating the filesystem.  If any
45
45
are found, the count is printed.
46
46
.TP
47
47
.BI \-n " namelength"
48
48
Specify the maximum length of filenames.
49
49
Currently, the only allowable values are 14 and 30.
50
 
The default is 30. Note that kernels older than 0.99p7
 
50
The default is 30.  Note that kernels older than 0.99p7
51
51
only accept namelength 14.
52
52
.TP
53
53
.BI \-i " inodecount"
54
54
Specify the number of inodes for the filesystem.
55
55
.TP
56
56
.BI \-l " filename"
57
 
Read the bad blocks list from
 
57
Read the list of bad blocks from
58
58
.IR filename .
59
 
The file has one bad block number per line.  The count of bad blocks read
 
59
The file has one bad-block number per line.  The count of bad blocks read
60
60
is printed.
61
61
.TP
62
 
.B \-v
 
62
.B \-1
 
63
Make a Minix version 1 filesystem.
 
64
.TP
 
65
.BR \-2 , " \-v"
63
66
Make a Minix version 2 filesystem.
 
67
.TP
 
68
.B \-3
 
69
Make a Minix version 3 filesystem.
64
70
.SH "EXIT CODES"
65
71
The exit code returned by
66
72
.B mkfs.minix