<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NFS mount point permission denied in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077397#M30182</link>
    <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;MKS</description>
    <pubDate>Thu, 27 Sep 2007 07:53:02 GMT</pubDate>
    <dc:creator>monu_1</dc:creator>
    <dc:date>2007-09-27T07:53:02Z</dc:date>
    <item>
      <title>NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077387#M30172</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;i have nfs server(i.e 192.168.0.2) having few portion of shared like /home/software. when a system in network (i.e. 192.168.0.4) mount that portion as a root in /mnt.&lt;BR /&gt;#cd /mnt&lt;BR /&gt;-bash: cd: /mnt: Permission denied&lt;BR /&gt;#ls -la /&lt;BR /&gt;drwx------   2 mysql mysql  4096 Sep 22 16:31 mnt&lt;BR /&gt;&lt;BR /&gt;my prob is ===&amp;gt; why is it showing mysql owner?&lt;BR /&gt;&lt;BR /&gt;Pls suggest!&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;MKS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Sep 2007 05:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077387#M30172</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-09-27T05:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077388#M30173</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe someone did&lt;BR /&gt;&lt;BR /&gt;# chown mysql:mysql /mnt&lt;BR /&gt;&lt;BR /&gt;for some reason...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Thu, 27 Sep 2007 06:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077388#M30173</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-09-27T06:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077389#M30174</link>
      <description>If you umount the file system, who is the owner for /mnt? Do you have in sync the UID/GID information between the NFS server and NFS client?</description>
      <pubDate>Thu, 27 Sep 2007 06:55:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077389#M30174</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-27T06:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077390#M30175</link>
      <description>Hi Ivan, Rob,&lt;BR /&gt;Thanks for quick reply.&lt;BR /&gt;&lt;BR /&gt;Rob, when i mount it another location it also display same owner n group(mysql).&lt;BR /&gt;&lt;BR /&gt;Ivan, when i umount /mnt then it display root owner n group.&lt;BR /&gt; Thanks,&lt;BR /&gt;MKS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Sep 2007 07:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077390#M30175</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-09-27T07:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077391#M30176</link>
      <description>Hi,&lt;BR /&gt;below is NFS sever exports entry.&lt;BR /&gt;# cd /proc/fs/nfs&lt;BR /&gt;#vi exports&lt;BR /&gt;# Version 1.1&lt;BR /&gt;# Path Client(Flags) # IPs&lt;BR /&gt;/home/software     192.168.0.4(rw,root_squash,sync,wdelay,no_subtree_check,uuid=166e87a6:e3cc4c24:aaa1064c:4b53622d)&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Sep 2007 07:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077391#M30176</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-09-27T07:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077392#M30177</link>
      <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Do you have in sync the UID/GID information between the NFS server and NFS client?&lt;BR /&gt;&lt;BR /&gt;How can we sycn client n server?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MKS</description>
      <pubDate>Thu, 27 Sep 2007 07:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077392#M30177</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-09-27T07:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077393#M30178</link>
      <description>Check the if the UID/GID information is consistent between the server and the client. If UID=500 is mysql on client, should be on server.</description>
      <pubDate>Thu, 27 Sep 2007 07:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077393#M30178</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-27T07:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077394#M30179</link>
      <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;I so confused why mysql is coming here? I think there is no role of mysql user.&lt;BR /&gt;And why mysql getting ownership after mounting that portion of server where as i m mountnig as a root on cleint?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MKS</description>
      <pubDate>Thu, 27 Sep 2007 07:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077394#M30179</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-09-27T07:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077395#M30180</link>
      <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;I just check that mysql id on client n sever are different.&lt;BR /&gt;Server:&lt;BR /&gt;# id mysql&lt;BR /&gt;uid=27(mysql) gid=27(mysql) groups=27(mysql)&lt;BR /&gt;&lt;BR /&gt;Client:&lt;BR /&gt;# id mysql&lt;BR /&gt;uid=501(mysql) gid=501(mysql) groups=501(mysql)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MKS&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Sep 2007 07:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077395#M30180</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-09-27T07:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077396#M30181</link>
      <description>Linux handles ownership by UID/GID and not username/groupname.&lt;BR /&gt;&lt;BR /&gt;So in the server, the exported directory is owned by UID=501, I don't know which user is, but when you mount on the client, it looks like the owner is mysql, because uid=501 on client is mysql.&lt;BR /&gt;&lt;BR /&gt;It does not matter who mounts the directory, the owner is as established in the exported directory. That is why UID/GID information must be consistent between server and client.&lt;BR /&gt;&lt;BR /&gt;Remember to keep asigning points!</description>
      <pubDate>Thu, 27 Sep 2007 07:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077396#M30181</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-27T07:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077397#M30182</link>
      <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;MKS</description>
      <pubDate>Thu, 27 Sep 2007 07:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077397#M30182</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-09-27T07:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077398#M30183</link>
      <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;If i want to shared a directory on server(/home/software) whose owner is software&lt;BR /&gt;(uid=501) in a network then every user on client machine in same network must have same user id to access (mount) that directory ?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;MKS</description>
      <pubDate>Fri, 28 Sep 2007 03:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077398#M30183</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2007-09-28T03:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount point permission denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077399#M30184</link>
      <description>Late answer, but yes. This is why the use of a central authentication infraestructure is  indispensable. For example, the very popular LDAP or NIS+.&lt;BR /&gt;&lt;BR /&gt;In this way, all clients uses the information from the central server which stores de UID/GID information, making consistent across the whole network.</description>
      <pubDate>Mon, 08 Oct 2007 17:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-point-permission-denied/m-p/4077399#M30184</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-10-08T17:40:43Z</dc:date>
    </item>
  </channel>
</rss>

