blob: 3df3958b121dac77667c4c9d1b4967af48d531b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Qemu fails on -fda /dev/fd0 when no medium is present
# qemu-system-x86_64 --version
QEMU emulator version 1.0 (qemu-kvm-1.0), Copyright (c) 2003-2008 Fabrice Bellard
# qemu-system-x86_64 -fda /dev/fd0
qemu-system-x86_64: -fda /dev/fd0: could not open disk image /dev/fd0: No such device or address
Starting with a medium (floppy disk) inserted, then removing or changing the medium works fine.
|