<?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: Change mount point name in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744138#M68503</link>
    <description>Yes, it is possible. Try this:&lt;BR /&gt;&lt;BR /&gt;1) find out and get rid of all processes using this file system (lsof, fuser)&lt;BR /&gt;2) un mount the file system (umount)&lt;BR /&gt;3) Create the new mount_point (mkdir)&lt;BR /&gt;4) Mount the file system back to new mount_point.&lt;BR /&gt;5) Edit /etc/fstab (if needed this change permanently)&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Jun 2002 14:51:49 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-06-13T14:51:49Z</dc:date>
    <item>
      <title>Change mount point name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744136#M68501</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I wuold like to change the name of this mount point /home/db/db /home/db/bug&lt;BR /&gt;&lt;BR /&gt;Is this possible ?&lt;BR /&gt;How to do it ?&lt;BR /&gt;&lt;BR /&gt;The disk is mounted and mirrored.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot</description>
      <pubDate>Thu, 13 Jun 2002 14:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744136#M68501</guid>
      <dc:creator>Dario_4</dc:creator>
      <dc:date>2002-06-13T14:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change mount point name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744137#M68502</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;umount the filesystem.&lt;BR /&gt;&lt;BR /&gt;Create the new directory bug&lt;BR /&gt;#mkdir /home/db/bug&lt;BR /&gt;&lt;BR /&gt;#mount /dev/vg02/lvol2 /home/db/bug&lt;BR /&gt;&lt;BR /&gt;Edit /etc/fstab and change the dir mount point from /home/db/db to /home/db/bug to mount it automatically during next reboot.&lt;BR /&gt;&lt;BR /&gt;Piyush&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 14:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744137#M68502</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-13T14:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change mount point name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744138#M68503</link>
      <description>Yes, it is possible. Try this:&lt;BR /&gt;&lt;BR /&gt;1) find out and get rid of all processes using this file system (lsof, fuser)&lt;BR /&gt;2) un mount the file system (umount)&lt;BR /&gt;3) Create the new mount_point (mkdir)&lt;BR /&gt;4) Mount the file system back to new mount_point.&lt;BR /&gt;5) Edit /etc/fstab (if needed this change permanently)&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 14:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744138#M68503</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-13T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change mount point name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744139#M68504</link>
      <description>Hi Dario,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;1.- Umount the filesystem.&lt;BR /&gt;2.- Create the new directory.&lt;BR /&gt;3.- Change the /etc/fstab&lt;BR /&gt;4.- mount -a&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Thu, 13 Jun 2002 14:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744139#M68504</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-06-13T14:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change mount point name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744140#M68505</link>
      <description>Make sure no users are accessing /home/db/db. Then you would simply do ..&lt;BR /&gt;# cd /&lt;BR /&gt;# umount /home/db/db&lt;BR /&gt;# mkdir /home/db/bug&lt;BR /&gt;# vi /etc/fstab&lt;BR /&gt;====&amp;gt; change the entry appropriately&lt;BR /&gt;# mount -a&lt;BR /&gt;# bdf&lt;BR /&gt;====&amp;gt; check it&lt;BR /&gt;# rmdir /home/db/db</description>
      <pubDate>Thu, 13 Jun 2002 14:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744140#M68505</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-13T14:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change mount point name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744141#M68506</link>
      <description>Hi Dario,&lt;BR /&gt;&lt;BR /&gt;unmount the filesystem mounted at that point,&lt;BR /&gt;&lt;BR /&gt;/home/db/db&lt;BR /&gt;&lt;BR /&gt;Make the changes in /etc/fstab and then remount the filesystem after creating the mount dir if it does not exist,&lt;BR /&gt;&lt;BR /&gt;mkdir /home/db/bug&lt;BR /&gt;&lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 14:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744141#M68506</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-13T14:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change mount point name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744142#M68507</link>
      <description>Hi Again,&lt;BR /&gt;&lt;BR /&gt;Please assign points to the answer the people that help you use his time for help you.&lt;BR /&gt;&lt;BR /&gt;This member has assigned points to 12 of 140 responses to his/her questions.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Thu, 13 Jun 2002 14:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744142#M68507</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-06-13T14:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change mount point name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744143#M68508</link>
      <description>&lt;BR /&gt;Unmount /home/db/bug&lt;BR /&gt;&lt;BR /&gt;mv /home/db/bug /home/db/NEWNAME&lt;BR /&gt;&lt;BR /&gt;mount /home/db/db /home/db/NEWNAME&lt;BR /&gt;&lt;BR /&gt;change /etc/fstab&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 13 Jun 2002 14:54:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mount-point-name/m-p/2744143#M68508</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-13T14:54:58Z</dc:date>
    </item>
  </channel>
</rss>

