Re: NFS weirdness...

2003-06-22 Thread Andre Guibert de Bruet
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 ca

Re: NFS weirdness...

2003-06-19 Thread jle
> This isn't what I told you to do. This does not access your /etc/fstab > at > all and therefore doesn't accomplish what I was trying to help you > determine. > Do _this_: > mount /home > > With no second parameter, mount will look through /etc/fstab for a > mountpoint > that matches /home and u

Re: NFS weirdness...

2003-06-19 Thread Bill Moran
jle wrote: As a diagnostic step: Boot up the system, and then try to manually mount the filesystem with the command 'mount /usr/src'. If this works ... it pretty much confirms that your /etc/fstab syntax is correct. If it doesn't work, focus on /etc/fstab as the problem. Thanks Bill, but as I sai

Re: NFS weirdness...

2003-06-19 Thread jle
> As a diagnostic step: > Boot up the system, and then try to manually mount the filesystem with > the command 'mount /usr/src'. If this works ... it pretty much confirms > that your /etc/fstab syntax is correct. If it doesn't work, focus on > /etc/fstab as the problem. > > HTH. > > -- > Bill Mo

Re: NFS weirdness...

2003-06-19 Thread Bill Moran
[Please configure your email program so it stops mutilating your emails.] jle wrote: jle said: My new web server won't mount NFS from fstab on reboot. on NFSD: (/etc/exports) /home2 -maproot=0 -alldirs httpd on HTTPD: (/etc/fstab) NFSD:/home2 /home nfs rw

Re: NFS weirdness...

2003-06-19 Thread jle
>jle said: >> >> My new web server won't mount NFS from fstab on reboot. >> >> >> on NFSD: (/etc/exports) >> /home2 -maproot=0 -alldirs httpd >> >> on HTTPD: (/etc/fstab) >> NFSD:/home2 /home nfs rw,bg 0 0 >> >> >> mount NFSD:/home2 /home >> >> Wo

Re: NFS weirdness...

2003-06-19 Thread Matt
jle said: > > My new web server won't mount NFS from fstab on reboot. > > > on NFSD: (/etc/exports) > /home2 -maproot=0 -alldirs httpd > > on HTTPD: (/etc/fstab) > NFSD:/home2 /home nfs rw,bg 0 0 > > > mount NFSD:/home2 /home > > Works fine