I have a raspberry pi 3 B+ running raspbian.
I installed transmission torrent client, and I connected an usb disk to save files there.
For some reason, I'm not able to write in to the disk.
Until now, I tried:
Change user group of transmission daemon as explain on this guide. https://raspberrypi.stackexchange.com/a/29538
Partition and format the disk as ext4, adding
chmod 777 -R .
. I tested runining:sudo -u debian-transmission touch file.txt
works perfectly.I added fstab entry like
UUID=c8299c71-1baf-4760-bd91-07a6cd428a7c /media/pi/c8299c71-1baf-4760-bd91-07a6cd428a7c ext4 defaults 0
I turn on the logs of transmission to see whats going on: https://pastebin.com/FqFGpaEa
sudo -u debian-transmission touch file.txt
works perfectly. – Dmitry Grigoryev Jun 25 '18 at 13:00sudo -u debian-transmission mv cold_galaxy-HD.jpg cold_galaxy-HD2.jpg
– vmariano Jun 26 '18 at 03:44