OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / fdutils / original / man1 / makefloppies.1
1 .TH makefloppies 1 "02jun00" fdutils-5.4
2 .SH Name
3 MAKEFLOPPIES - Creates the default floppy device nodes.
4 '\" t
5 .de TQ
6 .br
7 .ns
8 .TP \\$1
9 ..
10
11 .tr \(is'
12 .tr \(if`
13 .tr \(pd"
14
15 .SH Note
16 This manpage has been automatically generated from fdutils's texinfo
17 documentation.  However, this process is only approximative, and some
18 items, such as crossreferences, footnotes and indices are lost in this
19 translation process.  Indeed, this items have no appropriate
20 representation in the manpage format.  Moreover, only the items specific
21 to each command have been translated, and the general information about
22 fdutils has been dropped in the manpage version.  Thus I strongly advise
23 you to use the original texinfo doc.
24 .TP
25 * \ \ 
26 To generate a printable copy from the texinfo doc, run the following
27 commands:
28  
29 .nf
30 .ft 3
31 .in +0.3i
32     ./configure; make dvi; dvips fdutils.dvi
33 .fi
34 .in -0.3i
35 .ft R
36 .lp
37  
38 \&\fR
39 .TP
40 * \ \ 
41 To generate a html copy,  run:
42  
43 .nf
44 .ft 3
45 .in +0.3i
46     ./configure; make html
47 .fi
48 .in -0.3i
49 .ft R
50 .lp
51  
52 \&\fRA premade html can be found at:
53 \&\fR\&\f(CW\(ifhttp://www.tux.org/pub/knaff/fdutils\(is\fR
54 .TP
55 * \ \ 
56 To generate an info copy (browsable using emacs' info mode), run:
57  
58 .nf
59 .ft 3
60 .in +0.3i
61     ./configure; make info
62 .fi
63 .in -0.3i
64 .ft R
65 .lp
66  
67 \&\fR
68 .PP
69 The texinfo doc looks most pretty when printed or as html.  Indeed, in
70 the info version certain examples are difficult to read due to the
71 quoting conventions used in info.
72 .SH Description
73 .PP
74  
75 .nf
76 .ft 3
77 .in +0.3i
78 \&\fR\&\f(CWMAKEFLOPPIES [\fR\&\f(CW-tlvng] [\fIdrives\fR\&\f(CW]
79 .fi
80 .in -0.3i
81 .ft R
82 .lp
83  
84 \&\fR
85 .PP
86 The \fR\&\f(CWMAKEFLOPPIES\fR shell script creates the new floppy block device
87 node.  It uses the floppycontrol program to translate the minor device
88 numbers into meaningful names. It also uses these names to decide
89 whether to create a given block device file or not, depending on the
90 type of the physical drive (for instance, for a 3 1/2 drive, the formats
91 corresponding to a 5 1/4 drive are not created).
92 .PP
93 If you have more than two floppy drives, you need to tell the kernel
94 the CMOS types of those additional drives using the
95 \&\fR\&\f(CWfloppy=\fR\fIdrive\fR\fR\&\f(CW,\fR\fItype\fR\fR\&\f(CW,cmos\fR lilo option.
96 .PP
97 If the \fIdrives \fR parameter is given, only the device nodes for the
98 listed drives are made. By default, all only the two first drives are
99 tried.
100 .PP
101 \&\fR\&\f(CWMAKEFLOPPIES\fR does not work if you redefine your default formats.
102 .PP
103 \&\fBCaution\fR:
104 \&\fR\&\f(CWMAKEFLOPPIES\fR removes already existing floppy device nodes.
105 .PP
106 .SH Options
107 .IP
108 .TP
109 \&\fR\&\f(CW-t\fR\ 
110 Use the old naming convention for 3 1/2 devices (e.g. \fR\&\f(CW\(iffd0H720\(is\fR
111 instead of \fR\&\f(CW\(iffd0u720\(is\fR).
112 .TP
113 \&\fR\&\f(CW-m\fR\ 
114 Base the name for the created devices on the type of the media
115 (e.g. \fR\&\f(CW\(iffd0h720\(is\fR instead of \fR\&\f(CW\(iffd0u720\(is\fR).
116 .TP
117 \&\fR\&\f(CW-l\fR\ 
118 Local. Creates device nodes in the local directory, not /dev
119 .TP
120 \&\fR\&\f(CW-v\fR\ 
121 Verbose
122 .TP
123 \&\fR\&\f(CW-n\fR\ 
124 Dry run. (just report what would be done, do not do anything)
125 .TP
126 \&\fR\&\f(CW-g\fR\ 
127 Group.  Allow read/write access to floppy devices only for group
128 \&\fR\&\f(CW\(iffloppy\(is\fR
129 .PP
130 .SH Bugs
131 The Makefloppies script does not work on redefined "default" formats, If
132 you redefine default formats, you need to create the needed device nodes
133 manually.
134 .SH See Also
135 Fdutils' texinfo doc