NFS Problems...

jle jle at baa.ssars.net
Wed Jun 4 14:23:19 PDT 2003


I retired my old p200 fbsd 4.4-stable web server and built a newer box for
it. I used to mount the /home2 dir from my nfs server (fbsd 5.1-current)
to /home on the webserver and it used to work fine but now it doesn't
mount  /home2 on /home on boot up. I can manually mount it but then it
gets confused and thinks it's mounted on /home2 when it's not. Evidently
something must have changed since 4.4-S because it worked until today.

on NFSD: (/etc/exports)
/home2           -maproot=0 -alldirs     httpd

on HTTPD: (/etc/fstab)
NFSD:/home2              /home           nfs     rw,bg           0       0

<manually mounting>
mount NFSD:/home2 /home

root at HTTPD:~ -13:55:06- # cd ~dkdesign
-su: cd: /home2/dkdesign: No such file or directory

root at HTTPD:~ -13:58:45- # cd /home/dkdesign/
root at HTTPD:/home/dkdesign -14:02:21- # ls -al
drwxr-xr-x   2 dkdesign  dkdesign  512 Mar 13 09:15 public_html/

>From /var/log/httpd-error.log:
[Wed Jun  4 13:56:45 2003] [error] [client xxx.xxx.xxx.xxx] File does not
exist: /home2/dkdesigns/public_html/

I don't get it. Any help?

TIA


More information about the freebsd-questions mailing list