Created
February 9, 2025 21:42
-
-
Save florianbussmann/c0358f5ef40dbd7941d2e2b9a0d91fb9 to your computer and use it in GitHub Desktop.
NFS Share in LXC container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Service] | |
Group=users |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mp0: /mnt/DSM/books,mp=/opt/calibre-web/books | |
lxc.idmap: u 0 1000 1 | |
lxc.idmap: u 1 100000 1 | |
lxc.idmap: g 0 100000 20 | |
lxc.idmap: g 100 65540 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root:100000:65536 | |
root:1000:1 | |
root:65540:1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root:100000:65536 | |
root:1000:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment