|
second hard disk will not mount on client
Hi!
I have a second hard drive installed on server. It has been mounted on server but I cannot mount it on client. I've tried to export it from server by putting:
/opt2 name.domain(rw,no_root_squash)
in server's /etc/exports.
In server's /etc/fstab, I have the entry:
/dev/hdb1 /opt2 ext3 defaults 1 2
In client's /etc/fstab, I put:
name.domain:/opt2 /opt2mnt nfs defaults 0 0
When trying to mount I get:
mount: name.domain:/opt2 failed, reason given by server: Permission denied
I've also try to mount it on client manually by:
mount -t nfs name.domain:/opt2 /opt2mnt
I am also mounting server's home directory on client, without problems, so I'd say NFS works fine.
Does anybody have an idea what might cause the problem?
Thanks.
|