<?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: umount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893549#M103498</link>
    <description>how about a sledgehammer&lt;BR /&gt;&lt;BR /&gt;fuser -cuk /mountpoint&lt;BR /&gt;&lt;BR /&gt;That will kill everything.  Don't do it on var.&lt;BR /&gt;&lt;BR /&gt;Sounds like the problem definisiton is confusing people.  Details please.&lt;BR /&gt;&lt;BR /&gt;P</description>
    <pubDate>Fri, 31 Jan 2003 02:47:09 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-01-31T02:47:09Z</dc:date>
    <item>
      <title>umount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893543#M103492</link>
      <description>can you umount the filesystem when the vg is activated??</description>
      <pubDate>Thu, 30 Jan 2003 23:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893543#M103492</guid>
      <dc:creator>hpuxhelp</dc:creator>
      <dc:date>2003-01-30T23:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: umount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893544#M103493</link>
      <description>Sure, as long as no processes have any files open on that file system.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 30 Jan 2003 23:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893544#M103493</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2003-01-30T23:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: umount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893545#M103494</link>
      <description>Make sure that new processes have the filesystem locked.&lt;BR /&gt;&lt;BR /&gt;# umount /fred&lt;BR /&gt;umount: cannot unmount /fred : Device busy&lt;BR /&gt;&lt;BR /&gt;# fuser /dev/vg01/fred&lt;BR /&gt;1234c&lt;BR /&gt;Once the process has been terminated, you can unmount the filesystem</description>
      <pubDate>Fri, 31 Jan 2003 00:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893545#M103494</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-01-31T00:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: umount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893546#M103495</link>
      <description>To umount a file system the VG must be activated.  If the VG is not activated then the filesystem can't be mounted.&lt;BR /&gt;&lt;BR /&gt;An easier fuser command to user to find who is using a mount point:&lt;BR /&gt;&lt;BR /&gt;# fuser -cu /mountpoint_name&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Jan 2003 00:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893546#M103495</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-01-31T00:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: umount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893547#M103496</link>
      <description>Patrick ;-)&lt;BR /&gt;&lt;BR /&gt;If  vg is in deactivated state, how would file system be in mounted state?&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;PS: One of the tongue slips?&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Jan 2003 00:15:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893547#M103496</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-31T00:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: umount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893548#M103497</link>
      <description>You're right Sridhar.  I probably didn't say what I meant to say very clearly.&lt;BR /&gt;&lt;BR /&gt;If a VG is NOT activated, a filesystem CAN NOT be mounted, hence no reason to use umount.</description>
      <pubDate>Fri, 31 Jan 2003 00:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893548#M103497</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-01-31T00:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: umount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893549#M103498</link>
      <description>how about a sledgehammer&lt;BR /&gt;&lt;BR /&gt;fuser -cuk /mountpoint&lt;BR /&gt;&lt;BR /&gt;That will kill everything.  Don't do it on var.&lt;BR /&gt;&lt;BR /&gt;Sounds like the problem definisiton is confusing people.  Details please.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Fri, 31 Jan 2003 02:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893549#M103498</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-31T02:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: umount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893550#M103499</link>
      <description>Hi!&lt;BR /&gt;It seems you want to do something like&lt;BR /&gt;fsck with your file system. So you can&lt;BR /&gt;do this with umounted fs &amp;amp; activated VG.&lt;BR /&gt;Simply do &lt;BR /&gt;#umount -F ... &lt;BR /&gt;#fsck -p&lt;BR /&gt;&lt;BR /&gt;If you need to manipulate with VG like &lt;BR /&gt;vgextend, lvextend, extendfs ... :&lt;BR /&gt;#umount -F ...&lt;BR /&gt;#vgextend ....&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 31 Jan 2003 08:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893550#M103499</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-01-31T08:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: umount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893551#M103500</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you are trying with a vg00 basic operating system file system I recommend you set your system in single user mode. If you want do this in others files systems you must ensure that is not busy by your own session or by any SAM session (i.e. listing current VG/LV configuration), etc.&lt;BR /&gt;&lt;BR /&gt;An effective way to free your FS is the following:&lt;BR /&gt;#fuser -ku /dev/vg[nn]/lvol[n];umount /&lt;YOUR_MOUNT_POINT&gt;&lt;BR /&gt;&lt;BR /&gt;This execute umount command immediately after the fuser command minimizing the possibility that it is busy again.&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;/YOUR_MOUNT_POINT&gt;</description>
      <pubDate>Fri, 31 Jan 2003 11:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount/m-p/2893551#M103500</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-01-31T11:44:52Z</dc:date>
    </item>
  </channel>
</rss>

