Am 09.11.2019 um 10:05 hat Liu Jaloo geschrieben: > block device for bash Bash Conditional Expressions > if -b > > ---------- Forwarded message --------- > From: Liu Jaloo <[email protected]> > Date: Sat, Nov 9, 2019 at 4:46 PM > Subject: how to create a block devie? > To: <[email protected]> > > > i want to emulate a USB disk for install operation system, how to create a > block device using qemu-img to work with dd command.
You don't need to write an image to a block device on the host for emulating a USB disk in QEMU. Just use the image file directly. Kevin
