OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / fdutils / original / man1 / diskseekd.1
1 .TH diskseekd 1 "02jun00" fdutils-5.4
2 .SH Name
3 diskseek, diskseekd - disk seek daemon; simulates Messy Dos' drive cleaning effect
4 '\" t
5 .de TQ
6 .br
7 .ns
8 .TP \\$1
9 ..
10
11 .tr \(is'
12 .tr \(if`
13 .tr \(pd"
14
15 .SH Note
16 This manpage has been automatically generated from fdutils's texinfo
17 documentation.  However, this process is only approximative, and some
18 items, such as crossreferences, footnotes and indices are lost in this
19 translation process.  Indeed, this items have no appropriate
20 representation in the manpage format.  Moreover, only the items specific
21 to each command have been translated, and the general information about
22 fdutils has been dropped in the manpage version.  Thus I strongly advise
23 you to use the original texinfo doc.
24 .TP
25 * \ \ 
26 To generate a printable copy from the texinfo doc, run the following
27 commands:
28  
29 .nf
30 .ft 3
31 .in +0.3i
32     ./configure; make dvi; dvips fdutils.dvi
33 .fi
34 .in -0.3i
35 .ft R
36 .lp
37  
38 \&\fR
39 .TP
40 * \ \ 
41 To generate a html copy,  run:
42  
43 .nf
44 .ft 3
45 .in +0.3i
46     ./configure; make html
47 .fi
48 .in -0.3i
49 .ft R
50 .lp
51  
52 \&\fRA premade html can be found at:
53 \&\fR\&\f(CW\(ifhttp://www.tux.org/pub/knaff/fdutils\(is\fR
54 .TP
55 * \ \ 
56 To generate an info copy (browsable using emacs' info mode), run:
57  
58 .nf
59 .ft 3
60 .in +0.3i
61     ./configure; make info
62 .fi
63 .in -0.3i
64 .ft R
65 .lp
66  
67 \&\fR
68 .PP
69 The texinfo doc looks most pretty when printed or as html.  Indeed, in
70 the info version certain examples are difficult to read due to the
71 quoting conventions used in info.
72 .SH Description
73 .iX "p diskseekd"
74 .iX "c dust (shaking it off from a drive)"
75 .iX "c shaking off dust from a drive"
76 .PP
77 Several people have noticed that Linux has a bad tendency of killing
78 floppy drives. These failures remained completely mysterious, until
79 somebody noticed that they were due to huge layers of dust accumulating
80 in the floppy drives. This cannot happen under Messy Dos, because this
81 excuse for an operating system is so unstable that it crashes roughly
82 every 20 minutes (actually less if you are running Windows).  When
83 rebooting, the BIOS seeks the drive, and by doing this, it shakes the
84 dust out of the drive mechanism. \fR\&\f(CWdiskseekd\fR simulates this effect
85 by seeking the drive periodically.  If it is called as \fR\&\f(CWdiskseek\fR,
86 the drive is seeked only once.
87 .PP
88 .SH Options
89 .PP
90 The syntax for \fR\&\f(CWdiskseekd\fR is as follows:
91  
92 .nf
93 .ft 3
94 .in +0.3i
95 \&\fR\&\f(CWdiskseekd [\fR\&\f(CW-d \fIdrive\fR\&\f(CW] [\fR\&\f(CW-i \fIinterval\fR\&\f(CW] [\fR\&\f(CW-p \fIpidfile\fR\&\f(CW]
96 .fi
97 .in -0.3i
98 .ft R
99 .lp
100  
101 \&\fR
102 .TP
103 \&\fR\&\f(CW-d\ \fIdrive\fR\&\f(CW\fR\ 
104 Selects the drive to seek.  By default, drive 0 (\fR\&\f(CW\(if/dev/fd0\(is\fR) is seeked.
105 .TP
106 \&\fR\&\f(CW-i\ \fIinterval\fR\&\f(CW\fR\ 
107 Selects the cleaning interval, in seconds.  If the interval is 0, a
108 single seek is done. This is useful when calling diskseek from a
109 crontab.  The default is 1000 seconds (about 16 minutes) for
110 \&\fR\&\f(CWdiskseekd\fR and 0 for \fR\&\f(CWdiskseek\fR.
111 .TP
112 \&\fR\&\f(CW-p\ \fIpidfile\fR\&\f(CW\fR\ 
113 Stores the process id of the diskseekd daemon into \fIpidfile\fR instead
114 of the default \fR\&\f(CW\(if/var/run/diskseekd.pid\(is\fR.
115 .PP
116 .SH Bugs
117 .TP
118 1.\ 
119 Other aspects of Messy Dos' flakiness are not simulated.
120 .TP
121 2.\ 
122 This section lacks a few smileys.
123 .SH See Also
124 Fdutils' texinfo doc