You are not logged in.
Hi all,
I'm trying to go from NFS3 to NFS4, I read the wiki, it mounts fine on my client exept there is nothing in the mounted files.....
Here is my /etc/exports from my serveur:
# /etc/exports
#
# See exports(5) for a description.
/media 192.168.1.2(rw,fsid=0,no_subtree_check,async,no_root_squash,nohide)
/media/Documents 192.168.1.2(rw,no_subtree_check,async,no_root_squash,nohide)
/media/Multimedia 192.168.1.2(rw,no_subtree_check,async,no_root_squash,nohide)
#/media/Multimedia/Documents 192.168.1.2(rw,no_subtree_check,async,no_root_squash,nohide)
#/media/Multimedia/PA/ 192.168.1.2(rw,no_subtree_check,async,no_root_squash,nohide)
# use exportfs -arv to reread
#/export 192.168.1.10(rw,no_root_squash)and here how I mount it on my client:
mount -t nfs4 192.168.1.10:/Documents /media/Documents
mount -t nfs4 192.168.1.10:/Multimedia /media/Multimediaany ideas please?
SORRY GUYS, I FIXED BY MYSELF, PLEASE DELETE
Last edited by PAdu92 (2010-06-04 17:55:15)
Offline
It's more helpful to share your solution (even if it was a stupid error...), so others can benefit from it
.
P.S. Your topic title could be a tad more descriptive as well ![]()
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
PAdu92 that is a really bad attitude towards the community from which you've aked help from in the first place. Please do what .:B:. said , I can't tell you how many times I've found help this way. Cheers!
Offline
I have this problem and have no idea why. Does anybody know the solution?
Nevermind, all I had done is forgotten to mount -a after setting the directories to mount in export.
Last edited by MrGone (2010-11-16 23:26:45)
Offline