Skip to content

Commit

Permalink
clarify where virtio blk device is mounted to
Browse files Browse the repository at this point in the history
  • Loading branch information
erichchan999 committed Feb 7, 2024
1 parent 5ee7c12 commit d0d70d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/virtio_blk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This example consist of a guest linux client VM that talks virtIO with a backend

When you boot the example, you will see different coloured output for each guest. The block driver VM in red will boot first. When it is ready, the client VM in green will boot.

After the block client VM boots it will attempt to mount the virtIO block device `/dev/vda`. The block device contains an ext4 filesystem allowing us to test it using block benchmark programs like `postmark`, which has been included in `/root`.
After the block client VM boots it will attempt to mount the virtIO block device `/dev/vda` into `/mnt`. The block device contains an ext4 filesystem allowing us to test it using block benchmark programs like `postmark`, which has been included in `/root`.

Client VM requests to the virtIO block device will print out debugging messages.
```
Expand Down

0 comments on commit d0d70d4

Please sign in to comment.