summaryrefslogtreecommitdiff
path: root/extras/floppy/create_floppy_devices.8
blob: 332110ab310f27c50eff424084479a08b72c4843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.TH CREATE_FLOPPY_DEVICES 8 "May 2007" "" "Linux Administrator's Manual"
.SH NAME
create_floppy_devices \- udev callout to create all possible floppy device
based on the CMOS type.
.SH SYNOPSIS
create_floppy_devices [options] device
.SH OPTIONS
.TP
\fB\-c\fR
Create nodes.
.TP
\fB\-u\fR
Unlink nodes.
.TP
\fB\-d\fR
Print nodes.
.TP
\fB\-m\fR <number>
Set major number.
.TP
\fB\-U\fR <owner>
Set user ownership.
.TP
\fB\-G\fR <owner>
Set group ownership.
.TP
\fB\-M\fR <mode>
Set device node mode.
.TP
\fB\-t\fR <number>
Set floppy type number.
.SH SEE ALSO
.BR udev (7)
.SH AUTHORS
Developed by Hannes Reinecke <hare@suse.de>.