chiark / gitweb /
create_floppy_devices: expand manpage
[elogind.git] / extras / floppy / create_floppy_devices.8
1 .TH CREATE_FLOPPY_DEVICES 8 "January 2009" "" "Linux Administrator's Manual"
2 .SH NAME
3 create_floppy_devices \- udev callout to create all possible floppy devices
4 based on the CMOS type.
5 .SH SYNOPSIS
6 create_floppy_devices [\fIoptions\fP] \fIdevice\fP
7 .SH OPTIONS
8 Note that no output will be produced unless the \fB-t\fP option is set.
9 .TP
10 .B -c
11 Create nodes.
12 .TP
13 .B -d
14 Print nodes to stdout.
15 .TP
16 .BI "-t " type
17 Set CMOS floppy type. Type numbers are based on the six floppy types specified
18 in the kernel's drivers/block/floppy.c, as follows.
19 .TS
20 lb lb
21 l l.
22 Type    Device
23 0       Unknown. (Produces no output.)
24 1       5 1/4" 360KB PC
25 2       5 1/4" HD AT
26 3       3 1/2" DD
27 4       3 1/2" HD
28 5       3 1/2" ED
29 6       Same as 5.
30 .TE
31 .TP
32 .BI "-m " number
33 Set major number.
34 .TP
35 .BI "-U " user
36 Set user ownership.
37 .TP
38 .BI "-G " group
39 Set group ownership.
40 .TP
41 .BI "-M " mode
42 Set device node mode.
43 .SH SEE ALSO
44 .BR udev (7)
45 .SH AUTHORS
46 Developed by Hannes Reinecke <hare@suse.de>.