Hello,
I'm pulling what's left of my hair out here. I created a Debian 12.7 LXC, Privileged, with NFS/CIFS/Nesting enabled. The firewall is disabled. I did an "apt install cockpit" followed by the usual plug-ins with the following commands:
This went well.
I created a directory "/share". I went through the GUI and created an SMB share for "/share" -- it worked perfectly. However, regardless of what I do for NFS I just can't get it to mount on either my laptop of Kodi.
However, for the life of me, I can't figure out why this won't work.
Any assistance would be greatly appreciated!
Thank-you!
I'm pulling what's left of my hair out here. I created a Debian 12.7 LXC, Privileged, with NFS/CIFS/Nesting enabled. The firewall is disabled. I did an "apt install cockpit" followed by the usual plug-ins with the following commands:
wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator_0.5.10-1focal_all.deb https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.3.7/cockpit-file-sharing_3.3.7-1focal_all.deb https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12/cockpit-identities_0.1.12-1focal_all.deb
apt install ./*.deb
This went well.
I created a directory "/share". I went through the GUI and created an SMB share for "/share" -- it worked perfectly. However, regardless of what I do for NFS I just can't get it to mount on either my laptop of Kodi.
root@fs01:~# cat /etc/exports.d/cockpit-file-sharing.exports
# managed by cockpit-file-sharing
# do not modify
"/share" 172.16.1.*(rw,sync,no_subtree_check)
root@fs01:~# exportfs
/share 172.16.1.*
However, for the life of me, I can't figure out why this won't work.
Any assistance would be greatly appreciated!
Thank-you!