Posts by DenimTornado
-
-
Hi! I have Raspberry 2 with LibreELEC 8.2.5. I have ntfs hdd connected to my Pi3. I enabled samba in my LibreELEC config. I can connect samba share. But i have only read permissions. I can edit Configfiles folder, but data folder is still readonly - http://take.ms/z0pjt When i try to create folder or delete, i get this popup - http://take.ms/h9bz0 Without success after credentials enter.
I tried to edit samba.conf with no success:
[data]path = /storage/data
available = yes
browseable = yes
public = yes
writeable = yes
root preexec = mkdir -p /storage/data
Here is my samba settings in ui - http://take.ms/h8fbq
What am i doing wrong?
p.s. Ok, i got it, that was not ntfs, it's hfs+ so the problem is with file system. I will format it it to extfat..