Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2003 21:49:22 -0400 (EDT)
From:      Andre Guibert de Bruet <andy@siliconlandmark.com>
To:        jle <jle@baa.ssars.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: NFS weirdness...
Message-ID:  <20030622214431.L20556@alpha.siliconlandmark.com>
In-Reply-To: <20030619170945.X3916@baa.ssars.net>
References:  <20030619170945.X3916@baa.ssars.net>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, 19 Jun 2003, jle wrote:

> You are correct, I misread the prev post. mount /home fails.
>
> # mount /home
> mount: /dev/ad0s1h: Device busy
>
> There are two mount points for /home. One on the local disk (ad0s1h) and
> the NFS mount that I mount over /home for shell users, so that HTTTD can
> find the public_html dirs.
>
> The complete fstab on HTTPD:
> # Device                Mountpoint      FStype  Options         Dump
> Pass#
> /dev/ad0s1b             none            swap    sw              0       0
> /dev/ad0s1a             /               ufs     rw              1       1
> /dev/ad0s1h             /home           ufs     rw              2       2
> /dev/ad0s1d             /tmp            ufs     rw              2       2
> /dev/ad0s1g             /usr            ufs     rw              2       2
> /dev/ad0s1e             /var            ufs     rw              2       2
> /dev/ad0s1f             /var/tmp        ufs     rw              2       2
> /dev/acd0               /cdrom          cd9660  ro,noauto       0       0
> NFSD:/home2             /home           nfs     rw,bg           0       0
>
>
> This worked before I upgraded my webserver (HTTPD) but now it fails to
> mount on reboot yet succeeds manually.
>
> Any Ideas?

Multiple mounts for a mountpoint is considered foot-shooting. Either:

a) Mount /home off of NFSD:/home2.
b) Mount NFSD:/home2 somewhere else.

Regards,

> Andre Guibert de Bruet | Enterprise Software Consultant >
> Silicon Landmark, LLC. | http://siliconlandmark.com/    >



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