(Please don't change the subject when following up, it breaks
threading in some newsreaders.)
> > 192.191.192.200:/home/aaa /fileserver/home/aaa nfs
> > rsize=8192,wsize=8192,timeo=14,intr
> Same error-message, because of the try of mounting is BEFORE the nfs-server
> is started, I think. The nfs must be mounted AFTER stzarting the
> nfs-daemon. But what option would do this??
If RedHat tries to mount filesystems before starting the NFS
utilities, RedHat is broken. So I somewhat doubt this is your
problem, but you can verify it by checking the ordering of files in
/etc/rcX.d (where `X' is your system's default runlevel, see
/etc/inittab).
You should see something like:
/etc/rc2.d/S19nfs-common -> /etc/init.d/nfs-common
/etc/rc2.d/S35mountall.sh -> /etc/init.d/mountall.sh
/etc/rc2.d/S45mountnfs.sh -> /etc/init.d/mountnfs.sh
(Where `-> ...' indicates a symbolic link to `...'. I _think_ recent
RedHats work that way.) The `S' means `start,' and the `19' (or 35 or
45) is the order, with lower numbers starting first.
By the way, `rsize=8192,wsize=8192,timeo=14,intr' is the same as
`defaults' on my system; YMMV.
--
"I woke up this morning and realized what the game needed: pirates,
pimps, and gay furries." - Rich "Lowtax" Kyanka