madplay不能播放nfs文件夹里的歌?
# cat /bin/nfs.sh
mount -t nfs 192.168.0.13:/work/nfs_root /mnt -o nolock
# nfs.sh
# cd mnt
# ls
01.mp3 fs_qtopia tar
add fs_qtopia.yaffs uImage
apps fs_qtopia.yaffs.book
apps_my fs_qtopia_my
# madplay 01.mp3
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 Robert Leslie et al.
nfs: server 192.168.0.13 not responding, still trying
widon@widon-laptop

$ cat /etc/exports
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync) hostname2(ro,sync)
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt)
# /srv/nfs4/homes gss/krb5i(rw,sync)
#
/work/nfs_root *(rw,sync,no_root_squash)
开发板上的ip是192.168.0.12
pc的ip是192.168.0.13