You are not logged in.
My default music directory, under my username, has a symlink to my music library on a separate drive.
My MPD player is set to scan the database on start. However, the music drive isn't immediately recognized. I have to click the music folder open, then go back to the player and update the database; then I have my music.
The drive is mounted, but unlike my OS drive, when I first click a folder on this drive it takes a fraction of a second for it to open (with the little symbol that shows it's searching).
Offline
why so complicated
mount your harddisk with fstab and then enter the folder on this harddisk in /.mpdconf as your music_directory - http://mpd.wikia.com/wiki/Configuration
Offline
Thanks Kultex. That was the solution.
Open fstab in /etc as root and add a line like this at the bottom.
/dev/sdb1 /media/MusicLibrary ext3 defaults 0 2
Offline
[ Generated in 0.032 seconds, 9 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]