<?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 remote file system mounting problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-system-mounting-problem/m-p/3629414#M237372</link>
    <description>Can anyone help with this.&lt;BR /&gt;&lt;BR /&gt;I'm trying to mount a remote file system&lt;BR /&gt;&lt;BR /&gt;here is the /etc/exports file&lt;BR /&gt;&lt;BR /&gt;root@slacrmp2:/ &amp;gt; cat /etc/exports&lt;BR /&gt;/interface/mysingle -root=slacrmp1,access=slacrmp1&lt;BR /&gt;/tmp/instdir -root=pilot,access=pilot&lt;BR /&gt;/usr/sap/trans -root=slacrmp1,access=slacrmp1&lt;BR /&gt;root@slacrmp2:/ &amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I try to do the remote mount I keep getting a message that the device is busy.&lt;BR /&gt;&lt;BR /&gt;Any help would be appriciated</description>
    <pubDate>Mon, 19 Sep 2005 15:25:18 GMT</pubDate>
    <dc:creator>Shawn McConnell</dc:creator>
    <dc:date>2005-09-19T15:25:18Z</dc:date>
    <item>
      <title>remote file system mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-system-mounting-problem/m-p/3629414#M237372</link>
      <description>Can anyone help with this.&lt;BR /&gt;&lt;BR /&gt;I'm trying to mount a remote file system&lt;BR /&gt;&lt;BR /&gt;here is the /etc/exports file&lt;BR /&gt;&lt;BR /&gt;root@slacrmp2:/ &amp;gt; cat /etc/exports&lt;BR /&gt;/interface/mysingle -root=slacrmp1,access=slacrmp1&lt;BR /&gt;/tmp/instdir -root=pilot,access=pilot&lt;BR /&gt;/usr/sap/trans -root=slacrmp1,access=slacrmp1&lt;BR /&gt;root@slacrmp2:/ &amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I try to do the remote mount I keep getting a message that the device is busy.&lt;BR /&gt;&lt;BR /&gt;Any help would be appriciated</description>
      <pubDate>Mon, 19 Sep 2005 15:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-system-mounting-problem/m-p/3629414#M237372</guid>
      <dc:creator>Shawn McConnell</dc:creator>
      <dc:date>2005-09-19T15:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: remote file system mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-system-mounting-problem/m-p/3629415#M237373</link>
      <description>Make sure that no currently active process is accessing the directory that you are attempting to use as a mount point.&lt;BR /&gt;&lt;BR /&gt;run fuser /mountpoint to see the processes that are using the directory.  &lt;BR /&gt;&lt;BR /&gt;Usually what happens to me is that I have a telnet window open where I have cd'd over to the directory that I am trying to mount to...</description>
      <pubDate>Mon, 19 Sep 2005 15:31:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-system-mounting-problem/m-p/3629415#M237373</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-09-19T15:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: remote file system mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-system-mounting-problem/m-p/3629416#M237374</link>
      <description>Every response to your question is eligible to earn between 1-10 points. No need to worry about running out of points - when a truly awesome reply rolls in that deserves a 10, you will be able to assign it a 10! However, be careful to assign points based on the value that a reply truly provides. Use the following scale as a guideline:&lt;BR /&gt;&lt;BR /&gt;o N/A: The answer was simply a point of clarification to my original question&lt;BR /&gt;&lt;BR /&gt;o 1-3: The answer didn't really help answer my question, but thanks for your assistance!&lt;BR /&gt;&lt;BR /&gt;o 4- 7: The answer helped with a portion of my question, but I still need some additional help!&lt;BR /&gt;&lt;BR /&gt;o 8-10: The answer has solved my problem completely! Now I'm a happy camper!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Although assigning points is not mandatory, it is a key component of a strong, interactive community, and it is STRONGLY ENCOURAGED. Others have taken time to help you, so please take a moment to give them credit for their assistance!</description>
      <pubDate>Mon, 19 Sep 2005 15:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-system-mounting-problem/m-p/3629416#M237374</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-09-19T15:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: remote file system mounting problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-system-mounting-problem/m-p/3629417#M237375</link>
      <description>Prior answer mostly correct.&lt;BR /&gt;&lt;BR /&gt;I'd suggest downloading and installing lsof and using it instead of fuser.  It will truly let you know any process that is busying out a directory/file.   I've seen cases where someone has done cd to a directory then do su to another user and cd out.  The original shell is still busying out the directory but fuser doesn't see it because the subshell isn't there.&lt;BR /&gt;&lt;BR /&gt;Also you might want to try "bdf mountpoint" just to be sure it doesn't think its already mounted.&lt;BR /&gt;&lt;BR /&gt;Finally make sure you haven't also tried to configure this in automounter.  You'll get weird results from filesystems specified in automounter if you try to do a manual mount.</description>
      <pubDate>Tue, 20 Sep 2005 08:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-file-system-mounting-problem/m-p/3629417#M237375</guid>
      <dc:creator>Jeff Lightner_1</dc:creator>
      <dc:date>2005-09-20T08:26:03Z</dc:date>
    </item>
  </channel>
</rss>

