v19 NFS seems broken on 19.3 Android
#16
Weird.. Try insecure_locks instead of insecure . It used to work for older Synology NASes.
Ubuntu 20.04 already did some funny stuff to me, perhaps 21.04 is no different. Hence me staying at 18.04.
Reply
#17
Have you seen & followed the Ubuntu 20.04 (and on) notes on the Kodi Wiki - down the bottom of:
https://kodi.wiki/view/NFS#NFS_sharing_from_Linux
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a *full debug log*.
Reply
#18
this is what I use on ubuntu 20.04, make sure to adjust the user and group ids:
Code:
/media/sda1/Movies    192.168.0.100(rw,no_subtree_check,insecure,async,all_squash,anonuid=10001,anongid=10000,pnfs)
/media/sda1/TV    192.168.0.100(rw,no_subtree_check,insecure,async,all_squash,anonuid=10001,anongid=10000,pnfs)
/media/sda1/Music    192.168.0.100(rw,no_subtree_check,insecure,async,all_squash,anonuid=10001,anongid=10000,pnfs)
Reply
#19
https://paste.kodi.tv/eyiwabekob.kodi
on windows doesn't works
firestick, the same
Reply
#20
Try to clean server IP from "percorso remoto" and keep empty, maybe helps.
Reply
#21
sorry i don't understand
Reply
#22
@pcristi Please stick to English, I don't think everyone knows that your suggestion means "remote path". On top of that, I have no clue what that might refer to in this NFS boogaloo.
Reply
#23
(2021-12-15, 15:24)pcristi Wrote: Try to clean server IP from "percorso remoto" and keep empty, maybe helps.

Works, i don't understand why, but works.

But i have tried without, and doesn't works

Now works in firestick, is very strange

Percorso Remoto is Remote Path in english language

Anyway my bad, because i posted italian screenshot.

Image
Reply
#24
Remote path is the path on the server.

So when manuall adding a NFS URL for example nfs://192.168.1.1/media/movies then it is splt as

Protocol: NFS
Server: 192.168.1.1
Remote path: media/movies
Reply
#25
(2021-12-16, 18:03)jjd-uk Wrote: Remote path: media/movies

I'd always use the full path: /media/movies (including the root slash)
Reply
#26
Maybe NFS is slightly different in that regard as it's mostly SMB I use and that doesn't require the root slash.
Reply

Logout Mark Read Team Forum Stats Members Help
NFS seems broken on 19.3 Android0