Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2017 08:58:16 +0100
From:      Greg Byshenk <freebsd@byshenk.net>
To:        FreeBSD Stable Mailing List <freebsd-stable@freebsd.org>
Subject:   Re: NFS and amd on older FreeBSD
Message-ID:  <20170112075816.GQ731@v1.leiden.byshenk.net>
In-Reply-To: <20170111234737.GK26386@mailboy.kipshouse.net>
References:  <20170111234737.GK26386@mailboy.kipshouse.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 11, 2017 at 03:47:37PM -0800, Karl Young wrote:
> I inherited a lab that has a few hundred hosts running FreeBSD 7.2.
> These hosts run test scripts that access files that are stored on
> FreeBSD 6.3 host.  The 6.3 host exports a /data directory with NFS
> 
> [...]
>
> $ showmount -e  9.3-host
> Exports list on 9.3-host:
> /data                           Everyone
> 
> But I can't automount it:
> 
> $ ls -l /net/9.3-host/data
> ls: /net/9.3-host/data: No such file or directory
> 
> If I manually mount the exported directory, it works:
> 
> $ sudo mount -t nfs 9.3-host:/data /mnt/data/
> $ mount | grep nfs
> 9.3-host:/data on /mnt/data (nfs)
> 
> $ ls -l /mnt/data
> total 4
> drwxr-xr-x  9 root  wheel  512 Dec 20 17:41 iaf2
> 
> I've spent some time on Google, but haven't found a solution.  I realize
> these are very old versions, but I'm not in a position to upgrade them
> right now.  My last resort will be to use /etc/fstab to do the NFS
> mount, but I'd rather avoid that if I can.

If you can mount the share manually, there is almost 
certainly nothing wrong with the server. Based on the
error ("No such file or directory"), I would recommend
checking your amd config on the client.


-- 
greg byshenk  -  gbyshenk@byshenk.net  -  Leiden, NL



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170112075816.GQ731>