1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 08:26:52 +03:00
systemd/extras/floppy/create_floppy_devices.8

47 lines
930 B
Groff
Raw Normal View History

.TH CREATE_FLOPPY_DEVICES 8 "January 2009" "" "Linux Administrator's Manual"
2007-05-13 02:02:20 +04:00
.SH NAME
create_floppy_devices \- udev callout to create all possible floppy devices
2007-05-13 02:02:20 +04:00
based on the CMOS type.
.SH SYNOPSIS
create_floppy_devices [\fIoptions\fP] \fIdevice\fP
2007-05-13 02:02:20 +04:00
.SH OPTIONS
Note that no output will be produced unless the \fB-t\fP option is set.
2007-05-13 02:02:20 +04:00
.TP
.B -c
2007-05-13 02:02:20 +04:00
Create nodes.
.TP
.B -d
Print nodes to stdout.
.TP
.BI "-t " type
Set CMOS floppy type. Type numbers are based on the six floppy types specified
in the kernel's drivers/block/floppy.c, as follows.
.TS
lb lb
l l.
Type Device
0 Unknown. (Produces no output.)
1 5 1/4" 360KB PC
2 5 1/4" HD AT
3 3 1/2" DD
4 3 1/2" HD
5 3 1/2" ED
6 Same as 5.
.TE
.TP
.BI "-m " number
2007-05-13 02:02:20 +04:00
Set major number.
.TP
.BI "-U " user
2007-05-13 02:02:20 +04:00
Set user ownership.
.TP
.BI "-G " group
2007-05-13 02:02:20 +04:00
Set group ownership.
.TP
.BI "-M " mode
2007-05-13 02:02:20 +04:00
Set device node mode.
.SH SEE ALSO
.BR udev (7)
.SH AUTHORS
Developed by Hannes Reinecke <hare@suse.de>.