LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Issues mounting DNS-323 on Centos machine using nfs (https://www.linuxquestions.org/questions/linux-newbie-8/issues-mounting-dns-323-on-centos-machine-using-nfs-4175525692/)

swerth 11-17-2014 03:39 PM

Issues mounting DNS-323 on Centos machine using nfs
 
Hi!

I have been attempting to mount my DNS-323 NAS using nfs. I have the device connected to my computer to eth1:

Code:

eth1      Link encap:Ethernet  HWaddr 00:30:48:FF:09:D5 
          inet addr:192.168.0.102  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::230:48ff:feff:9d5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:97149 errors:0 dropped:0 overruns:0 frame:0
          TX packets:94902 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:16356257 (15.5 MiB)  TX bytes:7561318 (7.2 MiB)
          Memory:dffe0000-e0000000

I configured the nas to have a static ip of 192.168.0.103 and can ping the device. I also selected the NFS option on the configuration page. However, when I attempt to mount it:

Code:

sudo mount -v -t nfs -o nfsvers=3,rw,intr 192.168.0.103:/mnt/HD_a2 /mnt/nas
I get the following errors:

Code:

mount: trying 192.168.0.103 prog 100003 vers 3 prot tcp port 2049
mount: trying 192.168.0.103 prog 100005 vers 3 prot udp port 704
mount: mount to NFS server '192.168.0.103' failed: timed out (retrying).
mount: trying 192.168.0.103 prog 100003 vers 3 prot tcp port 2049
mount: trying 192.168.0.103 prog 100005 vers 3 prot udp port 704
mount: mount to NFS server '192.168.0.103' failed: timed out (retrying).
mount: trying 192.168.0.103 prog 100003 vers 3 prot tcp port 2049
mount: trying 192.168.0.103 prog 100005 vers 3 prot udp port 704
mount: mount to NFS server '192.168.0.103' failed: timed out (retrying).
mount: trying 192.168.0.103 prog 100003 vers 3 prot tcp port 2049
mount: trying 192.168.0.103 prog 100005 vers 3 prot udp port 704
mount: mount to NFS server '192.168.0.103' failed: timed out (retrying).
mount: trying 192.168.0.103 prog 100003 vers 3 prot tcp port 2049
mount: trying 192.168.0.103 prog 100005 vers 3 prot udp port 704
mount: mount to NFS server '192.168.0.103' failed: timed out (giving up).

I have mounted this device before using samba on a different network but that is not an option here. I am new to linux so any advice would be greatly appreciated.

Thanks!
Sheila

michaelk 11-18-2014 08:40 AM

I'm not familiar with this NAS device so my help is somewhat limited. In addition to enabling NFS you need add the network i.e. what computers are allowed to connect as well as the share folder and its permissions. If you did all that then you might have to restart the nfs service.

swerth 11-18-2014 03:10 PM

Thanks! That has worked in the past however I have tried that this time with no success. I'm starting to think it might be a hardware issue :/

michaelk 11-18-2014 03:19 PM

I did find this which might have some benefit. You might have to export a directory vs /mnt/HD_a2.

http://forum.wdlxtv.com/viewtopic.php?f=3&t=2860


All times are GMT -5. The time now is 01:38 AM.