<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907925#M106544</link>
    <description>Hi Armin,&lt;BR /&gt;&lt;BR /&gt;Pete is right , FS is not busy but still I had the problem.&lt;BR /&gt;&lt;BR /&gt;Anyway, once I reboot it will be fine.&lt;BR /&gt;Lets hope we will have some soln. in future for such problems.</description>
    <pubDate>Wed, 19 Feb 2003 16:36:06 GMT</pubDate>
    <dc:creator>Venky_1</dc:creator>
    <dc:date>2003-02-19T16:36:06Z</dc:date>
    <item>
      <title>umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907911#M106530</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;While umounting FS it is giving the below error message :-&lt;BR /&gt;umount:cannot umount &lt;FILESYSTEM name=""&gt; : Block device required.&lt;BR /&gt;&lt;BR /&gt;Any suggestions.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;/FILESYSTEM&gt;</description>
      <pubDate>Wed, 19 Feb 2003 12:26:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907911#M106530</guid>
      <dc:creator>Venky_1</dc:creator>
      <dc:date>2003-02-19T12:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907912#M106531</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Wrong device being used&lt;BR /&gt;see first char of ll&lt;BR /&gt;&lt;BR /&gt;This is block&lt;BR /&gt;&lt;BR /&gt;ll /dev/dsk/c0t6d0&lt;BR /&gt;brw-r-----   1 bin        sys         31 0x006000 Dec 30  1999 /dev/dsk/c0t6d0&lt;BR /&gt; &lt;BR /&gt;This is character&lt;BR /&gt;&lt;BR /&gt;ll /dev/rdsk/c0t6d0&lt;BR /&gt;crw-r-----   1 bin        sys        188 0x006000 Jun 21  1999 /dev/rdsk/c0t6d0&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Always use /dev/dsk and not rdsk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve Steel</description>
      <pubDate>Wed, 19 Feb 2003 12:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907912#M106531</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-02-19T12:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907913#M106532</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;could you post a bdf and the command you have used.&lt;BR /&gt;&lt;BR /&gt;try to use the &lt;BR /&gt;&lt;BR /&gt;# umount /dev/vg00/lvol10&lt;BR /&gt;&lt;BR /&gt;and fill in the number for vg and lv yourself.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 19 Feb 2003 12:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907913#M106532</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-02-19T12:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907914#M106533</link>
      <description>First check whether the file system is mounted using the mount command.&lt;BR /&gt;&lt;BR /&gt;If it is mounted then just use&lt;BR /&gt;&lt;BR /&gt;#umount &lt;FILE system-name=""&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/FILE&gt;</description>
      <pubDate>Wed, 19 Feb 2003 12:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907914#M106533</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-19T12:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907915#M106534</link>
      <description>It seams that the filesystem is not mounted, please check this with:&lt;BR /&gt;&lt;BR /&gt;# mount | grep /&lt;MNT_POINT&gt;&lt;BR /&gt;&lt;BR /&gt;Try to mount the filesystem and re-try to umount it.&lt;BR /&gt;&lt;BR /&gt;Please also check the /etc/mnttab if the filesystem is in. Try this:&lt;BR /&gt;&lt;BR /&gt;# mv /etc/mnttab /etc/mnttab.old&lt;BR /&gt;# mount -a&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin&lt;/MNT_POINT&gt;</description>
      <pubDate>Wed, 19 Feb 2003 12:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907915#M106534</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-02-19T12:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907916#M106535</link>
      <description>Hi!&lt;BR /&gt;Actually you've received an error:&lt;BR /&gt;[ENOTBLK] - name is not a block special device&lt;BR /&gt;Maybe you used a wrong FS-name?&lt;BR /&gt;Show results from:&lt;BR /&gt;#bdf&lt;BR /&gt;and &lt;BR /&gt;#cat /etc/mnttab&lt;BR /&gt;,please.&lt;BR /&gt;Rgrds.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Feb 2003 12:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907916#M106535</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-02-19T12:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907917#M106536</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Everything about mounting the FS was fine.&lt;BR /&gt;Mount was done using block device only but &lt;BR /&gt;by mistake it got mounted on wrong mount point.&lt;BR /&gt;&lt;BR /&gt;Now it is not allowing me to umount it and in the fstab it has the correct entry. ( I mean mount point ).&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 19 Feb 2003 13:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907917#M106536</guid>
      <dc:creator>Venky_1</dc:creator>
      <dc:date>2003-02-19T13:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907918#M106537</link>
      <description>Unfortunately, you may have to reboot to straighten this out.  If it won't unmount, there's no force option.  You can try using both the mount point "umount /home" and the block device "umount /dev/vg00/lvol5", but if that doesn't do it, there's not much left to try.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 19 Feb 2003 13:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907918#M106537</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-19T13:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907919#M106538</link>
      <description>Venky,&lt;BR /&gt;&lt;BR /&gt;can you umount the lvol instead of the /mountpoint ?&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 19 Feb 2003 13:30:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907919#M106538</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-02-19T13:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907920#M106539</link>
      <description>You should still be able to umount it, even if you used a different mount point then the one specified on your /etc/fstab.  Have you tried umounting it using the LV instead of the filesystem? I get this feeling that your /etc/mnttab has a problem though, and is not seeing this file system mounted.</description>
      <pubDate>Wed, 19 Feb 2003 13:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907920#M106539</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-02-19T13:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907921#M106540</link>
      <description>If you try to umount a filesystem and got the message "device busy" you have to check who keeps the device busy and stop/kill this processes.&lt;BR /&gt;&lt;BR /&gt;You can find this processes by following commands:&lt;BR /&gt;&lt;BR /&gt;# fuser (-k) /&lt;MNT_POINT&gt;&lt;BR /&gt;# lsof /&lt;MNT_POINT&gt;&lt;BR /&gt;&lt;BR /&gt;'lsof' can be downloaded by following URL:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.64/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Only if you are not able to stop/kill the processes which keep the filesystem busy you have to reboot.&lt;/MNT_POINT&gt;&lt;/MNT_POINT&gt;</description>
      <pubDate>Wed, 19 Feb 2003 13:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907921#M106540</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-02-19T13:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907922#M106541</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I have already tried all the options suggested above but it doesn't work.&lt;BR /&gt;&lt;BR /&gt;So, I think Pete Randall is right, I have no other option then to reboot the server.&lt;BR /&gt;&lt;BR /&gt;Anyway, thanks for all the comments.</description>
      <pubDate>Wed, 19 Feb 2003 14:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907922#M106541</guid>
      <dc:creator>Venky_1</dc:creator>
      <dc:date>2003-02-19T14:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907923#M106542</link>
      <description>Right, if you are not able to stop/kill the processes on the filesystem you wants to umount you only have the possibility to reboot ;-(</description>
      <pubDate>Wed, 19 Feb 2003 14:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907923#M106542</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-02-19T14:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907924#M106543</link>
      <description>Armin,&lt;BR /&gt;&lt;BR /&gt;He wasn't getting a "device busy".&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 19 Feb 2003 14:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907924#M106543</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-19T14:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907925#M106544</link>
      <description>Hi Armin,&lt;BR /&gt;&lt;BR /&gt;Pete is right , FS is not busy but still I had the problem.&lt;BR /&gt;&lt;BR /&gt;Anyway, once I reboot it will be fine.&lt;BR /&gt;Lets hope we will have some soln. in future for such problems.</description>
      <pubDate>Wed, 19 Feb 2003 16:36:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907925#M106544</guid>
      <dc:creator>Venky_1</dc:creator>
      <dc:date>2003-02-19T16:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: umount problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907926#M106545</link>
      <description>can you provide your mount -v optput.&lt;BR /&gt;&lt;BR /&gt;I am sure you should not have to reboot for just unmounting a filesystem and that too if it is not busy. And also, if it got mounted on the wrong mount point your application also will not use this and thus no possibility of some open system calls for this mount point.</description>
      <pubDate>Wed, 19 Feb 2003 18:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umount-problem/m-p/2907926#M106545</guid>
      <dc:creator>monasingh_1</dc:creator>
      <dc:date>2003-02-19T18:50:47Z</dc:date>
    </item>
  </channel>
</rss>

