I've got Subsonic running on an Ubuntu 14.04 server, accessing music files on another Ubunto server over a Samba share mounted in fstab. With Subsonic running under it's own system account (not root), everything works fine until I try to update album art, at which point I get this:
java.io.FileNotFoundException: /mnt/path/to/music/cover.jpg (Permission denied)
What's strange is that, when I look at the folder, "/mnt/path/to/music/cover.jpg" actually *did* upload. I just can't see it. And it's a zero byte file.
Running Subsonic as the root account, I don't get this error. SU'd as the "subsonic" account, I have full rw access to this folder.
Any ideas?