I am wiping a drive with the following command:
It gave me this message shortly after:
Here's the dmesg log of the drive and behavior:
I think this may be a sign of a dying drive so I'll continue to look for further confirmation before closing this thread.
dd if=/dev/zero of=/dev/da0 status=progress
It gave me this message shortly after:
Code:
dd: /dev/da0: Input/output error transferred 45.001s, 990 kB/s
87445+0 records in
87444+0 records out
44771328 bytes transferred in 71.631520 secs (625023 bytes/sec)
Here's the dmesg log of the drive and behavior:
Code:
ugen6.3: <vendor 0x05e3 USB Storage> at usbus6 (disconnected)
umass0: at uhub4, port 1, addr 3 (disconnected)
umass0: detached
ugen6.3: <vendor 0x05e3 USB Storage> at usbus6
umass0 on uhub4
umass0: <vendor 0x05e3 USB Storage, class 0/0, rev 2.00/0.14, addr 3> on usbus6
umass0: SCSI over Bulk-Only; quirks = 0x408c
umass0:4:0: Attached to scbus4
da0 at umass-sim0 bus 0 scbus4 target 0 lun 0
da0: <HITACHI_ DK23FA-80 0014> Fixed Direct Access SCSI device
da0: 40.000MB/s transfers
da0: 76319MB (156301488 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
(da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 00 00 01 55 94 00 00 01 00
(da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error
(da0:umass-sim0:0:0:0): Retrying command, 3 more tries remain
(da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 00 00 01 55 94 00 00 01 00
(da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error
(da0:umass-sim0:0:0:0): Retrying command, 2 more tries remain
(da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 00 00 01 55 94 00 00 01 00
(da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error
(da0:umass-sim0:0:0:0): Retrying command, 1 more tries remain
(da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 00 00 01 55 94 00 00 01 00
(da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error
(da0:umass-sim0:0:0:0): Retrying command, 0 more tries remain
(da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 00 00 01 55 94 00 00 01 00
(da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error
(da0:umass-sim0:0:0:0): Error 5, Retries exhausted
(da0:umass-sim0:0:0:0): got CAM status 0x44
(da0:umass-sim0:0:0:0): fatal error, failed to attach to device
da0 at umass-sim0 bus 0 scbus4 target 0 lun 0
da0: <HITACHI_ DK23FA-80 0014> detached
g_access(961): provider da0 has error 6 set
g_access(961): provider da0 has error 6 set
g_access(961): provider da0 has error 6 set
(da0:umass-sim0:0:0:0): Periph destroyed
I think this may be a sign of a dying drive so I'll continue to look for further confirmation before closing this thread.