Well this HowTo describes both cases OSMC as Client or Server.
Basically to access files from a Win10 you either can use UPNP (enable in Settings → Services) or you can use Samba/SMB which you would install via MyOSMC → AppStore
I asked the thread, but any idea off-hand why my MacBook can’t connect? I’m using NFS with nfs://192.168.1.163/mnt/mySharedDrive but it can’t connect for some reason.
Looks good, I am not 100% sure abut the right syntaxt for Kodi or the finder as gnerally for nfs per fstab you would have a : between the server name and the share. Maybe try to mount via command line to see if that works. sudo mkdir /mnt/mySharedDrive sudo mount -t nfs 192.168.1.163:/mnt/mySharedDrive /mnt/mySharedDrive
On attempting to mount the drive with sudo mkdir /mnt/mySharedDrive I get the error: mkdir: /mnt: No such file or directory
I’m not an OSX expert here, but is there something else possibly wrong on my end? OSX permissions per chance? Sorry, this turned into a whole new thing outside of the regular post, and I really appreciate the guidance and knowledge.