<?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: mounting problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142470#M565337</link>
    <description>have given &lt;BR /&gt;exportfs -i then mounted</description>
    <pubDate>Mon, 24 Nov 2008 08:05:51 GMT</pubDate>
    <dc:creator>Jayan Nair</dc:creator>
    <dc:date>2008-11-24T08:05:51Z</dc:date>
    <item>
      <title>mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142461#M565328</link>
      <description>Hi All,&lt;BR /&gt;I need to mount a directory from machine A to machine B.&lt;BR /&gt;have exported directory in /etc/exports file in machine A, started nfs daemon and  mounted in machineb.&lt;BR /&gt;mount machineA:/dir /dir&lt;BR /&gt;But getting error&lt;BR /&gt;Permission denied &lt;BR /&gt;&lt;BR /&gt;Pls help me on this issue</description>
      <pubDate>Mon, 24 Nov 2008 06:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142461#M565328</guid>
      <dc:creator>Jayan Nair</dc:creator>
      <dc:date>2008-11-24T06:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142462#M565329</link>
      <description>on machine A&lt;BR /&gt;cat /etc/exports&lt;BR /&gt;/home -root=192.168.1.199, access=192.168.1.199&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2008 07:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142462#M565329</guid>
      <dc:creator>Jayan Nair</dc:creator>
      <dc:date>2008-11-24T07:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142463#M565330</link>
      <description>On Server A while exporting set the anon=-2 &lt;BR /&gt;And then try to mount it .&lt;BR /&gt;&lt;BR /&gt;Sagar</description>
      <pubDate>Mon, 24 Nov 2008 07:02:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142463#M565330</guid>
      <dc:creator>Sagar Sirdesai</dc:creator>
      <dc:date>2008-11-24T07:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142464#M565331</link>
      <description>Hi Jayan,&lt;BR /&gt;&lt;BR /&gt;Try this in /etc/exports&lt;BR /&gt;/home -root=192.168.1.199,rw=192.168.1.199&lt;BR /&gt;&lt;BR /&gt;and then reexport it .&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Aneesh</description>
      <pubDate>Mon, 24 Nov 2008 07:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142464#M565331</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-24T07:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142465#M565332</link>
      <description>Hi Sagar/Aneesh,&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;have tried for both the suggession but same result &lt;BR /&gt;permission denied&lt;BR /&gt;&lt;BR /&gt;Jayan</description>
      <pubDate>Mon, 24 Nov 2008 07:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142465#M565332</guid>
      <dc:creator>Jayan Nair</dc:creator>
      <dc:date>2008-11-24T07:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142466#M565333</link>
      <description>Hi Jayan&lt;BR /&gt;&lt;BR /&gt;Instead of Ip Adress please use hostname &lt;BR /&gt;In the /etc/exports please make entry as below&lt;BR /&gt;/dir -root=&lt;HOSTNAME&gt;,access=&lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Sagar&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Mon, 24 Nov 2008 07:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142466#M565333</guid>
      <dc:creator>Sagar Sirdesai</dc:creator>
      <dc:date>2008-11-24T07:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142467#M565334</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I belive it should work with even IP address.&lt;BR /&gt;&lt;BR /&gt;I belive you have space between the options in exports.&lt;BR /&gt;&lt;BR /&gt;1) Please double check the entry (delete ur line and paste the below line in /etc/exports)&lt;BR /&gt;&lt;BR /&gt;/home -root=192.168.1.199,rw=192.168.1.199&lt;BR /&gt;&lt;BR /&gt;2) showmount -e ( post the o/p)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Mon, 24 Nov 2008 07:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142467#M565334</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-24T07:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142468#M565335</link>
      <description>Aneesh,&lt;BR /&gt;&lt;BR /&gt;# cat /etc/exports&lt;BR /&gt;/home root=192.168.1.199,access=192.168.1.199&lt;BR /&gt;# showmount -e&lt;BR /&gt;no exported file systems for HBPTC081&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2008 07:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142468#M565335</guid>
      <dc:creator>Jayan Nair</dc:creator>
      <dc:date>2008-11-24T07:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142469#M565336</link>
      <description>#exportfs -a&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Mon, 24 Nov 2008 07:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142469#M565336</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-24T07:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142470#M565337</link>
      <description>have given &lt;BR /&gt;exportfs -i then mounted</description>
      <pubDate>Mon, 24 Nov 2008 08:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142470#M565337</guid>
      <dc:creator>Jayan Nair</dc:creator>
      <dc:date>2008-11-24T08:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142471#M565338</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For next time please go through the below link and assigning points to those who spend their valuable time for your problem.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Mon, 24 Nov 2008 08:09:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142471#M565338</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-24T08:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142472#M565339</link>
      <description>suraj pls check &lt;BR /&gt;have assigned points&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-problem/m-p/5142472#M565339</guid>
      <dc:creator>Jayan Nair</dc:creator>
      <dc:date>2008-11-24T11:19:35Z</dc:date>
    </item>
  </channel>
</rss>

