~gandelman-a/ubuntu/oneiric/scsitools/mergeproposal

« back to all changes in this revision

Viewing changes to scsidev/scsidev.8

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2007-02-13 07:22:11 UTC
  • mfrom: (4.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20070213072211-fjci695c4cj8xg0a
Tags: 0.9-1.1
* Non-maintainer upload, with maintainer's agreement, to fix pending l10n issues.
* Debconf translations:
  - Portuguese. Closes: #381711

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
is a utility that is used to guarantee that the same device node can be used
62
62
for the same scsi device, no matter what other scsi devices are added or
63
63
removed from the scsi chain.  The need for this tool arose because device
64
 
numbers are assigned dynamicly at boot time, and if a new disk were added
 
64
numbers are assigned dynamically at boot time, and if a new disk were added
65
65
to the system (or if some disk didn't spin up), then fixed device nodes would
66
 
cause the wrong filesystems to be mounted, checked, etc.  This can also result
 
66
cause the wrong file systems to be mounted, checked, etc.  This can also result
67
67
in security holes, as some device nodes may have permissions that allow
68
68
general users access to the raw device, and if the mappings were to change,
69
69
users would be able to access different devices.
126
126
.TP
127
127
.I \-d
128
128
Sanitize by deletion. The .shadow. backup files will not be 
129
 
created, so you loose all non-default ownership/permissions that may 
 
129
created, so you lose all non-default ownership/permissions that may 
130
130
have been set.
131
131
.TP
132
132
.I \-n
161
161
.I \-r
162
162
.B scsidev
163
163
does first probe the generic and then -- if appropriate -- the other
164
 
highlevel devices (st, sd, sr). For removable devices (sd, sr, osst),
 
164
high level devices (st, sd, sr). For removable devices (sd, sr, osst),
165
165
this will fail, if no medium is inserted, so
166
166
.B scsidev
167
167
can not ensure, that the device actually corresponds to the one reported by
184
184
Instructs 
185
185
.B scsidev 
186
186
to use devfs like names, i.e. using the cbtu (controller, bus, target
187
 
unit) chraracters instead of hcil (host, channel, scsi Id, scsi Lun) to
 
187
unit) characters instead of hcil (host, channel, scsi Id, scsi Lun) to
188
188
build the device name.
189
189
.TP
190
190
.I \-o
285
285
example).
286
286
.TP
287
287
.I hostnum=
288
 
Specifies the unique number that each host adpater driver returns.
 
288
Specifies the unique number that each host adapter driver returns.
289
289
Generally this number is always 0 except for cases where the driver
290
290
supports more than one device of a given type on the system.
291
291
.TP