I have a Linux from scratch LiveCD running on qemu vm. I'm using this command to create a hda disc for qemu:
qemu-img.exe create -f qcow2 base-linux.img 5G
Then I run my vm:
qemu.exe -m 1024 -boot d -cdrom lfslivecd-x86-6.3-r2145.iso -hda base-linux.img
After booting I try this command:
parted /dev/hda unit GB mkpartfs primary ext3 0 5
And it gives me the 'unrecoginised disc label error'.
I'm using parted 1.9.0 and have no ideas as to how to fix it.