This commit is contained in:
Bob Mottram 2014-09-13 22:23:24 +01:00
parent 6d1470b76b
commit 1daa9f6693
1 changed files with 1 additions and 1 deletions

View File

@ -7280,7 +7280,7 @@ The easiest way to add your music is to obtain a large capacity USB stick, copy
So with the USB stick plugged in and logged into the BBB as root via ssh:
#+BEGIN_SRC: bash
mount /dev/sda /var/music
mount /dev/sda1 /var/music
chown -R subsonic:subsonic /var/music
#+END_SRC