mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
docs: Fix the command order in the vfio-user docs
The test image file needs to be created before creating the filesystem on it. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
4d2a4e2805
commit
b075aada8c
@ -50,8 +50,8 @@ Create an NVMe controller listening on a vfio-user socket with a simple block de
|
||||
```sh
|
||||
sudo scripts/setup.sh
|
||||
rm ~/images/test-disk.raw
|
||||
mkfs.ext4 ~/images/test-disk.raw
|
||||
truncate ~/images/test-disk.raw -s 128M
|
||||
mkfs.ext4 ~/images/test-disk.raw
|
||||
sudo killall ./build/bin/nvmf_tgt
|
||||
sudo ./build/bin/nvmf_tgt -i 0 -e 0xFFFF -m 0x1 &
|
||||
sleep 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user