Skip to content

Commit

Permalink
Update volumes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Sep 5, 2024
1 parent d59e46c commit 5eda7f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wiki/simple_vm/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,13 @@ sudo nano /etc/fstab

Add a line like:

Here is the revised example:

```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 5eda7f9

Please sign in to comment.