Hi all,
i try set up two raspberry pi with shared profile.
I have defined nfs mount in ./config/system.d/ it is mounted
in .kodi/userdata/profiles/
This work fine, but if i try set new profile it creates
directory structure on nfs mountpoint, but after
switch to new profile it freeze.
There is no weird lines in kodi.log.
NFS is mounted, directories are accessible, readable
and writeable.
This is my exports setting on linux server:
This is my mountpint settings on libreelec:
Code
[Unit]
Description=nfs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=192.168.1.101:/media/home/kodi
Where=/storage/.kodi/userdata/profiles
Options=
Type=nfs
[Install]
WantedBy=multi-user.target
Display More
So please do you have an idea what I am doing wrong?
Thanks for any ideas.