Re: NFS service issues at NAS startup
Posted: 30 May 2020, 17:41
Would you try to disable the NFS and enable it again? and let me know this work or not. thank you!
Bug Reports, Operation Guides, and Experience Sharing
https://forum.terra-master.com/en/
Code: Select all
/etc/init.d/nfs enablePlease refer to this post viewtopic.php?f=23&t=715, your issue does not happen to him, so I guess this is a comment issue, if you can provide more input, that will be appreciated, for example, what application you have installed on your tnas, and did you delete any app recently? what other settings you did on your tnas device? we are very interested to see how it happened, a remote session is ok for you?macmpi wrote: ↑26 Aug 2020, 21:19 I confirm the issue persist on 4.1.30
This is very frustrating after so long time report and incremental releases.
Indeed NAS service appears to be started as @michaels2408 mentioned but shares are not accessible to clients.
Only manual/Web Interface restart at each reboot fixes it: that's not what is expected from a NAS server.
Well, it seems people there have issues too.
Code: Select all
/etc/init.d/nfs enableCode: Select all
/etc/init.d/nfs disableCode: Select all
admin@mynas:~$ /etc/init.d/nfs status
nfsd is running
admin@mynas:~$ cat /etc/exports.tmp
"/mnt/md0/public" *(rw,sync,insecure,no_subtree_check,no_root_squash)
"/mnt/md0/Multimedia" *(ro,sync,insecure,no_subtree_check,no_root_squash)
admin@mynas:~$ cat /etc/exports
"/mnt/md0/public" *(rw,sync,insecure,no_subtree_check,no_root_squash)
"/mnt/md0/Multimedia" *(ro,sync,insecure,no_subtree_check,no_root_squash)
admin@mynas:~$ showmount -e
Export list for mynas:
/mnt/md0/Multimedia *
/mnt/md0/public (everyone)
Code: Select all
admin@mynas:~$ showmount -e
Export list for mynas:
/mnt/md0/Multimedia *
/mnt/md0/public *