From 69f93961d0c23bd9e2f2b7da9c733d0fc38aa5d6 Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Wed, 25 Nov 2020 12:16:22 +0800 Subject: [PATCH] Add OMV fstab tip when transferring OS --- docs/helios64/install/transfer.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/helios64/install/transfer.md b/docs/helios64/install/transfer.md index c7b01e4..740762a 100644 --- a/docs/helios64/install/transfer.md +++ b/docs/helios64/install/transfer.md @@ -440,6 +440,13 @@ sudo poweroff Now you can resume back to the steps your were following. +### After rebooting + +Once you are done transferring the OS to new location and have restarted your system, OMV might not mount the drives you have configured previously because the *fstab* hasn't been regenerated properly. However, the mount configuration is still there in the OMV configuration files you have transferred. You will just need to regenerate the *fstab* file by using the following command. + +``` +sudo omv-salt deploy run fstab +``` ## References