Page 1 of 1

Cannot scan songs from S3QL mount (FUSE)

PostPosted: Tue Dec 27, 2016 11:39 pm
by farrantch
Hello all,

I'm migrating my music library to Amazon S3 using S3QL (https://github.com/s3ql/s3ql/). This mounts an S3 bucket as an encrypted file-system and encrypts files before they are uploaded to S3.

The S3QL mount is working great and I can see all of my files. The problem is subsonic is not able to scan these files. I've tried toggling the "Fast access mode", restarting subsonic, and rebooting the server. Nothing seems to work.

My initial guess was the "st_nlink" value given from the 'stat' command. It is a known issue with S3QL (http://www.rath.org/s3ql-docs/issues.html). I've since dismissed that theory because my previous music mount-point also returns a '1' from the stat command.

Any ideas? Has anyone else used S3QL with their music library?

Re: Cannot scan songs from S3QL mount (FUSE)

PostPosted: Fri Jan 27, 2017 10:19 pm
by farrantch
Any ideas? Still experiencing this problem :(