-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes adapted from @erichelgeson pull request: BlueSCSI/BlueSCSI-v2#122 Changes from the above pull request - Correctly ID SCSI-1 drives - Don't reset bus - causes some drives to hang, no issues if skipped. - Fix logging of retry count - Fix image file opening as readable when never read from - Report how many unrecoverable bad sectors were found. - Print % complete in log. - InitiatorMaxRetry - default 5 - min 0 -> max 255 - Eject and continue scanning IDs that have CD's or Eject-able media. - Fix incorrect sense key parsing. Local Changes - Support for device with the removable flag - Support for Magneto-optical drives - writes as `MOx0_imaged(x).img` - Support for removable devices like zip drives and other devices. Writes as `RMx0_imaged(x).img` - Every time a removable media is inserted it the image filename increments the number between the "(x)" parenthesis e.g. `CD30_imaged(3).iso` - The ability to copy and paste `zuluscsi.ini` text from the log, including Vendor, Product, Version, and Type along with the SCSI device header `[SCSIx]`
- Loading branch information
Showing
4 changed files
with
155 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters