February 1, 20233 yr Is there a built in way to programmatically watch, append, pause, or otherwise be notified when the /etc/exports file is dynamically generated? I have 3 custom exports which presently need to be manually added into the exports file and reloaded. It seems like mundane actions cause the recreation of the /etc/exports file from the information found within individual share settings.
February 1, 20233 yr Solution Would it help if you managed your custom exports under /etc/exports.d/ instead? That way no conflict with whatever unraid might be managing in /etc/exports
February 1, 20233 yr Author That indeed is the solution. Thanks! I had to make a custom.exports file in /boot/config, use the go-file to copy into /etc/exports.d/ and it seems to be working!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.