~ubuntu-branches/ubuntu/wily/sg3-utils/wily

« back to all changes in this revision

Viewing changes to doc/sg_scan.8.win32

  • Committer: Package Import Robot
  • Author(s): Ritesh Raj Sarraf
  • Date: 2013-06-23 16:08:01 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20130623160801-7rt7zb2dwk0ba7ut
Tags: 1.36-1
* [69e9dac] Imported Upstream version 1.36
* [cb75936] Add debian compat, level 7
* [68fed25] update README.source
* [3c724fc] Add build-dep autotools-dev
* [e4b9fdd] add destdir to install path
* [7cfff11] Simplify build with debhelper
* [f9a7540] Update symbols for 1.36 release
* [7b0b48d] Enable hardening build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH SG_SCAN "8" "February 2010" "sg3_utils\-1.29" SG3_UTILS
 
1
.TH SG_SCAN "8" "December 2012" "sg3_utils\-1.35" SG3_UTILS
2
2
.SH NAME
3
3
sg_scan \- scan storage devices and map to volume names
4
4
.SH SYNOPSIS
28
28
Some storage devices have a SCSI lower level device name which starts
29
29
with a SCSI (pseudo) adapter name of the form "SCSI<n>:". To this is added
30
30
sub\-addressing in the form of a "bus" number, a "target" identifier and
31
 
a "lun" (logical unit number). The "bus" number is also known as a "PathId".
 
31
a LUN (Logical Unit Number). The "bus" number is also known as a "PathId".
32
32
These components are combined by the utility to make a device name of the
33
33
form: "SCSI<n>:<bus>,<target>,<lun>". This utility allows the
34
 
trailing ",<lun>" to be omitted in which case a lun of zero is assumed. This
 
34
trailing ",<lun>" to be omitted in which case a LUN of zero is assumed. This
35
35
lower level device name cannot often be used directly since Windows blocks
36
36
attempts to use it if a class driver has "claimed" the device. There are
37
37
SCSI device types (e.g. Automation/Drive interface type) for which there is
122
122
.br
123
123
PD0     [C]     FUJITSU   MHY2160BH         0000  
124
124
.br
125
 
PD1     [DF]    WD        2500BEV External  1.05  WD-WXE90     
 
125
PD1     [DF]    WD        2500BEV External  1.05  WD\-WXE90     
126
126
.br
127
127
CDROM0  [E]     MATSHITA DVD/CDRW UJDA775  CB03
128
128
.PP
129
129
Now request bus types as well. BTW That is a SATA disk holding volume C:
130
130
and there is a "Sata" bus type.
131
131
.PP
132
 
  # sg_scan -b
 
132
  # sg_scan \-b
133
133
.br
134
134
PD0     [C]     <Ata  >  FUJITSU   MHY2160BH         0000  
135
135
.br
136
 
PD1     [DF]    <Usb  >  WD        2500BEV External  1.05  WD-WXE90
 
136
PD1     [DF]    <Usb  >  WD        2500BEV External  1.05  WD\-WXE90
137
137
.br
138
138
CDROM0  [E]     <Atapi>  MATSHITA DVD/CDRW UJDA775  CB03
139
139
.PP
140
140
Now request a SCSI adapter scan as well.
141
141
.PP
142
 
  # sg_scan -b -s
 
142
  # sg_scan \-b \-s
143
143
.br
144
144
PD0     [C]     <Ata  >  FUJITSU   MHY2160BH         0000  
145
145
.br
146
 
PD1     [DF]    <Usb  >  WD        2500BEV External  1.05  WD-WXE90     
 
146
PD1     [DF]    <Usb  >  WD        2500BEV External  1.05  WD\-WXE90     
147
147
.br
148
148
CDROM0  [E]     <Atapi>  MATSHITA DVD/CDRW UJDA775  CB03  
149
149
.br
159
159
.SH AUTHORS
160
160
Written by D. Gilbert
161
161
.SH COPYRIGHT
162
 
Copyright \(co 2006-2010 Douglas Gilbert
 
162
Copyright \(co 2006\-2012 Douglas Gilbert
163
163
.br
164
164
This software is distributed under a FreeBSD license. There is NO
165
165
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.