December 12, 201015 yr Guys I'm trying to use my Alix board with Voyage Linux installed on it with my Unraid housing my music and serving it via NFS: http://cheap-silent-usb-linux-music-server.blogspot.com/2009/04/installing-nfs-file-sharing.html In Unraid, under Disk Shares, I put "*(rw,no_subtree_check,sync)" and in my "Music" share, I put the same thing, "*(rw,no_subtree_check,sync)". In Voyage, I'm inputting the following as the last line in "/etc/fstab" to mount the NFS share: "192.168.1.4:/disk6/Music /mnt/nfs nfs rw 0 0" My Unraid server's IP address is 192.168.1.4 and the Music share is only on disk6. I keep getting the same error message when attempting to mount the share via "mount -a": "mount.nfs: access denied by server while mounting 192.168.1.4:disk6/Music" Any ideas whats going on? Thanks guys. Jim
December 12, 201015 yr Try putting this in your fstab file: 192.168.1.4:/mnt/disk6/Music /mnt/nfs nfs rw 0 0
December 12, 201015 yr Author Try putting this in your fstab file: 192.168.1.4:/mnt/disk6/Music /mnt/nfs nfs rw 0 0 Thank you very much, that seemed to do the trick! Another question for you. What would you recommend I specify as my music directory for this part?: http://cheap-silent-usb-linux-music-server.blogspot.com/2009/04/configuring-mpdconf.html Same with a playlists directory. All of my music is on /disk6/Music/ on my Unraid server. Music is organized in multiple levels within this folder. Thanks once again...you're really saving my day, here! -Jim
December 13, 201015 yr For the music directory specify your mount point. music_directory "/mnt/nfs" the others can be local. ~/.mpd/playlists ~/.mpd/database ~/.mpd/log ~/.mpd/pid
Archived
This topic is now archived and is closed to further replies.