From 1daa9f66937d234e3d3b9f052cbd989ecd15b41f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 13 Sep 2014 22:23:24 +0100 Subject: [PATCH] sda1 --- beaglebone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beaglebone.txt b/beaglebone.txt index 22995428..7b654d0a 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -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