eversmannx 2 Posted June 12, 2019 Author Posted June 12, 2019 Okay, it is actually "Movies" with a capital M. not sure if you mistyped /nas instead of /nfs, i tried both anyways.. eversmannx@ThinkPad-T410:~$ sudo mount -t nfs -o rw,soft,intr //192.168.0.22:/nas/Movies /nas/moviesmount.nfs: Failed to resolve server //192.168.0.22: Name or service not known eversmannx@ThinkPad-T410:~$ sudo mount -t nfs -o rw,soft,intr //192.168.0.22:/nfs/Movies /nas/moviesmount.nfs: Failed to resolve server //192.168.0.22: Name or service not knowneversmannx@ThinkPad-T410:~$
sargenthp 32 Posted June 12, 2019 Posted June 12, 2019 Sorry my bad... It is nfs that it is exporting. And NFS doesn't use // in front of the server name. [emoji1751] sudo mount -t nfs -o rw,soft,intr 192.168.0.22:/nfs/Movies /nas/movies Sent from my PH-1 using Tapatalk
eversmannx 2 Posted June 12, 2019 Author Posted June 12, 2019 That works! Many Thanks! eversmannx@ThinkPad-T410:~$ sudo mount -t nfs -o rw,soft,intr 192.168.0.22:/nfs/Movies /nas/movies[sudo] password for eversmannx:eversmannx@ThinkPad-T410:~$ cd /nas/movies/eversmannx@ThinkPad-T410:/nas/movies$ ls _MOVIES 'Network Trash Folder' 'Temporary Items' I will go back and follow your instructions for autofs later. the nfs mount above did ask for the password - as i have same userid/password for linux account and nas - i wasn't sure which it picked up. But i did create a user called "emby" (with a password) for the nas, and hoping to use that for the autofs process.
eversmannx 2 Posted June 12, 2019 Author Posted June 12, 2019 Eveyrthings works perfectly now! @@sargenthp - you're a legend! Thank you so much for all your help. autofs loads the shares as below when i rebooted the computer, and can delete files from Kodi interface now. eversmannx@ThinkPad-T410:~$ df ...192.168.0.22:/nfs/Movies 1941348672 1718503168 222845504 89% /nas/movies192.168.0.22:/nfs/TV_SHOWS 1941348672 1718503168 222845504 89% /nas/tv 1
sargenthp 32 Posted June 12, 2019 Posted June 12, 2019 Sweet!!! Enjoy! [emoji3] Sent from my PH-1 using Tapatalk
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now