|
problem exporting /dev via NFS
Hello, i am using a centos 5.1 i386 distribution on both ends and i want to mount /dev locally using NFS and mount.
I have tried mounting /tmp locally and it worked but mounting /dev gives me the following error:
mount -o ro 81.x.x.x:/dev /mnt/aa
mount: 81.x.x.x:/dev failed, reason given by server: Permission denied
/etc/exports on server:
/dev 82.x.x.x(ro,no_subtree_check)
all services are up and the nfs is working because the /tmp mount i have tested earlier worked.
What shall i try next ?
Thank you!
|