<?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: File system query. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151744#M157680</link>
    <description>I don't think you will encounter any performance problems with this, we do it all the time.&lt;BR /&gt;&lt;BR /&gt;However, it is conventional (but not essential) to use dedicated, empty directories for your mount points.&lt;BR /&gt;&lt;BR /&gt;Otherwise, any files present in a directory on top of which a file system is mounted become inaccessible. In your case, if on your internal disk, there were files under /xxx/yyy/zz, then when you mount the SAN filesystem onto this dir, the files can't be seen (but they are still there).&lt;BR /&gt;&lt;BR /&gt;Hope this helps. I attach a mount -pl listing to show how we do it.&lt;BR /&gt;&lt;BR /&gt;-- Graham</description>
    <pubDate>Tue, 23 Dec 2003 11:11:33 GMT</pubDate>
    <dc:creator>Graham Cameron_1</dc:creator>
    <dc:date>2003-12-23T11:11:33Z</dc:date>
    <item>
      <title>File system query.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151738#M157674</link>
      <description>Hi friends, &lt;BR /&gt;&lt;BR /&gt;I have a query .&lt;BR /&gt;&lt;BR /&gt;We have a file system which is on  internal disk  mounted to /xxx directory  . Now one another file system which is from SAN is mounted to /xxx/yy/zz directory .&lt;BR /&gt;&lt;BR /&gt;/xxx has all appication and /xxx/yy/zz has data files.&lt;BR /&gt;&lt;BR /&gt;Normally we mount all file systems to directories under root . Does this kind of a mounting (FS under another FS)gives any  problems , like performace etc ..&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;baiju.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Dec 2003 10:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151738#M157674</guid>
      <dc:creator>blal</dc:creator>
      <dc:date>2003-12-23T10:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: File system query.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151739#M157675</link>
      <description>It can certainly be done.  I use that method myself for certain filesystems (/var/adm/crash comes to mind).  The only issue I've ever encountered is that when you want/need to increase the size of the /xxx filesystem you ust first unmount the /xxx/yy/zz filesystem, even if you have OnlineJFS installed.  I've never encountered any performance problems.</description>
      <pubDate>Tue, 23 Dec 2003 11:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151739#M157675</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-12-23T11:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: File system query.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151740#M157676</link>
      <description>Performance wise .. no.. the problems you may encounter is if one day you actually forget, or have a problem mounting your second filesystem (/xx/yy) and you put data and then mount /xx/yy, you won't see your data as your file system is now on top of it.. and therefore, you might not know where the space is allocated.</description>
      <pubDate>Tue, 23 Dec 2003 11:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151740#M157676</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-12-23T11:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: File system query.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151741#M157677</link>
      <description>There won't be any performance impact. The issue is if you loose the first LV or if you encounter any problems with that, the second file system also will be affected.&lt;BR /&gt;&lt;BR /&gt;You can also create link files that point to a file system mounted on root, instead of actual mounts.</description>
      <pubDate>Tue, 23 Dec 2003 11:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151741#M157677</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-12-23T11:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: File system query.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151742#M157678</link>
      <description>If you mount manually the fs, I think you must do it in the order /xxx and then /xxx/yy/zz (umount : reverse)&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 23 Dec 2003 11:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151742#M157678</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-12-23T11:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: File system query.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151743#M157679</link>
      <description>In the old days of UNIX, we were cautioned to avoid nested filesystem mountpoints because there was a small performance penalty associated with the extra level of indirection. Even then the hits were very small and now they are tiny. This is a practical approach to space management. The main consideration is to make certain that the filesystems are now mounted and unmounted in the correct order.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Dec 2003 11:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151743#M157679</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-12-23T11:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: File system query.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151744#M157680</link>
      <description>I don't think you will encounter any performance problems with this, we do it all the time.&lt;BR /&gt;&lt;BR /&gt;However, it is conventional (but not essential) to use dedicated, empty directories for your mount points.&lt;BR /&gt;&lt;BR /&gt;Otherwise, any files present in a directory on top of which a file system is mounted become inaccessible. In your case, if on your internal disk, there were files under /xxx/yyy/zz, then when you mount the SAN filesystem onto this dir, the files can't be seen (but they are still there).&lt;BR /&gt;&lt;BR /&gt;Hope this helps. I attach a mount -pl listing to show how we do it.&lt;BR /&gt;&lt;BR /&gt;-- Graham</description>
      <pubDate>Tue, 23 Dec 2003 11:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-query/m-p/3151744#M157680</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-12-23T11:11:33Z</dc:date>
    </item>
  </channel>
</rss>

