mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* commandline:
* DiscImageChef.Decoders/CD/PMA.cs: Correct prettify of PMA. * DiscImageChef/Commands/DumpMedia.cs: Correct exception on raw cd dumping not implemented. * DiscImageChef/Commands/MediaScan.cs: Scan more blocks.
This commit is contained in:
@@ -256,7 +256,7 @@ namespace DiscImageChef.Commands
|
||||
else if (Read)
|
||||
DicConsole.WriteLine("Using ATA READ command (CHS).");
|
||||
|
||||
byte blocksToRead = 64;
|
||||
byte blocksToRead = 254;
|
||||
bool error = true;
|
||||
while (lbaMode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user