@@ -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