Re: mounting NFS directory with read write access

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

> 
> $ ls -l /mnt/directory
> total 4K
> drwxrwx--x. 3 nobody nobody 4.0K Feb 14 19:30 alamo/
> 
> $ls -ld /mnt/directory
> 
> drwxrwxr-x. 16 nobody nobody 4.0K Feb 22 08:47 /mnt/directory
> 

This will be the problem, the directory 'alamo/' is owned by a UID that
the NFS client doesn't know.

I would guess your best bet is to run:
	# chown 1000:1000 alamo/
on the server, then remount. Check out this link [0] for more
information. But the above should do to start, then you can come back
with more details of your set-up should you need anything.


Thanks,
Michael


[0]
http://www.troubleshooters.com/linux/nfs.htm#_If_it_mounts_but_cant_access
tl;dr -> User IDs must be the same across the board.



-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux