I’m new to this forum and just started using OSMC
I’m trying to setup my nfs shares from windows 10 to RPi and followed all your steps.
I have several shares and most of them are mounting ok following instructions of this post
My fstab files is like this
However, two of the shares (muscia and TvSeries) are not acessible when connecting to Rpi through ssh. I get this erro when trying do cd into them:
osmc@osmc:/mnt/addons$ cd /mnt/musica
-bash: cd: /mnt/musica: No such device
I believe I followed the exact steps for these shares as for all the rest of them but the fact is that they are not also accessible when trying to add them as sources into OSMC.
I’ve checked all permissions and everything seems to be ok.
Concerning logs I’m not sure how to to get them…
Could you please point me some document where I can learn?
I don’t know about Hanewin logs, you would need to check Hanewin documentation.
On OSMC you can check sudo journalctl -f and then remount and check if any errors pop up.
2020-05-14 17:00:51 mountd started on 1058
2020-05-14 17:00:51 nfsd started on 2049, 4 udp threads
When I try to run sudo journalctl -f I get this
– Logs begin at Thu 2016-11-03 17:16:43 WET. –
May 14 16:59:27 osmc sudo[1775]: pam_unix(sudo:session): session opened for user root by osmc(uid=0)
May 14 16:59:27 osmc sudo[1775]: pam_unix(sudo:session): session closed for user root
May 14 16:59:37 osmc sudo[1786]: osmc : TTY=pts/0 ; PWD=/home/osmc ; USER=root ; COMMAND=/bin/mount -a
May 14 16:59:37 osmc sudo[1786]: pam_unix(sudo:session): session opened for user root by osmc(uid=0)
May 14 16:59:37 osmc sudo[1786]: pam_unix(sudo:session): session closed for user root
May 14 16:59:41 osmc sudo[1789]: osmc : TTY=pts/0 ; PWD=/home/osmc ; USER=root ; COMMAND=/bin/journalctl -f
May 14 16:59:41 osmc sudo[1789]: pam_unix(sudo:session): session opened for user root by osmc(uid=0)
May 14 17:00:05 osmc sudo[1789]: pam_unix(sudo:session): session closed for user root
May 14 17:03:43 osmc sudo[1883]: osmc : TTY=pts/0 ; PWD=/home/osmc ; USER=root ; COMMAND=/bin/journalctl -f
May 14 17:03:43 osmc sudo[1883]: pam_unix(sudo:session): session opened for user root by osmc(uid=0)
I believe it had something to do with a mismatch in shares and folder names.
I intended to share my whole music library from windows but the folder ir referred to was named mp3 and I had a share in NFS server with the same and also one named musica.
That was causing some kind of confusion withi NFS server.
So I cleaned all shares, redid them and them it worked