<?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: Cannot remove mount point. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554509#M28560</link>
    <description>&lt;BR /&gt;  Hi&lt;BR /&gt;&lt;BR /&gt;  Normally filesystem will get mounted thru two files. One is /etc/fstab, and the other is /etc/auto.direct. &lt;BR /&gt;&lt;BR /&gt;  First U make sure that this particular entry is not there in /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;  Secondly edit /etc/auto.direct and see whether entry is there or not. If yes, remove that line.&lt;BR /&gt;&lt;BR /&gt;  Then got /sbin/init.d directory do this&lt;BR /&gt;&lt;BR /&gt;#nfs.client stop&lt;BR /&gt;#nfs.clent start&lt;BR /&gt;&lt;BR /&gt;  Now try removing mount point. If still problem exists U will have to reboot to solve this. Once U reboot problem will get solved.&lt;BR /&gt;&lt;BR /&gt;Bets of luck&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
    <pubDate>Fri, 20 Jul 2001 05:28:20 GMT</pubDate>
    <dc:creator>Shahul</dc:creator>
    <dc:date>2001-07-20T05:28:20Z</dc:date>
    <item>
      <title>Cannot remove mount point.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554504#M28555</link>
      <description>FYI: Newbie on K460, HP/UX 11.00&lt;BR /&gt;&lt;BR /&gt;I have a /net mount point that came from somewhere I do not know. It is not in fstab and when I try to umount it says cannot find in /etc/mnttab.&lt;BR /&gt;&lt;BR /&gt;When I try to do a rmdir /net I get Cannot remove mountable directory.</description>
      <pubDate>Wed, 18 Jul 2001 20:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554504#M28555</guid>
      <dc:creator>Tim Krego_1</dc:creator>
      <dc:date>2001-07-18T20:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove mount point.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554505#M28556</link>
      <description>Be careful Tim:&lt;BR /&gt;&lt;BR /&gt;This might be an automount mount point. When you say it is a mountpoint do you mean that it &lt;BR /&gt;appear when you do a bdf command?&lt;BR /&gt;If not is it simply a directory.&lt;BR /&gt;&lt;BR /&gt;If this is an automount directory, kill automount and it should disappear.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Wed, 18 Jul 2001 20:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554505#M28556</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-07-18T20:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove mount point.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554506#M28557</link>
      <description>Hi Tim&lt;BR /&gt;&lt;BR /&gt;Do a fuser -c /net and get the list of process running with the mountpoint. It can be possible that u dont need to delete it at all . Just after killing those processes just umount /net .&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 18 Jul 2001 20:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554506#M28557</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-07-18T20:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove mount point.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554507#M28558</link>
      <description>Hi Tim:&lt;BR /&gt;&lt;BR /&gt;The '/net' directory is a special one used by the automounter of NFS (network file systems).  See the man pages for 'automount' for a bit more detail.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 18 Jul 2001 20:45:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554507#M28558</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-18T20:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove mount point.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554508#M28559</link>
      <description>If you are not using the Automounter, go into /etc/rc.config.d/nfsconf and make sure AUTOMOUNT=0&lt;BR /&gt;&lt;BR /&gt;By default the automounter daemon is enabled.&lt;BR /&gt;&lt;BR /&gt;The /net will not disappear until you either 1) reboot the system, or 2) stop and restart the NFS daemons.</description>
      <pubDate>Wed, 18 Jul 2001 21:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554508#M28559</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-07-18T21:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove mount point.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554509#M28560</link>
      <description>&lt;BR /&gt;  Hi&lt;BR /&gt;&lt;BR /&gt;  Normally filesystem will get mounted thru two files. One is /etc/fstab, and the other is /etc/auto.direct. &lt;BR /&gt;&lt;BR /&gt;  First U make sure that this particular entry is not there in /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;  Secondly edit /etc/auto.direct and see whether entry is there or not. If yes, remove that line.&lt;BR /&gt;&lt;BR /&gt;  Then got /sbin/init.d directory do this&lt;BR /&gt;&lt;BR /&gt;#nfs.client stop&lt;BR /&gt;#nfs.clent start&lt;BR /&gt;&lt;BR /&gt;  Now try removing mount point. If still problem exists U will have to reboot to solve this. Once U reboot problem will get solved.&lt;BR /&gt;&lt;BR /&gt;Bets of luck&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Fri, 20 Jul 2001 05:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554509#M28560</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-07-20T05:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot remove mount point.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554510#M28561</link>
      <description>I think the /net showed up when I did a pfs_mount for the Oracle 8.1.6 CD I needed to install. &lt;BR /&gt;&lt;BR /&gt;Thanks for all the help.</description>
      <pubDate>Fri, 20 Jul 2001 19:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-remove-mount-point/m-p/2554510#M28561</guid>
      <dc:creator>Tim Krego_1</dc:creator>
      <dc:date>2001-07-20T19:40:04Z</dc:date>
    </item>
  </channel>
</rss>

