mount not working

Status
Not open for further replies.

Bill McCormick

Explorer
Joined
Oct 3, 2015
Messages
68
Having troubling mounting an NFS share on a new install from a pi.

pi@mccpi /mnt $ showmount -e 192.168.212.4
Export list for 192.168.212.4:
/mnt/z1/Bill (everyone)
/mnt/z1/Data (everyone)
/mnt/z1/Media (everyone)
/mnt/z1/Public (everyone)

pi@mccpi /mnt $ ll
total 16
drwxrwxrwx 2 root root 4096 Apr 26 19:47 Data
drwxrwxrwx 2 root root 4096 Apr 26 19:47 Media
drwxrwxrwx 2 root root 4096 Apr 26 19:47 Public
drwxrwxrwx 2 root root 4096 Oct 2 23:43 zMedia

pi@mccpi /mnt $ sudo mount -vvv 192.168.212.4:/mnt/z1/Media /mnt/zMedia
mount: fstab path: "/etc/fstab"
mount: mtab path: "/etc/mtab"
mount: lock path: "/etc/mtab~"
mount: temp path: "/etc/mtab.tmp"
mount: UID: 0
mount: eUID: 0
mount: no type was given - I'll assume nfs because of the colon
mount: spec: "192.168.212.4:/mnt/z1/Media"
mount: node: "/mnt/zMedia"
mount: types: "nfs"
mount: opts: "(null)"
mount: external mount: argv[0] = "/sbin/mount.nfs"
mount: external mount: argv[1] = "192.168.212.4:/mnt/z1/Media"
mount: external mount: argv[2] = "/mnt/zMedia"
mount: external mount: argv[3] = "-v"
mount: external mount: argv[4] = "-o"
mount: external mount: argv[5] = "rw"
mount.nfs: timeout set for Sat Oct 3 18:29:34 2015
mount.nfs: trying text-based options 'vers=4,addr=192.168.212.4,clientaddr=192.168.212.5'

And there it hangs.

^Cpi@mccpi /mnt $ uname -a
Linux mccpi 3.18.7-v7+ #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT 2015 armv7l GNU/Linux

What log files or other should I be looing at to debug this?
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Did you try mounting the NFS share locally on the FreeNAS box to some temporary location just to see if it works?
 

Bill McCormick

Explorer
Joined
Oct 3, 2015
Messages
68
What I found (just in the last few hours actually) was that my Cisco SG 200-08 firmware (1.6.something) had some issues with NAS. Updating it to the latest 1.0.8.3 solved the problem.

If you google "SG 200-08 nas" you'll see some others that had the same issue, which is where I got the tip from.
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
What I found (just in the last few hours actually) was that my Cisco SG 200-08 firmware (1.6.something) had some issues with NAS. Updating it to the latest 1.0.8.3 solved the problem.

If you google "SG 200-08 nas" you'll see some others that had the same issue, which is where I got the tip from.
Wow. I'd expect better from Cisco, but I guess the SG switches are their 'small business' models. (Where 'small business' means 'dressed-up fancy linksys').
 
Status
Not open for further replies.
Top