Skip to content

Commit

Permalink
Merge pull request #21 from deNBI/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
dweinholz authored Sep 5, 2024
2 parents c32cf44 + f463df0 commit 2eafd91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wiki/simple_vm/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@ sudo nano /etc/fstab
Add a line like:

```shell
UUID=uuid_of_your_volume /vol/RENAME_ME auto defaults 0 2
UUID=uuid_of_your_volume /vol/RENAME_ME auto defaults,nofail 0 2
```
The `nofail` option prevents boot failure if the volume cannot be mounted.

Save and exit with ++ctrl+x++ and confirm when asked whether you want to save.
To mount the volume run:
Expand Down

0 comments on commit 2eafd91

Please sign in to comment.