linux mint nfs issues
#1
hi guys

ive installed linux mint and set up the nfs server and exports i.e '/media/keith/CRAP/KodiNFS/Movies' which is on my second drive.

This is in my exports file

Code:
/media/keith/CRAP/KodiNFS/Movies/     192.168.1.0/24(rw,async,no_wdelay,no_root_squash,insecure)

When i try to all the location on kodi on the same pc the nfs server is on i click on nfs and i see my ip 192.168.1.198 click it then i see /media/keith/CRAP/KodiNFS/Movies/ . but when i click ok it only has the ip address.


edit Here is a short video of whats going on




Any ideas would be great

Keith
Reply
#2
you have to add the media source with full path to the correct dir.
Go into the NFS source so you see its contents.

If this doesn't work, provide a Debug Log
Reply
#3
Thanks for the reply

I don't understand when I click in to it, I can't get in to see the contents it jus sits at the movies folder. See video

Sent from my HTC One_M8
Reply
#4
(2016-07-08, 16:46)wheelzi31 Wrote: This is in my exports file

Code:
/media/keith/CRAP/KodiNFS/Movies/     192.168.1.0/24(rw,async,no_wdelay,no_root_squash,insecure)

When i try to all the location on kodi on the same pc the nfs server is on i click on nfs and i see my ip 192.168.1.198 click it then i see /media/keith/CRAP/KodiNFS/Movies/ . but when i click ok it only has the ip address.

Add an entry for 127.0.0.1 to exports or better add your source as local fs path.
Reply
#5
(2016-07-09, 15:55)asavah Wrote:
(2016-07-08, 16:46)wheelzi31 Wrote: This is in my exports file

Code:
/media/keith/CRAP/KodiNFS/Movies/     192.168.1.0/24(rw,async,no_wdelay,no_root_squash,insecure)

When i try to all the location on kodi on the same pc the nfs server is on i click on nfs and i see my ip 192.168.1.198 click it then i see /media/keith/CRAP/KodiNFS/Movies/ . but when i click ok it only has the ip address.

Add an entry for 127.0.0.1 to exports or better add your source as local fs path.

Thanks got it to work with
Code:
/media/keith/CRAP/KodiNFS/Movies     192.168.1.0/24(rw,async,no_subtree_check,no_wdelay,no_root_squash,insecure)
/media/keith/CRAP/KodiNFS/Movies     127.0.0.1(rw,async,no_subtree_check,no_wdelay,no_root_squash,insecure)
/media/keith/CRAP/KodiNFS/TV          127.0.0.1(rw,async,no_subtree_check,no_wdelay,no_root_squash,insecure)
/media/keith/CRAP/KodiNFS/TV          192.168.1.0/24(rw,async,no_subtree_check,no_wdelay,no_root_squash,insecure)

Edit

After mounting the hard drive the path will change to some thing like this.

Code:
/mnt/AE3E05673E052A43/KodiNFS/Movies/     192.168.1.0/24(rw,async,no_subtree_check,no_wdelay,no_root_squash,insecure)
/mnt/AE3E05673E052A43/KodiNFS/Movies/     127.0.0.1(rw,async,no_subtree_check,no_wdelay,no_root_squash,insecure)
/mnt/AE3E05673E052A43/KodiNFS/TV      127.0.0.1(rw,async,no_subtree_check,no_wdelay,no_root_squash,insecure)
/mnt/AE3E05673E052A43/KodiNFS/TV          192.168.1.0/24(rw,async,no_subtree_check,no_wdelay,no_root_squash,insecure)
/mnt/AE3E05673E052A43/KodiNFS/Music       127.0.0.1(rw,async,no_subtree_check,no_wdelay,no_root_squash,insecure)
/mnt/AE3E05673E052A43/KodiNFS/Music       192.168.1.0/24(rw,async,no_subtree_check,no_wdelay,no_root_squash,insecure)
Reply

Logout Mark Read Team Forum Stats Members Help
linux mint nfs issues0