(09-21-2022, 09:29 PM)Tim Curtis Wrote:(09-21-2022, 08:29 PM)didier573 Wrote:(09-21-2022, 06:31 PM)Tim Curtis Wrote: Are u clicking the dropdown list after the SCAN completes?
What do you think about that :
?
That service is not needed for NFS server.
Try the command below on the IP address of the pi running NFS server 192.168.1.18
Code:sudo showmount --exports --no-headers 192.168.1.18
# Example
pi@moode:~ $ sudo showmount --exports --no-headers 192.168.1.199
/media/VFAT128 192.168.1.0/24
Hello,
My NAS is 192.168.1.17 and the command returns :
pi@moodeNAS:~ $ sudo showmount --exports --no-headers 192.168.1.17
clnt_create: RPC: Program not registered
pi@moodeNAS:~ $
Same thing if I try this command on the endpoint side (always with the NAS IP)