Hello,
I have a problem with mounts using CIFS and I can't set UID=1000 or GID=1000 - error invalid agument
Code
[Unit]
Description=cifs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=//192.168.1.1/docker
Where=/storage/docker
Options=username=xxx,password=xxx,rw,vers=2.0,UID=1000,GID=1000
Type=cifs
[Install]
WantedBy=multi-user.target
Display More
Not help adding forceuid and forcegid.
From what I found there is a problem with the new Kernel, BUG?
Solves the problem I'm needed to have the suid bit set (chmod u + s / bin / ...)
The only question is how to do this with Libreelec 10.0.3