Opened 10 years ago
Closed 10 years ago
#13420 closed defect (fixed)
BX_INFO string displays numbers of sectors as negative number
Reported by: | narmer | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.3.16 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | all |
Description
In the file ahci.c, line 731 and the file scsi.c, line 514, the BX_INFO debug line displays the number of sectors of the drive as a long. Because large drives (greater than 2.2TB for a drive with 512-byte sector size) now have more sectors than can be stored as a long, the number shows up as negative in the log file for these drives.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
priority: | major → trivial |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the report. These format specifies were fixed in the repository.
Note:
See TracTickets
for help on using tickets.
I'm sorry. This obviously isn't a major priority. Somehow I missed the field for the priority, and I don't see where I can downgrade it.