Jump to content

Issues in Linux setup


eversmannx

Recommended Posts

eversmannx

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/movies
mount.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/movies
mount.nfs: Failed to resolve server //192.168.0.22: Name or service not known
eversmannx@ThinkPad-T410:~$

 

Link to comment
Share on other sites

sargenthp

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

Link to comment
Share on other sites

eversmannx

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.

 

Link to comment
Share on other sites

eversmannx

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/movies
192.168.0.22:/nfs/TV_SHOWS 1941348672 1718503168 222845504  89% /nas/tv

 

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...