<?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: clear cifsmount in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151791#M56416</link>
    <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;You can try the following:&lt;BR /&gt;&lt;BR /&gt;I think the best way to solve this issue is to create the moun_point in windows server.&lt;BR /&gt;&lt;BR /&gt;Then do the umount.&lt;BR /&gt;&lt;BR /&gt;If not possible thr the following:&lt;BR /&gt;&lt;BR /&gt;#cifsumount &lt;MOUNTPOINT&gt; -f&lt;BR /&gt;&lt;BR /&gt;Stop cifs client on then&lt;BR /&gt;#cifsclient force_umount &lt;MOUNTPOUNT&gt;&lt;BR /&gt;&lt;BR /&gt;In last case try the following shutdown the windows machine or stop only the network services then:&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/cifsclient stop&lt;BR /&gt;#cifsclient force_umount  "mount_point"&lt;BR /&gt;&lt;BR /&gt;I think this will solve your problems,&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MOUNTPOUNT&gt;&lt;/MOUNTPOINT&gt;</description>
    <pubDate>Thu, 22 Jan 2009 17:06:27 GMT</pubDate>
    <dc:creator>nightwich</dc:creator>
    <dc:date>2009-01-22T17:06:27Z</dc:date>
    <item>
      <title>clear cifsmount</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151786#M56411</link>
      <description>A window server called test has a share dev1 mounted on hpux through cifsmount. Share dev1 removed on window before unmount it from hp unix. Now bdf on hp gave error. cifsdb -d test, cifslogout test, removed /etc/mnttab, then mount -a, still bdf gave error: NFS timeout, connection time out. How to clear this cifsmount? Any thoughts? Thank you.</description>
      <pubDate>Wed, 21 Jan 2009 17:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151786#M56411</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2009-01-21T17:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: clear cifsmount</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151787#M56412</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;removing /etc/mnttab is not effective, because that is really a record keeping file. The mount entry continues to return.&lt;BR /&gt;&lt;BR /&gt;What is necessary is to clear the mount. umount, perhaps fuser -cuk on the file system to clear out the old file handles.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 21 Jan 2009 18:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151787#M56412</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-01-21T18:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: clear cifsmount</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151788#M56413</link>
      <description>tried. Still not working.</description>
      <pubDate>Wed, 21 Jan 2009 18:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151788#M56413</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2009-01-21T18:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: clear cifsmount</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151789#M56414</link>
      <description>some more information on this: The mount point is /dev1 on hp. mkdir /dev1 gave "File exist". but ll /|grep dev1 gave not found.</description>
      <pubDate>Wed, 21 Jan 2009 19:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151789#M56414</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2009-01-21T19:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: clear cifsmount</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151790#M56415</link>
      <description>&lt;!--!*#--&gt;John,&lt;BR /&gt;&lt;BR /&gt;Is the cifsclient still up?  It appears that is is, since you can still issue cifs* commands.&lt;BR /&gt;&lt;BR /&gt;The first thing I'd try is to recreate the share on the Windows system and try to access it.  If that succeeds, unmount it with cifsumount and then remove it again on the windows side.&lt;BR /&gt;&lt;BR /&gt;If that does not work, I believe you will not be able to gracefully unmount; you will have to forceably kill the cifsclient daemon, then do:&lt;BR /&gt;&lt;BR /&gt;  cifsclient force_umount &lt;MOUNT_POINT&gt;&lt;BR /&gt;&lt;BR /&gt;You may then need to wait for the mount to be removed from the kernel mount table (removing /etc/mnttab again might be useful at this point).  If mount (without "-a") or bdf still show the mount after a reasonable time period, you may have no choice but to reboot to remove the stale mount.&lt;BR /&gt;&lt;BR /&gt;All of this is dependent on the versions of HP-UX and the CIFS Client.&lt;BR /&gt;&lt;BR /&gt;-Eric&lt;/MOUNT_POINT&gt;</description>
      <pubDate>Thu, 22 Jan 2009 01:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151790#M56415</guid>
      <dc:creator>Eric Raeburn</dc:creator>
      <dc:date>2009-01-22T01:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: clear cifsmount</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151791#M56416</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;You can try the following:&lt;BR /&gt;&lt;BR /&gt;I think the best way to solve this issue is to create the moun_point in windows server.&lt;BR /&gt;&lt;BR /&gt;Then do the umount.&lt;BR /&gt;&lt;BR /&gt;If not possible thr the following:&lt;BR /&gt;&lt;BR /&gt;#cifsumount &lt;MOUNTPOINT&gt; -f&lt;BR /&gt;&lt;BR /&gt;Stop cifs client on then&lt;BR /&gt;#cifsclient force_umount &lt;MOUNTPOUNT&gt;&lt;BR /&gt;&lt;BR /&gt;In last case try the following shutdown the windows machine or stop only the network services then:&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/cifsclient stop&lt;BR /&gt;#cifsclient force_umount  "mount_point"&lt;BR /&gt;&lt;BR /&gt;I think this will solve your problems,&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MOUNTPOUNT&gt;&lt;/MOUNTPOINT&gt;</description>
      <pubDate>Thu, 22 Jan 2009 17:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151791#M56416</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2009-01-22T17:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: clear cifsmount</title>
      <link>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151792#M56417</link>
      <description>I should assign Eric 10 points. Thanks Eric and everyone. It works.</description>
      <pubDate>Tue, 27 Jan 2009 21:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/clear-cifsmount/m-p/5151792#M56417</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2009-01-27T21:05:39Z</dc:date>
    </item>
  </channel>
</rss>

