Penguin
Blame: mkfs.minix(8)
EditPageHistoryDiffInfoLikePages
Annotated edit history of mkfs.minix(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 MKFS.MINIX
2 !!!MKFS.MINIX
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 EXIT CODES
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 mkfs.minix - make a Linux MINIX filesystem
14 !!SYNOPSIS
15
16
17 __mkfs.minix [[ -c | -l filename ] [[ -n__ namelength __]
18 [[ -i__ inodecount __] [[ -v ]__ device __[[__
19 size-in-blocks __]__
20 !!DESCRIPTION
21
22
23 __mkfs.minix__ creates a Linux MINIX file-system on a
24 device (usually a disk partition).
25
26
27 The ''device'' is usually of the following
28 form:
29
30
31 /dev/hda[[1-8] (IDE disk 1)
32 /dev/hdb[[1-8] (IDE disk 2)
33 /dev/sda[[1-8] (SCSI disk 1)
34 /dev/sdb[[1-8] (SCSI disk 2)
35 The ''size-in-blocks'' parameter 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 than 65536 are allowed.
36 !!OPTIONS
37
38
39 __-c__
40
41
42 Check the device for bad blocks before creating the file
43 system. If any are found, the count is printed.
44
45
46 __-n__ ''namelength''
47
48
49 Specify the maximum length of filenames. Currently, the only
50 allowable values are 14 and 30. The default is 30. Note that
51 kernels older than 0.99p7 only accept namelength
52 14.
53
54
55 __-i__ ''inodecount''
56
57
58 Specify the number of inodes for the
59 filesystem.
60
61
62 __-l__ ''filename''
63
64
65 Read the bad blocks list from ''filename''. The file has
66 one bad block number per line. The count of bad blocks read
67 is printed.
68
69
70 __-v__
71
72
73 Make a Minix version 2 filesystem.
74 !!EXIT CODES
75
76
77 The exit code returned by __mkfs.minix__ is one of the
78 following:
79
80
81 0
82
83
84 No errors
85
86
87 8
88
89
90 Operational error
91
92
93 16
94
95
96 Usage or syntax error
97 !!SEE ALSO
98
99
100 mkfs(8), fsck(8),
101 reboot(8)
102 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.