Penguin
Annotated edit history of setfdprm(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 setfdprm
2 !!!setfdprm
3 Name
4 Note
5 Description
6 Options
7 Bugs
8 See Also
9 ----
10 !!Name
11
12
13 setfdprm - sets user-provided floppy disk parameters
14 !!Note
15
16
17 This manpage has been automatically generated from fdutils's
18 texinfo documentation. However, this process is only
19 approximative, and some items, such as crossreferences,
20 footnotes and indices are lost in this translation process.
21 Indeed, these items have no appropriate representation in
22 the manpage format. Moreover, only the items specific to
23 each command have been translated, and the general
24 information about fdutils has been dropped in the manpage
25 version. Thus I strongly advise you to use the original
26 texinfo doc.
27
28
29 *
30
31
32 To generate a printable copy from the texinfo doc, run the
33 following commands:
34
35
36 __ ./configure; make dvi; dvips fdutils.dvi
37 __
38
39
40 *
41
42
43 To generate a html copy, run:
44
45
46 __ ./configure; make html
47 __A premade html can be found at: `http://www.tux.org/pub/knaff/fdutils'
48
49
50 *
51
52
53 To generate an info copy (browsable using emacs' info mode),
54 run:
55
56
57 __ ./configure; make info
58 __
59
60
61 The texinfo doc looks most pretty when printed or as html.
62 Indeed, in the info version certain examples are difficult
63 to read due to the quoting conventions used in
64 info.
65 !!Description
66
67
68 setfdprm [[-p] ''device media-description''
69 setfdprm [[-c | -y | -n] ''device''
70
71
72 setfdprm is a utility that can be used to load disk
73 parameters into the auto-detecting floppy devices and
74
75
76 Without any options, setfdprm loads the
77 ''device'' (for example `/dev/fd0' or
78 `/dev/fd1') with a new parameter set with the
79 ''name'' entry found in `/etc/fdprm' (usually
80 named 360/360, etc.). For autodetecting floppy devices,
81 these parameters stay in effect until the media is changed.
82 For
83
84
85 Setfdprm can also be used by the superuser to
86 redefine the default formats.
87 !!Options
88
89
90 -p ''device name''
91
92
93 Permanently loads a new parameter set for the specified
94 auto-configuring floppy device for the configuration with
95 ''name'' in `/etc/fdprm'. Alternatively, the
96 parameters can be given directly from the command
97 line.
98
99
100 -c ''device''
101
102
103 Clears the parameter set of the specified auto-configuring
104 floppy device.
105
106
107 -y ''device''
108
109
110 Enables format detection messages for the specified
111 auto-configuring floppy device.
112
113
114 -n ''device''
115
116
117 Disables format detection messages for the specified
118 auto-configuring floppy device.
119 !!Bugs
120
121
122 This documentation is grossly incomplete.
123 !!See Also
124
125
126 Fdutils' texinfo doc
127 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.