The usbstick is mounted with usbmount
- Code: Select all
pi@subsonicpi:/media/usb0 $ mount
...
/dev/sda1 on /media/usb0 type vfat (rw,nodev,noexec,noatime,nodiratime,sync,gid=100,fmask=0117,dmask=0007,allow_utime=0020,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
...
I am able to access files on shell:
- Code: Select all
pi@subsonicpi:/media/usb0 $ ls -la
total 44
drwxrwx--- 11 root users 4096 Jan 1 1970 .
drwxr-xr-x 12 root root 4096 Feb 1 23:58 ..
drwxrwx--- 11 root users 4096 Feb 1 12:18 Beatles
drwxrwx--- 3 root users 4096 Feb 1 11:35 Dendemann
drwxrwx--- 3 root users 4096 Jan 30 14:47 Electric Light Orchestra
drwxrwx--- 3 root users 4096 Feb 1 11:30 Lee Scratch Perry
drwxrwx--- 8 root users 4096 Jan 30 14:43 Pink Floyd
drwxrwx--- 4 root users 4096 Feb 1 11:33 Soundtrack
drwxrwx--- 4 root users 4096 Jan 30 14:43 The Prodigy
There is not much in subsonic logs (is it possibel to enable some kind of debug mode?)
- Code: Select all
pi@subsonicpi:/media/usb0 $ sudo tail -f /var/subsonic/subsonic.log
[2016-02-02 00:41:01,850] INFO MusicFolderDao - Created music folder /media/usb0
[2016-02-02 00:41:01,854] INFO MediaScannerService - Automatic media library scanning scheduled to run every 1 day(s), starting at Tue Feb 02 03:00:00 CET 2016
[2016-02-02 00:41:14,053] INFO MediaScannerService - Starting to scan media library.
[2016-02-02 00:41:14,523] INFO MediaScannerService - Scanned media library with 19 entries. ("old" files from sdcard folder /var/music)
[2016-02-02 00:41:14,524] INFO MediaScannerService - Marking non-present files.
[2016-02-02 00:41:14,529] INFO MediaScannerService - Marking non-present artists.
[2016-02-02 00:41:14,534] INFO MediaScannerService - Marking non-present albums.
[2016-02-02 00:41:14,542] INFO MediaScannerService - Completed media library scan.
[2016-02-02 00:41:16,203] INFO PlaylistService - Starting playlist import.
[2016-02-02 00:41:16,203] INFO PlaylistService - Completed playlist import.
"Allow access to these media folders" is given to user admin.
Subsonic is running as user root, I am using subsonic-v5.3 with oracle-java8-jdk on a raspberry pi 2.
Any idea where to look next?