<?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: information regarding changing mount points in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942703#M411990</link>
    <description>Thanks</description>
    <pubDate>Tue, 29 Nov 2005 10:38:08 GMT</pubDate>
    <dc:creator>Ratzie</dc:creator>
    <dc:date>2005-11-29T10:38:08Z</dc:date>
    <item>
      <title>information regarding changing mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942698#M411985</link>
      <description>Just need some additional info.&lt;BR /&gt;Had a log drectory that I want to mount on its own slice.&lt;BR /&gt;/var/log/app1/dir1,dir2,dir3 was all under /var&lt;BR /&gt;&lt;BR /&gt;Made a /var/log/app1 mount point&lt;BR /&gt;&lt;BR /&gt;Instead of moving over the 5 subdirectories within (quite large) we hand bombed and just created the empty directories. No prob.&lt;BR /&gt;Changed to fstab &amp;amp; mnttab&lt;BR /&gt;&lt;BR /&gt;Reboot no prob.&lt;BR /&gt;&lt;BR /&gt;Here the question... &lt;BR /&gt;Where does that data that was previously in /var/log/app1 go that was part of /var</description>
      <pubDate>Wed, 23 Nov 2005 16:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942698#M411985</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2005-11-23T16:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: information regarding changing mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942699#M411986</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you did not move or remove the data, it is still inside the /var filesystem, underneath the /var/log/app1 mountpoint.&lt;BR /&gt;&lt;BR /&gt;To get to the files you need to close your application, umount /var/log/app1 filesytem and move the data to a temp filesystem.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 23 Nov 2005 16:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942699#M411986</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-11-23T16:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: information regarding changing mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942700#M411987</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If I have understood it correctly you are asking what will happen to the contents of a directory when we mount a file system on it.&lt;BR /&gt;&lt;BR /&gt;Answer - The contents will still be there and keep on cosuming same space but will nt be visible after mouting file system. After unmounting file system old contents will still be visible.&lt;BR /&gt;&lt;BR /&gt;Is that what you asked ?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 23 Nov 2005 16:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942700#M411987</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-11-23T16:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: information regarding changing mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942701#M411988</link>
      <description>&lt;BR /&gt;Hi LHradowy,&lt;BR /&gt;&lt;BR /&gt;It would have been better understanding if you would hav egiven some real seanario with somemore details :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Well, the data /var/log/app1 will be still in /var as the mount point is on the top of /var&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 23 Nov 2005 17:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942701#M411988</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-11-23T17:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: information regarding changing mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942702#M411989</link>
      <description>A mountpoint is simply a directory but in Unix, a directory (and the contents) will be "hidden" if you mount another filesystem into this directory. If you un-mount the new lvol, you'll see the old data. Unfortunately, Unix does not warn you that a mountpoint directory already contains data.&lt;BR /&gt; &lt;BR /&gt;The normal way to create new mountpoints is to temporarily mount the new lvol, then use find|cpio to copy all the files and directories, then verify the file and directory counts in the old and new locations. Once verified, you recursively remove the old data, modify fstab and then mount the new lvol.</description>
      <pubDate>Wed, 23 Nov 2005 18:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942702#M411989</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-11-23T18:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: information regarding changing mount points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942703#M411990</link>
      <description>Thanks</description>
      <pubDate>Tue, 29 Nov 2005 10:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-regarding-changing-mount-points/m-p/4942703#M411990</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2005-11-29T10:38:08Z</dc:date>
    </item>
  </channel>
</rss>

