Add OMV fstab tip when transferring OS

This commit is contained in:
Gauthier Provost 2020-11-25 12:16:22 +08:00
parent ce99182cae
commit 69f93961d0

View File

@ -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