Re: How to mount network drive ?
I would like mention that I tried several options to run this mount on MOI+ before I wrote this post.
To be sure that nfs shared network drive I have configured correctly I perform this operation on other machine - ubuntu server.
Thank's to this I'm sure that nfs network drive is configured correctly because after this command I have mounted nfs network drive on ubuntu server
Unfortunately same command is not working correctly on MOI+
Something is still wrong, but I don't know really what ...
Anybody can help me with that ?
To be sure that nfs shared network drive I have configured correctly I perform this operation on other machine - ubuntu server.
Thank's to this I'm sure that nfs network drive is configured correctly because after this command I have mounted nfs network drive on ubuntu server
- Code: Select all
mount -t nfs 192.168.20.2:/volume1/downloads/rec/ /mnt/record/
Unfortunately same command is not working correctly on MOI+
- Code: Select all
[[email protected] /mnt]# mount -t nfs 192.168.0.2:/vol1/downloads/rec/ /mnt/record/
mount: mounting 192.168.0.2:/vol1/downloads/rec/ on /mnt/record/ failed: Connection refused
[[email protected] /mnt]#
Something is still wrong, but I don't know really what ...
Anybody can help me with that ?