Changes between Version 2 and Version 3 of Ticket #20155, comment 2
- Timestamp:
- Mar 6, 2021 8:44:47 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20155, comment 2
v2 v3 3 3 This error is returned by OS itself (VBoxManage just expects that everything will run smooth). 4 4 5 As message suggests, OS fails to read file at specific offset. Both, VBoxManage and qemu-img has to read through all img file . On the other hand, when you use img file in guest OS, qemu doesn't need to sweep through all image, it just reads some chunks on demand.5 As message suggests, OS fails to read file at specific offset. Both, VBoxManage and qemu-img has to read through all img file to create vdi file. On the other hand, when you use img file in guest OS, qemu doesn't need to sweep through all image, it just reads some chunks on demand. 6 6 7 7 So it is the problem either with your img file, or most likely with your underlying file system. Try to run check disk utility, there might be bad sectors.

