<?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 filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681678#M53196</link>
    <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;Doing some cleanup here.&lt;BR /&gt;&lt;BR /&gt;# remove the old logical volume, using lvremove or sam.&lt;BR /&gt;&lt;BR /&gt;# remove the entry for (a) from /etc/fstab.&lt;BR /&gt; then proceed as above.&lt;BR /&gt;&lt;BR /&gt;Sorry if I caused any confusion.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
    <pubDate>Tue, 12 Mar 2002 21:53:15 GMT</pubDate>
    <dc:creator>Christopher McCray_1</dc:creator>
    <dc:date>2002-03-12T21:53:15Z</dc:date>
    <item>
      <title>Renaming a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681672#M53190</link>
      <description>Rookie question. I have to reduce the size of a lv to free up wasted space and I want to go with one of the suggestions I read here....BUT....how do I rename a filesystem?. I have created a new one (b), transfered the info from the old one(a) to (b), then I want to delete (a) and rename (b). I hope this makes sense to someone out there.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any help&lt;BR /&gt;Paul&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Mar 2002 21:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681672#M53190</guid>
      <dc:creator>Paul Wright</dc:creator>
      <dc:date>2002-03-12T21:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681673#M53191</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would unmount the filesystem , change the name of the directory, and change the name of the mountpoint directory in /etc/fstab and then mount /filesystem.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 12 Mar 2002 21:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681673#M53191</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-03-12T21:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681674#M53192</link>
      <description>I would do as follows:&lt;BR /&gt;&lt;BR /&gt;Mount (b) on /tmp/abcd&lt;BR /&gt;cp * from (a) (b)&lt;BR /&gt;unmount (b)&lt;BR /&gt;unmount (a)&lt;BR /&gt;vi /etc/fstab for doing the required change for lvname&lt;BR /&gt;then &lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Tue, 12 Mar 2002 21:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681674#M53192</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-03-12T21:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681675#M53193</link>
      <description>Yes you just have to umount the two filesystem then replace (a) by (b) in /etc/fstab then remount (b) filesysyem then delete the logical volume for (a)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Mar 2002 21:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681675#M53193</guid>
      <dc:creator>Pascal Rouchon</dc:creator>
      <dc:date>2002-03-12T21:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681676#M53194</link>
      <description>You don't have to rename the filesystem if you don't want.  The procedures I use to solve this type of problem is&lt;BR /&gt;&lt;BR /&gt;Say fsa is the original fs and&lt;BR /&gt;fsb is the new one with the correct size.&lt;BR /&gt;&lt;BR /&gt;Create fsb with the correct size&lt;BR /&gt;&lt;BR /&gt;copy over the data from fsa to fsb&lt;BR /&gt;&lt;BR /&gt;unmount fsa&lt;BR /&gt;&lt;BR /&gt;edit /etc/fstab &lt;BR /&gt;&lt;BR /&gt;You should just need to change the lv# for fsa to the lv# you created for fsb.  &lt;BR /&gt;&lt;BR /&gt;Mount fsa backup up.&lt;BR /&gt;&lt;BR /&gt;Hope this makes sense&lt;BR /&gt;&lt;BR /&gt;nancy</description>
      <pubDate>Tue, 12 Mar 2002 21:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681676#M53194</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2002-03-12T21:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681677#M53195</link>
      <description>An example:&lt;BR /&gt;&lt;BR /&gt;You have /dev/vg01/lvol1 mounted as /test.  You configure /dev/vg01/lvol2 and you want that to be your new /test area with all data from /test.  How do you do it?&lt;BR /&gt;&lt;BR /&gt;1) mkdir /new_test&lt;BR /&gt;2) mount /dev/vg01/lvol2 /new_test&lt;BR /&gt;3) cp -Rp /test/* /new_test&lt;BR /&gt;4) umount /new_test&lt;BR /&gt;5) umount /test&lt;BR /&gt;6) mount /dev/vg01/lvol2 /test&lt;BR /&gt;(/dev/vg01/lvol2 just became your new /test area)&lt;BR /&gt;7) vi /etc/fstab&lt;BR /&gt;(change the line '/dev/vg01/lvol1  /test .....' so that it is now '/dev/vg01/lvol2 /test ....' so that the correct LV mounts as /test when the machine reboots.)&lt;BR /&gt;8) lvremove /dev/vg01/lvol1&lt;BR /&gt;(If you want to now get rid of it, that is)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!</description>
      <pubDate>Tue, 12 Mar 2002 21:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681677#M53195</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-03-12T21:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681678#M53196</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;Doing some cleanup here.&lt;BR /&gt;&lt;BR /&gt;# remove the old logical volume, using lvremove or sam.&lt;BR /&gt;&lt;BR /&gt;# remove the entry for (a) from /etc/fstab.&lt;BR /&gt; then proceed as above.&lt;BR /&gt;&lt;BR /&gt;Sorry if I caused any confusion.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 12 Mar 2002 21:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681678#M53196</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-03-12T21:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681679#M53197</link>
      <description>Thanks to all. I'll say one thing, the response time here is phenomenal. Appreciate all the help.&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Tue, 12 Mar 2002 21:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-a-filesystem/m-p/2681679#M53197</guid>
      <dc:creator>Paul Wright</dc:creator>
      <dc:date>2002-03-12T21:57:29Z</dc:date>
    </item>
  </channel>
</rss>

