You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This generates with each partition set as an offset into the device of the entire drive, where as when doing only some partitions it works better to generate with the partition device.
I may have made no sense, so let me clarify with an example:
# original line
RW 461373440 FLAT "/dev/disk0" 12304892
# new line
RW 461373440 FLAT "/dev/disk0s4" 0
When accessing a disk that is mounted VirtualBox will say ERR_RESOURCE_BUSY, but writing it this way solves that.
The text was updated successfully, but these errors were encountered:
This generates with each partition set as an offset into the device of the entire drive, where as when doing only some partitions it works better to generate with the partition device.
I may have made no sense, so let me clarify with an example:
When accessing a disk that is mounted VirtualBox will say ERR_RESOURCE_BUSY, but writing it this way solves that.
The text was updated successfully, but these errors were encountered: