Bob Mottram 10 년 전
부모
커밋
1daa9f6693
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt 파일 보기

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