Hi,
I have a libreelec instance running on a Pi 3. Connected to the Pi 3 via a USB SATA is a large hard drive. I would like to use it to dump various other files from my Pis. On one Pi I have mounted a share to the remote libreelec hard drive like this
sudo mount -t cifs -o auto,rw,perm,username=root,password=libreelec //libreelec.local/Kodi_Media/Motion Motion
The Pi that I want to connect to the Libreelec mounted drive has the username pi
The permissions on the local Pis mounted folder are like this
drwxr-xr-x 2 root root 0 Apr 11 2019 Motion
I cant change the write permissions on it using
sudo chmod 777
Is there a way to get write permissions, or even a better way to get write access to the hard drive on the libreelec Pi ?