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
> 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
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
> 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
[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
>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
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