<?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: how to mount a file system from one linux m/c to another linux m/c in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-a-file-system-from-one-linux-m-c-to-another-linux-m/m-p/4267335#M83715</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;#mount 192.6.8.55:/res/st_gg /local/dr&lt;BR /&gt;&lt;BR /&gt;It is displaying permission denied. &amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;MAke sure that you have nfs service running and file system in question is exported to another linux box using exportfs&lt;BR /&gt;&lt;BR /&gt;Once done you will not get this error.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Sep 2008 11:36:08 GMT</pubDate>
    <dc:creator>Deepak Kr</dc:creator>
    <dc:date>2008-09-11T11:36:08Z</dc:date>
    <item>
      <title>how to mount a file system from one linux m/c to another linux m/c</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-a-file-system-from-one-linux-m-c-to-another-linux-m/m-p/4267331#M83711</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   I want to mount a file system from one linux m/c to another linux m/c.For ex:&lt;BR /&gt;&lt;BR /&gt;I want to mount /res/st_gg(from linux1) to /local/dr (linux2).&lt;BR /&gt;&lt;BR /&gt;I have given the following command:&lt;BR /&gt;&lt;BR /&gt;#mount 192.6.8.55:/res/st_gg /local/dr&lt;BR /&gt;&lt;BR /&gt;It is displaying permission denied.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2008 08:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-a-file-system-from-one-linux-m-c-to-another-linux-m/m-p/4267331#M83711</guid>
      <dc:creator>yogesh kumar_2</dc:creator>
      <dc:date>2008-09-11T08:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount a file system from one linux m/c to another linux m/c</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-a-file-system-from-one-linux-m-c-to-another-linux-m/m-p/4267332#M83712</link>
      <description>nothing to do with HP-UX, moved to a more appropriate forum&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2008 09:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-a-file-system-from-one-linux-m-c-to-another-linux-m/m-p/4267332#M83712</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2008-09-11T09:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount a file system from one linux m/c to another linux m/c</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-a-file-system-from-one-linux-m-c-to-another-linux-m/m-p/4267333#M83713</link>
      <description>check status of NFS service&lt;BR /&gt;#service nfs status&lt;BR /&gt;if not running start nfs service&lt;BR /&gt;&lt;BR /&gt;#service nfs start&lt;BR /&gt;&lt;BR /&gt;add entry on machine A in /etc/exports see my entry&lt;BR /&gt;suxde900 # cat /etc/exports&lt;BR /&gt;/data            -access=192.78.148.150,root=192.78.148.150&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Run "exportfs -a"&lt;BR /&gt;&lt;BR /&gt;on machine B &lt;BR /&gt;#mkdir /data&lt;BR /&gt;run mount command&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#mount -F nfs machineA:/data /data&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2008 09:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-a-file-system-from-one-linux-m-c-to-another-linux-m/m-p/4267333#M83713</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-11T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount a file system from one linux m/c to another linux m/c</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-a-file-system-from-one-linux-m-c-to-another-linux-m/m-p/4267334#M83714</link>
      <description>Hi,&lt;BR /&gt;You have define there user name and password to access of the remote machine.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gokul Chandola</description>
      <pubDate>Thu, 11 Sep 2008 10:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-a-file-system-from-one-linux-m-c-to-another-linux-m/m-p/4267334#M83714</guid>
      <dc:creator>Gokul Chandola</dc:creator>
      <dc:date>2008-09-11T10:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to mount a file system from one linux m/c to another linux m/c</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-mount-a-file-system-from-one-linux-m-c-to-another-linux-m/m-p/4267335#M83715</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;#mount 192.6.8.55:/res/st_gg /local/dr&lt;BR /&gt;&lt;BR /&gt;It is displaying permission denied. &amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;MAke sure that you have nfs service running and file system in question is exported to another linux box using exportfs&lt;BR /&gt;&lt;BR /&gt;Once done you will not get this error.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2008 11:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-mount-a-file-system-from-one-linux-m-c-to-another-linux-m/m-p/4267335#M83715</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-09-11T11:36:08Z</dc:date>
    </item>
  </channel>
</rss>

