Opened 12 years ago
Closed 11 years ago
#9657 closed bug (no change required)
DriveSetup can not format partition on QEMU qcow2 disk (hrev45480 gcc2h)
Reported by: | tidux | Owned by: | stippi |
---|---|---|---|
Priority: | high | Milestone: | R1/beta1 |
Component: | Applications/DriveSetup | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Steps to reproduce:
- Create 8GB qcow2 image with qemu-img
- Boot KVM with hrev45480 gcc2h anyboot as virtual CD and 8GB qcow2 as HDD
- Run DriveSetup, and initialize HDD with Intel or GUID Partition Map
- Create partition filling virtual drive
- Attempt to format as BeFS
This will pop up an alert saying "Could not write to disk: General system error."
I attempted to blank the MBR with dd to clear out whatever might have been causing the problem (dd if=/dev/zero of=/dev/disk/atapi/1/raw bs=512 count=1), but the return message from dd said that it wrote 0 bytes.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 11 years ago
Resolution: | → no change required |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This bug is no longer present on hrev45484 gcc2h. Please mark as closed.