<?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: Renaming a vxfs filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964459#M618558</link>
    <description>Absolutely.&lt;BR /&gt;&lt;BR /&gt;1) Create directory for new mount point.&lt;BR /&gt;&lt;BR /&gt;# mkdir /new_mount&lt;BR /&gt;&lt;BR /&gt;2) Unmount current filesystem&lt;BR /&gt;&lt;BR /&gt;# umount /mount&lt;BR /&gt;&lt;BR /&gt;3) Modify /etc/fstab to point the LV to the new mount point /new_mount&lt;BR /&gt;&lt;BR /&gt;4) Verify permissions on directories before mounting.&lt;BR /&gt;&lt;BR /&gt;# ll /mount /new_mount&lt;BR /&gt;Make sure the ownership and permissions are the same.  If not, modify the /new_mount so they are.&lt;BR /&gt;&lt;BR /&gt;5) Mount /new_mount&lt;BR /&gt;&lt;BR /&gt;# mount /new_mount&lt;BR /&gt;&lt;BR /&gt;This should work if you correctly modified /etc/fstab.&lt;BR /&gt;</description>
    <pubDate>Fri, 03 Mar 2006 11:53:18 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2006-03-03T11:53:18Z</dc:date>
    <item>
      <title>Renaming a vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964458#M618557</link>
      <description>Is it possible to rename a filesystem without actually backing it up, deleting it, and restoring the data to the new filesystem?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 03 Mar 2006 11:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964458#M618557</guid>
      <dc:creator>Ken Englander</dc:creator>
      <dc:date>2006-03-03T11:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964459#M618558</link>
      <description>Absolutely.&lt;BR /&gt;&lt;BR /&gt;1) Create directory for new mount point.&lt;BR /&gt;&lt;BR /&gt;# mkdir /new_mount&lt;BR /&gt;&lt;BR /&gt;2) Unmount current filesystem&lt;BR /&gt;&lt;BR /&gt;# umount /mount&lt;BR /&gt;&lt;BR /&gt;3) Modify /etc/fstab to point the LV to the new mount point /new_mount&lt;BR /&gt;&lt;BR /&gt;4) Verify permissions on directories before mounting.&lt;BR /&gt;&lt;BR /&gt;# ll /mount /new_mount&lt;BR /&gt;Make sure the ownership and permissions are the same.  If not, modify the /new_mount so they are.&lt;BR /&gt;&lt;BR /&gt;5) Mount /new_mount&lt;BR /&gt;&lt;BR /&gt;# mount /new_mount&lt;BR /&gt;&lt;BR /&gt;This should work if you correctly modified /etc/fstab.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964459#M618558</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-03-03T11:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964460#M618559</link>
      <description>Sure, just unmount it, create a new mount point, then remount it under the new mount point.  For example:&lt;BR /&gt;&lt;BR /&gt;umount /home&lt;BR /&gt;mkdir /myhome&lt;BR /&gt;mount /dev/vg00/lvol4 /myhome&lt;BR /&gt;&lt;BR /&gt;/home has now been renamed /myhome!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 03 Mar 2006 11:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964460#M618559</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-03-03T11:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964461#M618560</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;If the file system is its own mount point&lt;BR /&gt;  unmount the file system&lt;BR /&gt;  create the new mount point name&lt;BR /&gt;  edit /etc/fstab and change the mount point name to the new name&lt;BR /&gt;  run mount -a to mount the file system on the new name&lt;BR /&gt;&lt;BR /&gt;If the file system is not its own mount point, simply use mv&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964461#M618560</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-03-03T11:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964462#M618561</link>
      <description>As a Plan B, create a symbolic link from the oldmountpoint to the new and declare victory.&lt;BR /&gt;&lt;BR /&gt;ln -s /xxx/yyy/olddir /aaa/bbb/newdir</description>
      <pubDate>Fri, 03 Mar 2006 11:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964462#M618561</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-03-03T11:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964463#M618562</link>
      <description>I find bdf to be the easiest way to remind myself of the logical volume name, if you don't know it already.&lt;BR /&gt;&lt;BR /&gt;For the change of mount point I think you've got lots of answers above.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Fri, 03 Mar 2006 11:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964463#M618562</guid>
      <dc:creator>Gavin Clarke</dc:creator>
      <dc:date>2006-03-03T11:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964464#M618563</link>
      <description>Or you can use a soft link:&lt;BR /&gt;&lt;BR /&gt;If say your have an existing filesystem named /data123. And your new application needs to address the data at a new filesystem called /data456, you can simply:&lt;BR /&gt;&lt;BR /&gt;ln -s /data123 /data456&lt;BR /&gt;&lt;BR /&gt;No interruption to your filesystem whatsoever.  /data123 will still be available. /data456 will ne there but will point to /data123.&lt;BR /&gt;&lt;BR /&gt;;^)&lt;BR /&gt;&lt;BR /&gt;Peace and Clean Air.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2006 12:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964464#M618563</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2006-03-03T12:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964465#M618564</link>
      <description>Thanks everyone.  You might be able to guess I am a novice.  It makes perfect sense now that I think about it.</description>
      <pubDate>Fri, 03 Mar 2006 13:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964465#M618564</guid>
      <dc:creator>Ken Englander</dc:creator>
      <dc:date>2006-03-03T13:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a vxfs filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964466#M618565</link>
      <description>Thanks</description>
      <pubDate>Fri, 03 Mar 2006 16:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-vxfs-filesystem/m-p/4964466#M618565</guid>
      <dc:creator>Ken Englander</dc:creator>
      <dc:date>2006-03-03T16:27:19Z</dc:date>
    </item>
  </channel>
</rss>

