<?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: Mount directory in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mount-directory/m-p/3722782#M21628</link>
    <description>sorry , sth need to correct ,&lt;BR /&gt;&lt;BR /&gt;I want ONLY "ROOT" USER at host B can write file to it , &lt;BR /&gt;&lt;BR /&gt;thx</description>
    <pubDate>Thu, 02 Feb 2006 01:54:37 GMT</pubDate>
    <dc:creator>ivychung2</dc:creator>
    <dc:date>2006-02-02T01:54:37Z</dc:date>
    <item>
      <title>Mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-directory/m-p/3722781#M21627</link>
      <description>I want to export a path from host A to let host B to mount , if I want ONLY USER  at host B can write file to it , I try to set the /etc/exports at host A as "/path_to_share  host B(rw)" , and set the dir mode to 777 for /path_to_share ( if not set to 777 , even root can't write to it ) , now all user at host B can write sth to it , could suggest how to set it ? thx</description>
      <pubDate>Thu, 02 Feb 2006 01:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-directory/m-p/3722781#M21627</guid>
      <dc:creator>ivychung2</dc:creator>
      <dc:date>2006-02-02T01:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-directory/m-p/3722782#M21628</link>
      <description>sorry , sth need to correct ,&lt;BR /&gt;&lt;BR /&gt;I want ONLY "ROOT" USER at host B can write file to it , &lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Thu, 02 Feb 2006 01:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-directory/m-p/3722782#M21628</guid>
      <dc:creator>ivychung2</dc:creator>
      <dc:date>2006-02-02T01:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-directory/m-p/3722783#M21629</link>
      <description>By default, NFS doesn't allow root on system A to be root on system B so root on the client is mapped by default to nobody. Makes sense right? In order for only root to access the NFS share, the FS must be exported with the no_root_squash option. &lt;BR /&gt;&lt;BR /&gt;Example /etc/exports:&lt;BR /&gt;/share safehost(rw,no_root_squash)&lt;BR /&gt;&lt;BR /&gt;To allow only root:&lt;BR /&gt;#chown root;chmod 700 /share&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Feb 2006 09:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-directory/m-p/3722783#M21629</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2006-02-02T09:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-directory/m-p/3722784#M21630</link>
      <description>Just do this,&lt;BR /&gt;&lt;BR /&gt;-- /etc/exports ---&lt;BR /&gt;/path_to_share hostB(rw,no_root_squash)&lt;BR /&gt;&lt;BR /&gt;where,&lt;BR /&gt;&lt;BR /&gt;no_root_squash:&lt;BR /&gt;&lt;BR /&gt;Will not match uid/gid 0 to anonymous user. It is needed.&lt;BR /&gt;&lt;BR /&gt;Change ownership of directory as,&lt;BR /&gt;&lt;BR /&gt;# chmod 755 /path_to_share&lt;BR /&gt;&lt;BR /&gt;Others can read or browse but not write.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2006 03:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-directory/m-p/3722784#M21630</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-03T03:11:30Z</dc:date>
    </item>
  </channel>
</rss>

