Replies: 1 comment
-
I tried manually adding dummy entry to
And then I executed
However, installation of the sharerootfs plugin fails:
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The solution mention in discussions/175 suggests adding a new block device, so it's detected by OMV itself - no bind mounts.
The other solution to make OMV be able to create Shared Folders, would be to use the sharerootfs plugin - however, this plugin depends on fstab entries. Unfortunately, in the LXC it's empty:
If we could only somehow make it that the LXC container add a the
/
entry there, maybe the whole thing would work with bind mounts.Anybody got idea how to make this work?
Beta Was this translation helpful? Give feedback.
All reactions