Complete
Details
Details
Assignee
Vladimir Vinogradenko
Vladimir VinogradenkoReporter
Edwin Klein Mentink
Edwin Klein MentinkLabels
Impact
Medium
Components
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created September 23, 2020 at 11:01 PM
Updated July 1, 2022 at 4:54 PM
Resolved October 20, 2020 at 2:01 PM
FreeNAS-11.3-U4.1
steps to reproduce:
create a working NFS share, in my case: /mnt/tank/bin
client can mount the share: mount -t nfs nas:/mnt/tank/bin /mnt/temp
umount /mnt/temp
change the share: to "/mnt/tank/bin/" -> notice the trailing slash
mount again: mount -t nfs nas:/mnt/tank/bin /mnt/temp
error: "mount.nfs: Protocol not supported"
restore the share by removing the trailing slash
share is still broken
on the services page restart NFS -> share is still broken
How to fix without rebooting the server? (not tested)
Creating new share's seem to work. But i did not manage to repair the "bin" share.