Log in

Bekijk de volledige versie : how to mount folder from NAS



flex25
18-04-2011, 20:50
Hi
I´ve NAS Zyxel NSA210 connected to router throught lan. I want to mount some folder from this NAS. Is there some way how to do it?
I searched this forum and found something about smbmount but I didnt found this program on my router (I´ve installed samba - 3.2.15-4)
on NAS is also samba installed
can somebody help me?
PS: on NSA is also NFS server but I´m not sure if this can help me somehow

flex25
18-04-2011, 23:16
sorry for useless topic
here is solution if it help to somebody

showmount -e "IP of NFS server"
-------------
Export list for 192.168.1.125:
/i-data/a6085517/nfs/data *
--------------

/usr/sbin/portmap
insmod sunrpc
insmod lockd
insmod nfs
mount -t nfs IPofNFSserver:/i-data/a6085517/nfs/data /opt/nsa