Skip to content

Commit

Permalink
Merge pull request #14 from deNBI/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
dweinholz authored Aug 15, 2024
2 parents a4b230c + 3435d7e commit 3f6ba43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/simple_vm/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ In the table from the example output, the device you look for would be vde.
Format the volume with a filesystem, e.g. `ext4` or `xfs`:

```shell
mkfs.ext4 /dev/vdx
sudo mkfs.ext4 /dev/vdx
```

## Mount a volume
Expand Down Expand Up @@ -169,7 +169,7 @@ lsblk -o NAME,SIZE,MOUNTPOINT,FSTYPE,TYPE | egrep -v "^loop"
If you don't need the volume you can unmount it with:

```shell
umount /dev/device_name
sudo umount /dev/device_name
```

### After a vm restart
Expand Down

0 comments on commit 3f6ba43

Please sign in to comment.