hellow everybody , i want to import nfs server on my davinci dm6446 board so
that my SD memory can be accessed remotely.
my steps are below
1:i copy the files from /mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_le/target/
cp nfs-kernel-server /etc/init.d/
cp rpc.mountd /usr/sbin
cp rpc.nfsd /usr/sbin
cp exportfs /usr/sbin
2: my exports is below
/home/nfs 192.168.8.*(rw,no_root_squash,no_all_squash,sync)
3::i touch the files below:
touch /var/lib/nfs/etab
touch /var/lib/nfs/rmtab
touch /var/lib/nfs/state
touch /var/lib/nfs/xtab
chmod 644 /var/lib/nfs/etab
chmod 644 /var/lib/nfs/rmtab
chmod 644 /var/lib/nfs/state
chmod 644 /var/lib/nfs/xtab
4:i succeed to start the nfs server, on my SuSe PC,i get the info below when i
run "showmount -e 192.168.8.113 "
Export list for 192.168.8.113:
/home/nfs 192.168.8.*
5:but when my PC try to " mount -t nfs 192.168.8.113:/home/nfs /mnt", i get
the error message below:
mount: 192.168.8.113:/home/nfs failed, reason given by server: Permission
denied
and my board log message is below:
Jan 1 00:51:39 rpc.mountd: authenticated mount request from
192.168.8.109:926 for /mnt (/mnt)
Jan 1 00:51:39 rpc.mountd: getfh failed: Operation not permitted
thanks for any advice!
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source