mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
When SCSI device is becoming ready, wait more, as tapes can take a long time to become ready.
This commit is contained in:
@@ -103,7 +103,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
|||||||
}
|
}
|
||||||
else if(decSense.Value.ASC == 0x04 && decSense.Value.ASCQ == 0x01)
|
else if(decSense.Value.ASC == 0x04 && decSense.Value.ASCQ == 0x01)
|
||||||
{
|
{
|
||||||
int leftRetries = 10;
|
int leftRetries = 50;
|
||||||
while(leftRetries > 0)
|
while(leftRetries > 0)
|
||||||
{
|
{
|
||||||
PulseProgress?.Invoke("Waiting for drive to become ready");
|
PulseProgress?.Invoke("Waiting for drive to become ready");
|
||||||
|
|||||||
Reference in New Issue
Block a user