
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Mounting_nfs_share</id>
		<title>Mounting nfs share - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Mounting_nfs_share"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Mounting_nfs_share&amp;action=history"/>
		<updated>2026-04-29T07:26:36Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=Mounting_nfs_share&amp;diff=188&amp;oldid=prev</id>
		<title>Nighthawk: Pushed from Themanclub.</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Mounting_nfs_share&amp;diff=188&amp;oldid=prev"/>
				<updated>2013-04-12T15:56:00Z</updated>
		
		<summary type="html">&lt;p&gt;Pushed from Themanclub.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== nfs client ==&lt;br /&gt;
 mount -t nfs HOSTNAME:/path/to/sharedDirectory /mnt/target&lt;br /&gt;
&lt;br /&gt;
for nfs file type support (on debian based)&lt;br /&gt;
 sudo apt-get install nfs-common&lt;br /&gt;
&lt;br /&gt;
== nfs server ==&lt;br /&gt;
&lt;br /&gt;
NFS security:&lt;br /&gt;
/etc/exports specifies what files / directories are mountable&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
  # /etc/exports: NFS file systems being exported.  See exports(5).&lt;br /&gt;
  /vol1 *(rw,no_subtree_check,no_root_squash)&lt;br /&gt;
  /home/john *(rw,no_subtree_check,no_root_squash)&lt;br /&gt;
&lt;br /&gt;
User permissions are determined by UID / GID&lt;br /&gt;
If the user account on the remote device has a UID that matches up with the owner of the files on the NFS server, they can / will have full write access!!!  If they have root on the remote device, they can become any UID they want!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== changing a users UID ==&lt;br /&gt;
 usermod -u -&amp;lt;UID&amp;gt; &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>