Page 1 of 1

Re: Connect UE46C6700 to NFS

Posted: Fri May 18, 2012 11:46 pm
by kerimcem
hi
sample
/bin/mount -o nolock 192.168.1.20:/film $1/share -t nfs
/bin/mount -o nolock 192.168.1.20:/mp3 $1/share -t nfs
/bin/mount -o nolock 192.168.1.22:/film $1/share -t nfs
/bin/mount -o nolock 192.168.1.22:/mp3 $1/share -t nfs
it works with many ip?