Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 1998 16:55:17 -0700 (PDT)
From:      Matthew Jacob <mjacob@feral.com>
To:        scsi@FreeBSD.ORG
Subject:   right return message for CAM sa driver?
Message-ID:  <Pine.LNX.4.02.9809071653400.3993-100000@feral-gw>

next in thread | raw e-mail | index | archive | help

A mt rewind on a device that's there but with no tape returns:

quarm.feral.com > root mt -f /dev/rsa0 rewind
mt: /dev/rsa0: rewind: Device not configured


Is that really the right errno we want?


quarm.feral.com > dmesg | tail -30
da1 at ahc0 bus 0 target 2 lun 0
da1: <CONNER CFP2107E  2.14GB 1527> Fixed Direct Access SCSI2 device 
da1: 20.0MB/s transfers (10.0MHz, offset 8, 16bit), Tagged Queueing
Enabled
da1: 2048MB (4194304 512 byte sectors: 255H 63S/T 261C)
da2 at ahc0 bus 0 target 3 lun 0
da2: <CONNER CFP2107E  2.14GB 1527> Fixed Direct Access SCSI2 device 
da2: 20.0MB/s transfers (10.0MHz, offset 8, 16bit), Tagged Queueing
Enabled
da2: 2048MB (4194304 512 byte sectors: 255H 63S/T 261C)
changing root device to da0s1a
ch0 at isp0 bus 0 target 6 lun 0
ch0: <EXABYTE EXB-210 3.08> Removable Changer SCSI2 device 
ch0: 3.300MB/s transfers
ch0: 11 slots, 2 drives, 1 picker, 0 portals
(da0:ahc0:0:1:0): tagged openings now 32
(da0:ahc0:0:1:0): tagged openings now 31
(sa0:isp0:0:4:0): REWIND. CDB: 1 0 0 0 0 0 
(sa0:isp0:0:4:0): NOT READY asc:3a,0
(sa0:isp0:0:4:0): Medium not present
(sa0:isp0:0:4:0): REWIND. CDB: 1 0 0 0 0 0 
(sa0:isp0:0:4:0): NOT READY asc:3a,0
(sa0:isp0:0:4:0): Medium not present
(sa0:isp0:0:4:0): REWIND. CDB: 1 0 0 0 0 0 
(sa0:isp0:0:4:0): NOT READY asc:3a,0
(sa0:isp0:0:4:0): Medium not present
(sa0:isp0:0:4:0): REWIND. CDB: 1 0 0 0 0 0 
(sa0:isp0:0:4:0): NOT READY asc:3a,0
(sa0:isp0:0:4:0): Medium not present
(sa0:isp0:0:4:0): REWIND. CDB: 1 0 0 0 0 0 
(sa0:isp0:0:4:0): NOT READY asc:3a,0
(sa0:isp0:0:4:0): Medium not present



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.02.9809071653400.3993-100000>