Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
VirtualBox
Description
Tested on 0.4.15-dev-1664-g6a4c6ea5d0:
- "VBOX HAR DDISK" with space in friendly name
The reason for this – UniATA tries to simulate SCSI on top of IDE. It just takes IDE identification string and converts it to SCSI identification string without additional processing.
It is possible to implement additional processing for the vendor part of identification string to avoid this problem.
Old tests:
Tested on 0.4.15-dev-1440-ge64984cabb:
- "VBOX HAR DDISK" with space in friendly name
- "VBOX____CD-ROM" with underscores in hardware IDs
- "____1" serial number is truncated (but not sure, since I compare SCSI vs. IDE)
- It seems XP has more underscores (but again, it might be SCSI vs. IDE)
Attachments
Issue Links
- is blocked by
-
CORE-17396 Disk and CD-ROM friendly names are not correctly whitespace-trimmed
- Resolved