Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Loss off network shares on 8.2
#27
(09-21-2022, 12:01 PM)didier573 Wrote:
(09-21-2022, 10:34 AM)Tim Curtis Wrote: From the SCAN button ( i ) help

Code:
NOTE: For NFS the scanner only scans for NFSv4 hosts (port 2049 open).

If your NAS is running < v4 NFS the SCAN won't find it. Also the NAS has to be on the same subnet as the host(s).

Thank you TIm for your answer but not sure to understand in details.

My NAS is composed by a raspberry Pi4 running moOde and with a SSD attached via USB => soes it mean that it runs < v4 NFS ?
The NAS and my endpoint (another rasp with moode) are connected in WiFi ti the same router => I guess that they are on the same subnet, right ?

Yes NFS server on the Pi would be v4 and since both host and server are on same subnet I would expect the SCAN to find the NFS export.

Post the following command output (on the pi running NFS server) to see if the configuration is correct.

Code:
# Commands

moodeutl -l | grep NFS
cat /etc/exports
ls /media
ls -l /srv


# Example from my system that has attached USB drive and is running NFS server

pi@trx:~ $ moodeutl -l | grep NFS
20220920 155444 worker: NFS file sharing (On)

pi@trx:~ $ cat /etc/exports
# /etc/exports: the access control list for filesystems which may be exported
#               to NFS clients.  See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes       hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
#
# Example for NFSv4:
# /srv/nfs4        gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)
#
/srv/nfs/VFAT128        192.168.1.0/24(rw,sync,no_subtree_check,no_root_squash)

pi@trx:~ $ ls /media
VFAT128

pi@trx:~ $ ls -l /srv
total 0
lrwxrwxrwx 1 root root 6 Sep 16 19:18 nfs -> /media
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
Loss off network shares on 8.2 - by evanbutson - 09-18-2022, 11:12 PM
RE: Loss off network shares on 8.2 - by Falco - 09-19-2022, 02:13 PM
RE: Loss off network shares on 8.2 - by Falco - 09-19-2022, 02:53 PM
RE: Loss off network shares on 8.2 - by R2ots - 09-20-2022, 09:53 AM
RE: Loss off network shares on 8.2 - by R2ots - 09-20-2022, 07:14 PM
RE: Loss off network shares on 8.2 - by yannig - 09-20-2022, 03:19 PM
RE: Loss off network shares on 8.2 - by yannig - 09-20-2022, 04:15 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-20-2022, 06:25 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 06:20 AM
RE: Loss off network shares on 8.2 - by Falco - 09-22-2022, 09:43 AM
RE: Loss off network shares on 8.2 - by didier573 - 09-22-2022, 04:29 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 12:01 PM
RE: Loss off network shares on 8.2 - by Tim Curtis - 09-21-2022, 01:11 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 03:42 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 12:31 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 04:10 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 04:48 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 07:15 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-21-2022, 08:29 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-22-2022, 06:06 AM
RE: Loss off network shares on 8.2 - by didier573 - 09-22-2022, 06:15 AM
RE: Loss off network shares on 8.2 - by didier573 - 09-22-2022, 04:35 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-22-2022, 06:38 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-22-2022, 08:38 PM
RE: Loss off network shares on 8.2 - by didier573 - 09-23-2022, 06:10 AM
RE: Loss off network shares on 8.2 - by Falco - 09-23-2022, 07:37 AM
RE: Loss off network shares on 8.2 - by Nutul - 09-23-2022, 10:34 AM
RE: Loss off network shares on 8.2 - by rph-r - 10-30-2022, 08:26 PM
RE: Loss off network shares on 8.2 - by rph-r - 10-30-2022, 10:03 PM
RE: Loss off network shares on 8.2 - by rph-r - 10-31-2022, 09:19 AM
RE: Loss off network shares on 8.2 - by rph-r - 10-31-2022, 07:51 PM
RE: Loss off network shares on 8.2 - by rph-r - 10-31-2022, 09:14 PM
RE: Loss off network shares on 8.2 - by rph-r - 10-31-2022, 09:36 PM
RE: Loss off network shares on 8.2 - by rph-r - 11-01-2022, 11:06 PM
RE: Loss off network shares on 8.2 - by Sehnsucht - 11-01-2022, 09:06 PM
RE: Loss off network shares on 8.2 - by rph-r - 11-02-2022, 11:56 AM
RE: Loss off network shares on 8.2 - by DRONE7 - 11-02-2022, 06:57 AM
RE: Loss off network shares on 8.2 - by rph-r - 11-02-2022, 12:09 PM
RE: Loss off network shares on 8.2 - by rph-r - 11-02-2022, 05:26 PM
RE: Loss off network shares on 8.2 - by rph-r - 11-02-2022, 10:57 PM
RE: Loss off network shares on 8.2 - by rph-r - 11-05-2022, 10:50 AM
RE: Loss off network shares on 8.2 - by Sehnsucht - 11-11-2022, 01:05 PM
RE: Loss off network shares on 8.2 - by DRONE7 - 11-04-2022, 08:14 AM

Forum Jump: