hi,

Is it possible to mount nfs the as the second time? ie:

nfs server, ip: 192.168.1.2, nfs opt, 192.168.1.0/255.255.255.0
(ro,no_root_squash,sync,no_subtree_check)
nfs client1, ip: 192.168.1.11, nfs opt, 192.168.1.0/255.255.255.0
(rw,no_root_squash,sync,no_subtree_check)
nfs client2, ip: 192.168.1.21

on client1:

        mount -t nfs 192.168.1.2:/opt/gentoo-ppc /opt/gentoo-ppc
        cp -av /opt/gentoo-ppc/etc /opt/gentoo-ppc-etc
        mount -o bind /opt/gentoo-ppc-etc /opt/gentoo-ppc/etc

then on client2:

        mount -t nfs 192.168.1.11:/opt/gentoo-ppc /opt/gentoo-ppc

after that I got this error message:

mount: 192.168.1.11:/opt/gentoo-ppc failed, reason given by server: Permission 
denied

client2 later will be a ppc development board, gentoo-ppc on nfs server is a 
gentoo root filesystem, but I need overwrite /etc (/etc/fstab) so I can have 
many developers like client1, we can share the same basic rootfs, but 
different /home, /tmp, /var, etc..

Is it possible to mount nfs in such manner? Thanks in advance!

  regards,
Wang
-- 
Wang, Baojun                                        Lanzhou University
Distributed & Embedded System Lab              http://dslab.lzu.edu.cn
School of Information Science and Engeneering        [EMAIL PROTECTED]
Tianshui South Road 222. Lanzhou 730000                     .P.R.China
Tel:+86-931-8912025                                Fax:+86-931-8912022

Attachment: pgppqplhv6yZ4.pgp
Description: PGP signature

Reply via email to