Hey guys,
I have been trying to mount LibreELEC on another device and after executing sudo chown user:group on that device, LibreELEC shows 1000:1000 for most folders/files and root:root only for a few. Is it possible to change the ownership of a mounted device?
Actually, the command id shows only this:
uid=0(root) gid=0(root) groups=0(root)
Here's the command I used to mount the LibreELEC device on the other device:
sudo mount -t cifs -o uid=1000,gid=1000,vers=1.0,username=root,password=password,rw //192.168.0.101/Home /DATA/Downloads/share
Then
sudo chown user:group -R share/