⚠ NFS management requires Linux. This server is running on
{{ request.environ.get('SERVER_SOFTWARE', 'non-Linux OS') }}.
Mount/unmount operations will work on the deployed Linux server.
{% endif %}
📡 Mounted Shares {% if mounts %} {{ mounts|length }} active {% endif %}
{% if mounts %}
{% for m in mounts %}
{{ m.fstype | upper }}
{% if m.total_gb %}
{% endif %}
{% endfor %}
{% else %}
{{ m.device }}
→ {{ m.mountpoint }}
{{ m.total_gb }} GB
Total
Total
{{ m.free_gb }} GB
Free
Free
{{ m.used_gb }} GB
Used
Used
No NFS shares currently mounted.