<?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 NFS mount of filesystem RW *and* RO in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288796#M181718</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to mount a filesystem to two different machines, and, I need to export to machine A as READ-ONLY, and export to machine B as READ-WRITE.&lt;BR /&gt;&lt;BR /&gt;Is this possible?  And if so, what is the syntax in /etc/exports?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;Ben Chapman&lt;BR /&gt;chapmanb@saic.com</description>
    <pubDate>Thu, 27 May 2004 09:31:12 GMT</pubDate>
    <dc:creator>B. Chapman</dc:creator>
    <dc:date>2004-05-27T09:31:12Z</dc:date>
    <item>
      <title>NFS mount of filesystem RW *and* RO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288796#M181718</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to mount a filesystem to two different machines, and, I need to export to machine A as READ-ONLY, and export to machine B as READ-WRITE.&lt;BR /&gt;&lt;BR /&gt;Is this possible?  And if so, what is the syntax in /etc/exports?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;Ben Chapman&lt;BR /&gt;chapmanb@saic.com</description>
      <pubDate>Thu, 27 May 2004 09:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288796#M181718</guid>
      <dc:creator>B. Chapman</dc:creator>
      <dc:date>2004-05-27T09:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount of filesystem RW *and* RO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288797#M181719</link>
      <description>Haven't tried this but you would have, I guess, two entries in /etc/exports.  One with the "rw" option and the "access" for machine A and the other with the "ro" option and the "access" for machine B.  I imagine that would work.</description>
      <pubDate>Thu, 27 May 2004 09:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288797#M181719</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-27T09:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount of filesystem RW *and* RO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288798#M181720</link>
      <description>Ben,&lt;BR /&gt;&lt;BR /&gt;I don't think you can do this on the export.  From the man page:&lt;BR /&gt;&lt;BR /&gt;"The ro and rw&lt;BR /&gt;                     options cannot be used on the same exports line."&lt;BR /&gt;&lt;BR /&gt;You would have to control the mount options on the individual machines in order to accomplish this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 27 May 2004 09:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288798#M181720</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-05-27T09:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount of filesystem RW *and* RO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288799#M181721</link>
      <description>export it as rw and mount as "ro" (first node) "rw" on the second node.&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Thu, 27 May 2004 09:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288799#M181721</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-05-27T09:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount of filesystem RW *and* RO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288800#M181722</link>
      <description>How about this from the man page for "exports"&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;rw=hostname[:hostname]...Export the directory read-mostly.  Read-mostly means read-only to most machines, but read-write to those specified.</description>
      <pubDate>Thu, 27 May 2004 09:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288800#M181722</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-27T09:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount of filesystem RW *and* RO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288801#M181723</link>
      <description>Hi Ben,&lt;BR /&gt;&lt;BR /&gt;Not sure it is possible, but you can try this:&lt;BR /&gt;#exports&lt;BR /&gt;/mountpoint  -access=machineA,ro &lt;BR /&gt;/mountpoint  -access=machineB,rw&lt;BR /&gt;&lt;BR /&gt;exportfs -va&lt;BR /&gt;&lt;BR /&gt;And see what gets exported&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2004 09:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288801#M181723</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-05-27T09:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount of filesystem RW *and* RO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288802#M181724</link>
      <description>Never tried that one but see if this works edit /etc/exports and add this entries:&lt;BR /&gt;&lt;BR /&gt;/mountpoint ro=MACHINE_A, rw=MACHINE_B&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2004 09:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288802#M181724</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-05-27T09:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount of filesystem RW *and* RO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288803#M181725</link>
      <description>Can you try use two lines and one specify A as RO the next specify B as RW? I'm not sure about this one...</description>
      <pubDate>Thu, 27 May 2004 18:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-of-filesystem-rw-and-ro/m-p/3288803#M181725</guid>
      <dc:creator>iminus</dc:creator>
      <dc:date>2004-05-27T18:19:52Z</dc:date>
    </item>
  </channel>
</rss>

