PDA

View Full Version : nfs mount with write permissions



neorej
04-28-2008, 08:28 AM
Hi all!

I've made e remaster of knoppix 5.1.1. That went very well. But i cannot seem te get the nfs mount to work the way i want.
Let me explain the setup.
I've got a mandriva server, what is hosting the pxe and the nfs. On this mandriva machine i've made a entry in the /etc/exports.
it is /export/test (rw,sync)
I've created the export/test directory on the server and did chmod -R 777 on that dir.
Then i booting knoppix over pxe.
Now when i make a directory into /mnt called "test" while beeing root.
then i am doing:
mount -t nfs ip:/export/test /mnt/test
Ok now i have made a mount. i can see what is in that dir.
But when i do touch test it is saying that it is a read-only file system.

how do i get passed this, to have read/write acces?

thanks in advance!

neorej
04-28-2008, 09:49 AM
Hi (again)

i have taken a original knoppix boot cd. When i boot from it, i can mount the nfs mount with write acces.
But still not while usinf the knoppix with the pxe boot.
I'll trie to pxe boot a non remasted version.

OK just tried the non remaster version.
I that did not make any difference. Still cannot write into the nfs share :(