Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I haven't used NFS too much lately, but maybe the client is just mounting it in read only mode, or you need to set a mask on it. Type 'mount' to see how it is mounted (read-only or read-write) and type ls -ald /mountpoint/of/nfs/share to see your permissions on the mountpoint.
this is my out of 'mount': (except the regular ones)
nfsd on /proc/fs/nfsd type nfsd (rw)
10.0.0.100:/home/ on /home/infernal/mounted/nfs type nfs (rw,addr=10.0.0.100)
10.0.0.100:/ on /home/infernal/mounted/nfs2 type nfs (rw,addr=10.0.0.100)
and this is the ls -ald of the share:
[infernal@fedora nfs2]$ ls -ald /home/infernal/mounted/nfs2
drwxr-xr-x 25 root root 4096 Dec 13 09:31 /home/infernal/mounted/nfs2
it says the share belongs to root but
if i try to write there while i'm root it doesnt help either
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.