|
|
發表於 2014-7-16 22:12:37
|
顯示全部樓層
If you are talking about directing connecting hard disk thru sata port. You need to check with this command first:and see if your drive exists.
If yes, then next step is to make a folder for system to mount, e.g.:then try to mount- mount /dev/xxx /mnt/mydisk
複製代碼 (where xxx is checked from the first command)
if success, there should be no error return, trysee if you see something
if it shows the content of your disk, then next step is to add a symbolic link to music root folder of MPD so that MPD sees your music- ln -s /var/lib/mpd/music/mydisk /mnt/mydisk
複製代碼 try command- ls /var/lib/mpd/music/mydisk
複製代碼 to make sure it is correct
last thing to do is add the mounting action to system so that it knows to auto mount for you each time it boots.add the a new entry after the last line like:- /mnt/mydisk /dev/xxx vfat ro,rsize=10240 1 1
複製代碼 (google and see if you need some fine tunning, like the read cache size, and the file system, either vfat or ntfs)
save the file and reboot, then after reboot, refresh MPD music DB on ipad and see if the music shows up or not.
|
評分
-
1
查看全部評分
-
|