NLS
(Nick Sardelianos)
June 22, 2025, 6:23pm
1
NethServer Version: 8 latest
Module: mail
OK I want to add one more virtual disk to my NS8 server (which I suspect I can do myself, although any help welcome), but I want NS8 to actually utilize it and probably move my mailboxes there.
How could I do that?
mrmarkuz
(Markus Neuberger)
June 22, 2025, 8:43pm
2
You could install apps on the new disk, see Disk usage — NS8 documentation
As the mailboxes are stored in the dovecot-data volume the following could work but I didn’t test.
Well I digged Podman documentation and I found a recipe that should work for any rootless module, more or less.
I assume the disk where we want to store the module data has been already formatted, configured in /etc/fstab and mounted on /mnt/disk00
In general, after installation (creation) module instances are in a stopped state. They require an additional configuration step to start. In this state they still have not created the volumes where persistent data is stored.
In this case, it is po…
2 Likes