have a look here https://wiki.libreelec.tv/how-to/mount_network_share
Thanks, but still mount it under root. I have added rw, but can't write on that mounted directory. Is it possible to mount that device under 1000:1000?
have a look here https://wiki.libreelec.tv/how-to/mount_network_share
Thanks, but still mount it under root. I have added rw, but can't write on that mounted directory. Is it possible to mount that device under 1000:1000?
Changing permissions on /storage can be critical for system files and directories below /storage/{.cache,.config}. But because being "hidden" directories they fortunately may not be affected by your modification.
Is it possible to check that, just in case? Thank you.
What is the point of that? LibreELEC sees files regardless of their ownership and your other device sees them with ownership that you set in your mount command.
Unless you forgot to mention that you attached libreelec disk to other system and then ran chown command not on SMB/CIFS mount point.
Because it's not working when I use this command to mount the LibreELEC device into my 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
After I mount the LibrELEC device, I still see that everything is under root.
That's why I wanted to change the mounted storage permission in LibreELEC instead in my other device.
it is actually possible to change the ownership of the mounted device, I really can't believe this happened...
Is it possible to restore the folders/files ownership to the default LibreELEC user?
Actually, is this could be a problem? I don't have this uid and gid.
Your screenshot shows LibreELEC /storage directory with way too many files.
For LibreELEC it does not matter if files are owned by UID 1000 or UID 0.
Oh, that's great! Is it possible to change the mounted network device ownership to 1000 then?
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/
Hi chewitt,
Yes, actually the Plex container has access to this folder. I have removed these Plex folders but still not able to mount the network share. Here's the log file:
I can see the not empty directory error is gone now.
Hey guys,
I'm not able to mount a network share using my LibreELEC 8.
I have Apple Time Capsule successfully mounted a few weeks before and now I'm not able to mount it. Here's the script I used:
[Unit]
Description=TimeCapsule Mount Script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=//192.168.0.100/Data
Where=/storage/timecapsule
Options=username=zzlatev,password=password,sec=ntlm,vers=1.0
Type=cifs
[Install]
WantedBy=multi-user.target
Here's the latest log file generated by the following method:
journalctl -b 0 --no-pager | paste
Can you please help me? Thanks in advance!
I'm just doing what you said and there is still no cable connection.
i will try witth q201 (100Mbit).....
Off topic, do you know if I can boot LibreElec from USB flash drive to Wetek Play 1? Official image or yours (if you have one).
As far as I know, it's possible only with SD card.
From where? I am really sorry for bothering you.
Do you mean that i should try 100Mbit_Ethernet?
I have replaced the default dtb with gxm_q200_2.dtb.
What do you mean the root of sd card?
kszaq, I have a problem with the LAN connection on my Beelink GT1. The Wi-Fi works fine but it doesn't work with cable.
I use version 8.2.1.1 with default .dtb
I have also tried with gxm_q200_1g.dtb , gxm_q200_2.dtb, gxm_q200_3g.dtb and it only worked with q200_1g again with no cable connection, only Wi-Fi.
Do you think using an older version could solve the issue with the cable?