OSDN Git Service

util-linux: update original to 2.34
[linuxjm/jm.git] / manual / util-linux / obsolete / man8 / setfdprm.8
1 .\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu)
2 .\" May be distributed under the GNU General Public License
3 .\"
4 .\" Japanese Version Copyright (c) 1997 NAKANO Takeo all rights reserved.
5 .\" Translated Mon Mar 16 1998 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
6 .\"
7 .TH SETFDPRM 8 "20 November 1993" "Linux 0.99" "Linux Programmer's Manual"
8 .\"O .SH NAME
9 .\"O setfdprm \- sets user-provided floppy disk parameters
10 .SH 名前
11 setfdprm \- フロッピーディスクの定義可能なパラメータを設定する
12 .\"O .SH SYNOPSIS
13 .SH 書式
14 .B "setfdprm [ \-p ]"
15 device name
16 .br
17 .B "setfdprm [ \-p ]"
18 device size sectors heads tracks stretch gap rate spec1 fmt_gap
19 .br
20 .B "setfdprm [ \-c ]"
21 device
22 .br
23 .B "setfdprm [ \-y ]"
24 device
25 .br
26 .B "setfdprm [ \-n ]"
27 device
28 .\"O .SH DESCRIPTION
29 .SH 説明
30 .\"O .B setfdprm
31 .\"O is a utility that can be used to load disk parameters into the
32 .\"O auto-detecting floppy devices, to clear old parameter sets and to disable
33 .\"O or enable diagnostic messages.
34 .B setfdprm
35 は自動検知タイプのフロッピーデバイスにディスクのパラメーターをロードす
36 るユーティリティである。古いパラメーターセットをクリアしたり、診断メッ
37 セージを有効/無効にすることもできる。
38
39 .\"O Without any options,
40 .\"O .B setfdprm
41 .\"O loads the
42 .\"O .I device
43 .\"O (usually
44 .\"O .I /dev/fd0
45 .\"O or
46 .\"O .IR /dev/fd1 )
47 .\"O with a new parameter set with the
48 .\"O .I name
49 .\"O entry found in
50 .\"O .I /etc/fdprm
51 .\"O (usually named 360/360, etc.).  These parameters stay in effect until the
52 .\"O media is changed.
53 オプションなしで起動された場合、
54 .B setfdprm
55
56 .I device
57 (通常は \fI/dev/fd0\fP か \fI/dev/fd1\fP) に新たなパラメーターセットを
58 ロードする。
59 パラメーターセットは
60 .I /etc/fdprm
61 ファイル中にあるエントリ
62 .I name
63 で指定する (通常は 360/360 のような名前が付いている)。
64 これらのパラメーターはメディアが交換されるまで有効となる。
65
66 .\"O .OPTIONS
67 .SH オプション
68 .TP
69 .BI \-p " device name"
70 .\"O Permanently loads a new parameter set for the specified auto-configuring
71 .\"O floppy device for the configuration with
72 .\"O .I name
73 .\"O in
74 .\"O .IR /etc/fdprm .
75 .\"O Alternatively, the parameters can be given directly from the command line.
76 自動判別型のフロッピーデバイスに
77 .I /etc/fdprm
78 中の
79 .I name
80 によるパラメーターセットをロードし、以後これを有効にする。
81 .TP
82 .BI \-c " device"
83 .\"O Clears the parameter set of the specified auto-configuring floppy device.
84 指定された自動判別型フロッピーデバイスのパラメーターセットをクリアする。
85 .TP
86 .BI \-y " device"
87 .\"O Enables format detection messages for the specified auto-configuring floppy
88 .\"O device.
89 指定された自動判別型フロッピーデバイスのフォーマット検知メッセージを有
90 効にする。
91 .TP
92 .BI \-n " device"
93 .\"O Disables format detection messages for the specified auto-configuring
94 .\"O floppy device.
95 指定された自動判別型フロッピーデバイスのフォーマット検知メッセージを無
96 効にする。
97 .\"O .SH BUGS
98 .SH バグ
99 .\"O This documentation is grossly incomplete.
100 このドキュメントがはなはだしく不完全である。
101 .\"O .SH FILES
102 .SH ファイル
103 .I /etc/fdprm
104 .\"O .SH AUTHOR
105 .SH 著者
106 Werner Almesberger (almesber@nessie.cs.id.ethz.ch)
107