<?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 filesystem without write permission in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118741#M528708</link>
    <description>&lt;P style="margin: 0;"&gt;Greetings,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;The following syntax may also work:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;share -F nfs -o root=beta16,rw=beta16 /NFS-prueba&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Please test and let us know.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 09:15:45 GMT</pubDate>
    <dc:creator>KishJ</dc:creator>
    <dc:date>2021-01-27T09:15:45Z</dc:date>
    <item>
      <title>NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7117944#M528698</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am sharing a filesystem by NFS from an HP-UX 11.31 server&amp;nbsp;(PR1) to an HP-UX 11.31 client (beta16) and when mounting the share it does not allow me to write.&lt;/P&gt;&lt;P&gt;What did I do on the NFS server?&lt;/P&gt;&lt;P&gt;1.- NFS configuration in file /etc/dfs/dfstab&lt;BR /&gt;PR1&amp;gt;#cat /etc/dfs/dfstab&lt;BR /&gt;# place share(1M) commands here for automatic execution&lt;BR /&gt;# on entering init state 3.&lt;BR /&gt;#&lt;BR /&gt;# share [-F fstype] [ -o options] [-d "&amp;lt;text&amp;gt;"] &amp;lt;pathname&amp;gt;&lt;BR /&gt;# .e.g,&lt;BR /&gt;# share -F nfs -o rw=engineering -d "home dirs" /home&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;share -F nfs -o rw=beta16 /NFS-prueba&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2.-&amp;nbsp;Share and validate the NFS filesystem&lt;BR /&gt;PR1&amp;gt;#exportfs -av&lt;BR /&gt;PR1&amp;gt;#share&lt;BR /&gt;- /NFS-prueba rw=beta16,ro= ""&lt;/P&gt;&lt;P&gt;3.-&amp;nbsp;I validated the permissions and did a write test on the NFS filesystem&lt;BR /&gt;PR1&amp;gt;#ll&lt;BR /&gt;total 5114&lt;BR /&gt;drwxrwxrwx 2 sybasen sybase 8192 Jan 19 11:26 NFS-prueba&lt;BR /&gt;PR1&amp;gt;#cd /NFS-prueba&lt;BR /&gt;PR1&amp;gt;#touch file1&lt;BR /&gt;PR1&amp;gt;#ll&lt;BR /&gt;total 0&lt;BR /&gt;-rw-r--r-- 1 root sys 0 Jan 19 11:25 file1&lt;/P&gt;&lt;P&gt;What did I do on the NFS client?&lt;/P&gt;&lt;P&gt;1.- On the NFS client I checked and mounted the shared filesystem&lt;BR /&gt;beta16&amp;gt;#showmount -e pr1&lt;BR /&gt;export list for pr1:&lt;BR /&gt;/NFS-prueba beta16&lt;BR /&gt;beta16&amp;gt;#mount pr1:/NFS-prueba /NFS-prueba&lt;BR /&gt;beta16&amp;gt;#cd /NFS-prueba&lt;BR /&gt;beta16&amp;gt;#ll&lt;BR /&gt;total 0&lt;BR /&gt;-rw-r--r-- 1 root sys 0 Jan 19 12:25 file1&lt;/P&gt;&lt;P&gt;2.-&amp;nbsp;When performing a write test on the NFS client the process fails due to write permissions&lt;BR /&gt;beta16&amp;gt;#touch file2&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;touch: file2 cannot create&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;beta16&amp;gt;#&lt;BR /&gt;beta16&amp;gt;#rm file1&lt;BR /&gt;file1: 644 mode ? (y/n) y&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;rm: file1 not removed. Read-only file system&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If the NFS server statement (&lt;STRONG&gt;share -F nfs -o rw=beta16 /NFS-prueba&lt;/STRONG&gt;) gives write permission to NFS filesystem, why doesn't the NFS client allow writing?&lt;BR /&gt;Could someone help me?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 12:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7117944#M528698</guid>
      <dc:creator>Toscano</dc:creator>
      <dc:date>2021-01-20T12:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7117948#M528699</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;beta16&amp;gt;#rm file1&lt;BR /&gt;&amp;gt;&amp;gt;file1: 644 mode ? (y/n) y&lt;BR /&gt;&amp;gt;&amp;gt;rm: file1 not removed. Read-only file system&lt;/P&gt;&lt;P&gt;There are a couple of possible reasons.&lt;/P&gt;&lt;P&gt;The most common one is the missing "root=..." export.&lt;/P&gt;&lt;P&gt;If you are "root" at the NFS-client, then you will need to explicitly add a "root=&amp;lt;NFS-client&amp;gt;" to the share.&lt;/P&gt;&lt;P&gt;The error-message "Read-only file system" may be an idication that:&lt;/P&gt;&lt;P&gt;1. your server-filesystem is indeed mounted read-only. Check the "mount -a" output at the server.&lt;/P&gt;&lt;P&gt;2. you use NFSv4, and the client was only allowed to mount the pseudo-filesystem, which by default is read-only. That´s happening if the root-export is missing.&lt;/P&gt;&lt;P&gt;3, You are using NFSv4 and the NFSv4-id-mapping is not done correctly.&lt;/P&gt;&lt;P&gt;So next steps are:&lt;/P&gt;&lt;P&gt;1. Check the share-manpage and add, in addition to the rw-list a "root" list.&lt;/P&gt;&lt;P&gt;2. Check if you mount with NFSv4, (nfsstat -m at the clien will tell you)&lt;/P&gt;&lt;P&gt;3. If adding root does not fix the problem, check that the hostname in the share-list can be resolved to an IP-address in both direction. Use FQDN if possible, or IP-addresses.&lt;/P&gt;&lt;P&gt;4. try NFSv3 instead of NFSv4, or vice versa&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 13:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7117948#M528699</guid>
      <dc:creator>Bertram Stoeckler</dc:creator>
      <dc:date>2021-01-20T13:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118035#M528700</link>
      <description>&lt;P style="margin: 0;"&gt;Greetings,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;The command used on PR1, the NFS server to export the FS:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;share -F nfs -o rw=beta16 /NFS-prueba&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;The specific permission option used:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;-o re=beta16&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Here beta16 is the access_list and is likely the hostname of the client. If yes, it is very important that this name gets resolved successfully on PR1.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Please check what service is being used for hostname resolution&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;# cat /etc/nsswitch.conf&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;If "hosts" is set to files (preferred) then you need to ensure /etc/hosts file has an entry for "beta16"&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;If "hosts" is set to DNS or NIS etc. please add FQDN of "beta16"&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;If /etc/nsswitch.conf is not configured, please configure create this file by copying /etc/nsswitch.files&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Hope it helps. Please let me know if the issue persists. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 07:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118035#M528700</guid>
      <dc:creator>KishJ</dc:creator>
      <dc:date>2021-01-21T07:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118037#M528701</link>
      <description>&lt;P style="margin: 0;"&gt;I am sorry for the typo. "-o re" is actuall "-o rw" the rest of the content still holds good.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 07:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118037#M528701</guid>
      <dc:creator>KishJ</dc:creator>
      <dc:date>2021-01-21T07:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118138#M528702</link>
      <description>&lt;P&gt;Bertram, thanks for your answer.&lt;/P&gt;&lt;P&gt;This is the NFS client version&lt;BR /&gt;beta16&amp;gt;#nfsstat -m&lt;BR /&gt;/NFS-prueba from pr1:/NFS-prueba&lt;BR /&gt;Flags: vers=3,proto=tcp,sec=sys,hard,intr,link,symlink,acl,devs,rsize=32768,wsize=32768,retrans=5,timeo=600&lt;BR /&gt;Attr cache: acregmin=3,acregmax=60,acdirmin=30,acdirmax=60&lt;/P&gt;&lt;P&gt;By correcting the line "share -F nfs -o root=beta16 /NFS-prueba" in the /etc/dfs/dfstab file, the write permission problem for the shared filesystem was solved&lt;/P&gt;&lt;P&gt;Now from the NFS client, I performed successful write tests with root and sybasen users, being as shown below:&lt;BR /&gt;beta16&amp;gt;#ll /NFS-prueba&lt;BR /&gt;total 0&lt;BR /&gt;-rw-r--r-- 1 root sys 0 Jan 19 12:25 file1&lt;BR /&gt;-rw-r--r-- 1 nobody sys 0 Jan 21 11:09 file2&lt;BR /&gt;-rw-r--r-- 1 sybasen sybase 0 Jan 21 11:22 file3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have another problem, the filesystem can be mounted from all servers on the network, when it should be only available to mount from beta16.&lt;/P&gt;&lt;P&gt;for example for this other server, I can mount the filesystem and modify the files. this is incorrect.&lt;BR /&gt;PR2&amp;gt;#pwd&lt;BR /&gt;/NFS-prueba&lt;BR /&gt;PR2&amp;gt;#touch file-fromPR2&lt;BR /&gt;PR2&amp;gt;#ll&lt;BR /&gt;total 0&lt;BR /&gt;-rw-r--r-- 1 nobody sys 0 Jan 21 10:38 file-fromPR2&lt;BR /&gt;-rw-r--r-- 1 root sys 0 Jan 19 11:25 file1&lt;BR /&gt;-rw-r--r-- 1 nobody sys 0 Jan 21 10:09 file2&lt;BR /&gt;-rw-r--r-- 1 sybasen sybase 0 Jan 21 10:22 file3&lt;BR /&gt;PR2&amp;gt;#&lt;/P&gt;&lt;P&gt;How can I limit the access of other servers to the NFS filesystem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 15:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118138#M528702</guid>
      <dc:creator>Toscano</dc:creator>
      <dc:date>2021-01-21T15:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118217#M528703</link>
      <description>&lt;P&gt;I know the man-page can be confusing....&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Some details;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The share-command maintains 3 access-lists, with specific defaults, if not specified.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. a "rw" list (read-write)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. a "ro" list (read-only)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. a "root" list&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you do not specify any option then the share-comman will use the following defaults:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- "read-write" to any client, and NO root-access. So any client is put on the "rw" list, "root" list is empty.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you explicitly add a "rw" list ( -o rw=host1,host2), then any client on the "rw" list will be allowed read-write access. All other clients will implicitly be added to the "ro" list, So read-only (still able to mount).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you explicitly add a "ro" list ( -o ro=host3,host4), then any client on the "ro" list will be allowed read-access. All other clients won´t be allowed to mount !!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The root-list is independent from the rw-list and ro-list. It only controls which clients are allowed to do operations as "root".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In your case, to disable access for the other clients, you will need to&lt;/P&gt;&lt;P&gt;1. add your system to the read-write ("rw")-list.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. add an empty read-only ("ro") list:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;E.g: &lt;STRONG&gt;share -F nfs -o root=beta16,rw=beta16,ro= /NFS-prueba&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note there is a blank-character between "ro=" and /NFS-prueba.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Let me know if that fixes your problem.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 07:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118217#M528703</guid>
      <dc:creator>Bertram Stoeckler</dc:creator>
      <dc:date>2021-01-22T07:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118322#M528704</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I made the suggested change in the /etc/dfs/dfstab file&lt;BR /&gt;&lt;EM&gt;share -F nfs -o root=beta16,rw=beta16,ro= /NFS-prueba&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;From the NFS client, I can see that the access permissions of the /NFS-prueba have changed from (everyone) to (beta16), that's OK.&lt;BR /&gt;&lt;EM&gt;beta16&amp;gt;#showmount -e pr1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;export list for pr1:&lt;/EM&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;/NFS-prueba beta16&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Again when I mount /NFS-test on the NFS client, the write permissions are lost&lt;BR /&gt;&lt;EM&gt;beta16&amp;gt;#cd /NFS-prueba&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;beta16&amp;gt;#touch file4&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;touch: file4 cannot create&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;If I verified from another server on the network, I can mount&amp;nbsp; /NFS-test on other server, which is not correct&lt;BR /&gt;&lt;EM&gt;PR2&amp;gt;#mount pr1:/NFS-prueba /NFS-prueba&lt;/EM&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;PR2&amp;gt;#bdf | grep /NFS-prueba&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;pr1:/NFS-prueba 1376256 815528 556448 59% /NFS-prueba&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 18:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118322#M528704</guid>
      <dc:creator>Toscano</dc:creator>
      <dc:date>2021-01-22T18:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118397#M528705</link>
      <description>&lt;P style="margin: 0;"&gt;Please try to stop and restart both NFS client and server and then check again.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 06:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118397#M528705</guid>
      <dc:creator>KishJ</dc:creator>
      <dc:date>2021-01-24T06:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118481#M528706</link>
      <description>&lt;P&gt;- How does the hostname "beta16" get resolved to an IP address?&lt;/P&gt;&lt;P&gt;- Do you have a DNS server configured?&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the NFS-server, check with "nslookup" that both the hostname "beta16" gets resolved to the clients, valid IP-address, and vice-versa, that the IP-address gets resolved to the "beta16" name. Especially the 2nd case is important as the server will pickup the sender-ip address out of the network-packet, then resolve it to a hostname, and then search for a match in the share information. If the revers lookup using the client-ip-address returns a FQDN (full qualified domain name), then use the FQDN name in your share command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the NFS-client having multiple network interfaces with multiple ip-addresses? (multi-homed-host)&lt;/P&gt;&lt;P&gt;If yes, then add all IP-addresses/Hostnames to the list of shared-system.&lt;/P&gt;&lt;P&gt;Since the first-suggested syntax, without the rw-list and empty ro-list allowed you to create a file, try using different share syntaxes. Try with and without the "rw", or "ro" statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;With all test, make sure that you do NOT mount with NFSv4, as otherwise you could get impacted by misconfigured NFSv4idmapping.&lt;/P&gt;&lt;P&gt;If all that does not help, then you should open a support-case.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 09:09:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118481#M528706</guid>
      <dc:creator>Bertram Stoeckler</dc:creator>
      <dc:date>2021-01-25T09:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118551#M528707</link>
      <description>&lt;P&gt;I read the man-page again:&lt;/P&gt;&lt;P&gt;The "ro" access-list overides the "rw"-list. That would mean that my suggested order of the options could be wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;share -F nfs -o root=beta16,rw=beta16,ro= /NFS-prueba&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;share -F nfs -o ro=,root=beta16,rw=beta16 /NFS-prueba&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Let me know if that works.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 17:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118551#M528707</guid>
      <dc:creator>Bertram Stoeckler</dc:creator>
      <dc:date>2021-01-25T17:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118741#M528708</link>
      <description>&lt;P style="margin: 0;"&gt;Greetings,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;The following syntax may also work:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;share -F nfs -o root=beta16,rw=beta16 /NFS-prueba&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Please test and let us know.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 09:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7118741#M528708</guid>
      <dc:creator>KishJ</dc:creator>
      <dc:date>2021-01-27T09:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7119734#M528709</link>
      <description>&lt;P style="margin: 0;"&gt;Hope the syntax worked for you. It would be good if you could confirm or let us know if the issue persists.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 07:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7119734#M528709</guid>
      <dc:creator>KishJ</dc:creator>
      <dc:date>2021-02-04T07:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7120106#M528710</link>
      <description>&lt;P&gt;Thanks all for your participation and support.&lt;/P&gt;&lt;P&gt;I have done all the possible combinations with the syntaxes given and I always get the same result (No Write permission).&lt;/P&gt;&lt;P&gt;The only syntax that worked is: share -F nfs -o root=beta16 /NFS-prueba, but this is open for everyone.&lt;/P&gt;&lt;P&gt;I am going to close this query, again thanks.&lt;BR /&gt;Toscano&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 16:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7120106#M528710</guid>
      <dc:creator>Toscano</dc:creator>
      <dc:date>2021-02-06T16:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: NFS filesystem without write permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7121875#M528711</link>
      <description>&lt;P&gt;While the problem has been marked as solved, i am adding the correct solution to this issue after i got access to some old HPUX boxes.&lt;/P&gt;&lt;P&gt;In my previous statements i suggested to add an empty read-only list via the "ro=" option. This is correct, but the syntax is wrong. The "ro=" syntax adds a read-only list for any client that is not in the read-write-list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;There a 2 ways to get the desired behavior:&lt;/P&gt;&lt;P&gt;A)&amp;nbsp;share -F nfs -o root=beta16,rw=beta16,ro=dummy /NFS-prueba&lt;/P&gt;&lt;P&gt;B)&amp;nbsp;share -F nfs -o sec=sys, root=beta16,rw=beta16 /NFS-prueba&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 09:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-filesystem-without-write-permission/m-p/7121875#M528711</guid>
      <dc:creator>Bertram Stoeckler</dc:creator>
      <dc:date>2021-02-19T09:57:52Z</dc:date>
    </item>
  </channel>
</rss>

