Transmission Permission Denied

I’ve tried the recommendation here to no avail: https://discourse.osmc.tv/t/solved-cant-get-around-permission-denied-in-transmission/1032/10

Everytime I change the user in /lib/systemd/system/transmission-daemon.service to osmc the webui stop working. Please help.

I don’t know if this is the problem http://pastebin.com/xyijzG9g

OK fixed by having to:

umount /media/My\ Passport
sudo mkdir /mnt/HDD
sudo mount /dev/sda1 /mnt/HDD

This is probably less than ideal. But this screws up my scrapped files. Any better solution?

Progress continues. I was able to fix this issue by adding this to fstab:

/dev/sda1 /media/Content ntfs defaults,auto 0 0

Not sure if this is a really bad way to do things but it works.

Nothing about it looks really bad to me. You’re just telling your Pi where you want your drive mounted.