<?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: mount problem, device busy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168849#M160937</link>
    <description>John, a mount point need not be empty. I've hidden stuff under mount points. The discrepency between df / and du -sx / confused my operators for a long time.</description>
    <pubDate>Thu, 22 Jan 2004 03:48:52 GMT</pubDate>
    <dc:creator>Jordan Bean</dc:creator>
    <dc:date>2004-01-22T03:48:52Z</dc:date>
    <item>
      <title>mount problem, device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168842#M160930</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a problem with a Service Guard script which is trying to NFS mount a filesystem.&lt;BR /&gt;&lt;BR /&gt;The following message comes up:&lt;BR /&gt;Jan 20 17:41:26 yiek sgsmoumx.sh [2942]:  Mounting of /m/home has failed!!!&lt;BR /&gt;nfs mount: mount_nfs: mount: /m/home: Device busy&lt;BR /&gt;&lt;BR /&gt;the command in the SG script is:&lt;BR /&gt;mount sysyo:/d/home /m/home&lt;BR /&gt;(sysho is a SG package, &lt;BR /&gt;/m is a softlink to /d)&lt;BR /&gt;&lt;BR /&gt;when I try to do it manually, the following happens:&lt;BR /&gt;yiek:/ (109) root% mount sysyo:/d/home /m/home&lt;BR /&gt;nfs mount: mount_nfs: mount: /m/home: Device busy&lt;BR /&gt;&lt;BR /&gt;when I try it with a new mount point /k/home it works&lt;BR /&gt;yiek:/ (110) root% mkdir /k&lt;BR /&gt;yiek:/ (111) root% mkdir /k/home&lt;BR /&gt;yiek:/ (112) root% mount sysyo:/d/home /k/home&lt;BR /&gt;yiek:/ (113) root% bdf&lt;BR /&gt;yiek:/ (113) root% bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;...&lt;BR /&gt;sysyo:/d/home      4292608    9576 4015400    0% /k/home&lt;BR /&gt;&lt;BR /&gt;when I try to free the filesystem /m/home I get the message:&lt;BR /&gt;yiek:/etc/cmcluster/db (191) root% fuser -ck /m/home&lt;BR /&gt;/m/home: fuser: could not find file system mounted at /m/home.&lt;BR /&gt;&lt;BR /&gt;++++ can you help ++++&lt;BR /&gt;&lt;BR /&gt;BR Dirk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2004 12:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168842#M160930</guid>
      <dc:creator>Dirk Kilian</dc:creator>
      <dc:date>2004-01-20T12:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem, device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168843#M160931</link>
      <description>To use a mount point it has to be empty. Make sure that /m/home is actually empty. Also no one can be in that directory. Use fuser to see if someone is using it, by NOT using the -ck switch just fuser:&lt;BR /&gt;&lt;BR /&gt;fuser /m/home&lt;BR /&gt;&lt;BR /&gt;Will tell you if someone is there, because you don't have a file system mounted yet the -ck switch will fail with the error you are getting.</description>
      <pubDate>Tue, 20 Jan 2004 12:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168843#M160931</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2004-01-20T12:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem, device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168844#M160932</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Make sure someone is not in /d/home (as you mentioned /m is a softlink to /d). YOu could do onething. Mv /d to /d.old and create /d/home and then try mounting it manually. It will take care of users in that directory.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 20 Jan 2004 12:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168844#M160932</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-20T12:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem, device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168845#M160933</link>
      <description>Sometimes dead/dying processes (even orphans/zombies, etc) will keep a file or directory locked and in use, even if other commands doesn't show it. To find these you'll need lsof.  You can get this from software.hp.com. Its been a while since I last used it (6 months) but I had to recompile it for 64 bit--the 32bit version wouldn't run on one of my systems.   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 20 Jan 2004 13:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168845#M160933</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2004-01-20T13:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem, device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168846#M160934</link>
      <description>If fuser doesn't show any use of that mount point, look for a remote login there (whodo might give a clue), ftp process, or stale nfs mount.  ps -elf | grep dirname to see a process running from there. &lt;BR /&gt;&lt;BR /&gt;Look in /etc/mnttab to make sure there is not already something mounted there.&lt;BR /&gt;&lt;BR /&gt;( of course, there's always a fix in a reboot)&lt;BR /&gt;&lt;BR /&gt;aside:I thought mount points could have files in them, they just get hidden when something is mounted over them.</description>
      <pubDate>Tue, 20 Jan 2004 15:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168846#M160934</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2004-01-20T15:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem, device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168847#M160935</link>
      <description>Hi Dirk&lt;BR /&gt;         Check if any any process is using /m/home .It might already mounted fot other filesystem .check with fuser&lt;BR /&gt;# fuser /m/system&lt;BR /&gt;if try killing the process&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2004 16:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168847#M160935</guid>
      <dc:creator>kamal_9</dc:creator>
      <dc:date>2004-01-20T16:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem, device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168848#M160936</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;thx for your answers, problem has been solved by a colleague already.&lt;BR /&gt;&lt;BR /&gt;He run a script, which is recreating the softlink /m -&amp;gt; /d and recreating all the filesystems /m/* which work as mountpoints for the real /d/* filesystems.&lt;BR /&gt;&lt;BR /&gt;fuser is a good hint, thx for that...&lt;BR /&gt;&lt;BR /&gt;Dirk</description>
      <pubDate>Wed, 21 Jan 2004 04:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168848#M160936</guid>
      <dc:creator>Dirk Kilian</dc:creator>
      <dc:date>2004-01-21T04:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: mount problem, device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168849#M160937</link>
      <description>John, a mount point need not be empty. I've hidden stuff under mount points. The discrepency between df / and du -sx / confused my operators for a long time.</description>
      <pubDate>Thu, 22 Jan 2004 03:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-problem-device-busy/m-p/3168849#M160937</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2004-01-22T03:48:52Z</dc:date>
    </item>
  </channel>
</rss>

