From 5eda7f97182f997fe1b7ce3b113da80326168096 Mon Sep 17 00:00:00 2001 From: dweinholz Date: Thu, 5 Sep 2024 14:20:07 +0200 Subject: [PATCH 1/3] Update volumes.md --- wiki/simple_vm/volumes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wiki/simple_vm/volumes.md b/wiki/simple_vm/volumes.md index 2a9400a..926a28a 100644 --- a/wiki/simple_vm/volumes.md +++ b/wiki/simple_vm/volumes.md @@ -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: From d1d7a63dae30d631b07d601f4db098023c884a9c Mon Sep 17 00:00:00 2001 From: dweinholz Date: Thu, 5 Sep 2024 14:20:43 +0200 Subject: [PATCH 2/3] Update volumes.md --- wiki/simple_vm/volumes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/wiki/simple_vm/volumes.md b/wiki/simple_vm/volumes.md index 926a28a..a602616 100644 --- a/wiki/simple_vm/volumes.md +++ b/wiki/simple_vm/volumes.md @@ -175,7 +175,6 @@ sudo nano /etc/fstab Add a line like: -Here is the revised example: ```shell UUID=uuid_of_your_volume /vol/RENAME_ME auto defaults,nofail 0 2 From c9a47931fc5040860ada326ae9f113e684df4d04 Mon Sep 17 00:00:00 2001 From: dweinholz Date: Thu, 5 Sep 2024 14:21:06 +0200 Subject: [PATCH 3/3] Update volumes.md --- wiki/simple_vm/volumes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wiki/simple_vm/volumes.md b/wiki/simple_vm/volumes.md index a602616..b621a1f 100644 --- a/wiki/simple_vm/volumes.md +++ b/wiki/simple_vm/volumes.md @@ -175,12 +175,11 @@ sudo nano /etc/fstab Add a line like: - ```shell 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: