Solved NFS switches the content of two drives
#1
I am having an odd problem.

I have NFS Server running on Kubuntu 18.04
I have 3 external usb drives shared.
Media A
Media B
Media C

When i attempt to access the drives in Kodi/LibreElec 9 and 8.x
The content of Media A and media B are switched.

I can mount the drives on a mac and a Kubuntu client just fine only an issue in Kodi
But inside Kodi (even on the mac and linux) it switches the content.
This is my first time setting up and using NFS and a linux based server.

I have no idea what the issue may be.
EDIT:
fstab:
UUID=5d1adf08-6dec-4d55-a475-2ccf4821e8fd    /    ext4    errors=remount-ro    0    1    
/swapfile    none    swap    sw    0    0    
/dev/sdb1    /mnt/MediaA    ext4    defaults    0    0    
/dev/sdc1    /mnt/MediaC    ext4    defaults    0    0    
/dev/sdd1    /mnt/MediaB    ext4    defaults    0    0    

exports:
/mnt/MediaA  192.168.1.0/24(rw,sync,insecure,root_squash,subtree_check)
/mnt/MediaB  192.168.1.0/24(rw,sync,insecure,root_squash,subtree_check)
/mnt/MediaC  192.168.1.0/24(rw,sync,insecure,root_squash,subtree_check)

Thanks
Reply
#2
Yay for me!
after re-reading the NFS wiki one more time i realized i when i formatted my drives i used
Device ID rather than UUID.
All fixed and working great now.
thanks
Reply
#3
Thread marked solved.
Reply

Logout Mark Read Team Forum Stats Members Help
NFS switches the content of two drives0