So I have a nas “Mattsnas” with the share folder, literally called “share” and then “movies” and “tv series” inside this. \mattsnas\share\movies etc
So when I use-
/mnt/server1/share1 IP of server1:/path/to/share1
is the first share 1 what you want to call it or what it’s actually called? Or is this “share” (in my case, so you can then go inside kodi and separately configure movies folder and tv series folder for the particular content?) And why are you entering the path twice?
Or do I somehow add both of these shared folders - does anything then need to be configured inside kodi? It’s always so complicated.
I have NFS turned on in the NAS settings.
And how do I enter the username and password for the nas?
All of these are just examples how I structure it for myself and especially the structure using a separation by server is just my own choice.
I am not “entering” the path twice but you have to name the destination (where in the OSMC Filesystem should it be mounted) and name the Source (which source to mount).
Post the output of showmount -e followed by the IP of Mattsnas and post the output here and we should be able to advice the correct autofs config.
Well that doesn’t look good. If you are sure that 192.168.1.2 is the IP Address of Mattsnas then it doesn’t have any NFS exports. Are you sure you correctly configured NFS exports on the NAS or maybe only SMB ones?
is it not showing anything because the osmc box hasn’t logged into it yet? I’m sure of the ip and I already use it as a network drive in windows for backing everything up. NFS is defintely turned on or allowed in the nas. Synology 220+.
Actually, I just found out I need another step, standby…
No, showmount shows NFS mount that are “exported” and for most NFS solutions there is no “logging in” as the authentication is just done on IP Address base not user/password.
Well using autofs to mount the SMB shares should be giving you enough bandwidth as long as you have an acceptable network speed. Surely NFS is more native and more performant but unless you know what you do it is additional work.
well I can’t even browse the nas from within kodi (browsing smb to select a media folder), let alone use autofs with smb.
Vero set to smb min/max “none/smb3”, nas set to min/max “smb2/smb3”.
Cant even see the nas server when browsing with smb (the laptop can see it fine, even have mapped network drives etc). When browsing through NFS can at least see the server, 192.168.1.2, and the share, but no sub folders where the material is.
This has to be the most clunky part of kodi. How can file sharing within your own network be so hard??