<?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: Filesystem mount order in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792772#M265299</link>
    <description>The mount startup script is doing a mountall -l -m. And I agree it should be mounted in order they are presented in the fstab. But according the mount -p and the mount -v and the mnttab that definitly isn't occuring.&lt;BR /&gt;&lt;BR /&gt;Maybe I should open a call to HP about this.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 23 May 2006 05:09:35 GMT</pubDate>
    <dc:creator>Albert Smith_1</dc:creator>
    <dc:date>2006-05-23T05:09:35Z</dc:date>
    <item>
      <title>Filesystem mount order</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792765#M265292</link>
      <description>I have a 11i system that is current on all patches and is attached to an EMC Clariion CX700.&lt;BR /&gt;&lt;BR /&gt;My problem is this. It seems that the filesystems are getting mounted out of order. IE. VG00 is half-way mounted then VG03 is mounted then the balance of VG00. From what I can see it looks like it is mount the file systems in a descending alphabetical order.&lt;BR /&gt;&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    1073152   45362  963609    4% /&lt;BR /&gt;/dev/vg00/lvol1     512499   37597  423652    8% /stand&lt;BR /&gt;/dev/vg00/lvol8    9437184  602872 8696728    6% /var&lt;BR /&gt;/dev/vg00/lvol7    8388608 1320732 6847100   16% /usr&lt;BR /&gt;/dev/vg03/lvol28   33603584 17411456 16065632   52% /upg28&lt;BR /&gt;/dev/vg03/lvol27   33603584 28675520 4889568   85% /upg27&lt;BR /&gt;/dev/vg03/lvol26   33603584 22531464 10985624   67% /upg26&lt;BR /&gt;/dev/vg03/lvol25   48971776 28128936 20683808   58% /upg25&lt;BR /&gt;/dev/vg03/lvol24   33603584 20483464 13017624   61% /upg24&lt;BR /&gt;/dev/vg03/lvol23   33603584 22019496 11493592   66% /upg23&lt;BR /&gt;/dev/vg03/lvol22   33603584 20483472 13017616   61% /upg22&lt;BR /&gt;/dev/vg03/lvol21   33603584 17411448 16065640   52% /upg21&lt;BR /&gt;/dev/vg03/lvol20   33603584 18435448 15049640   55% /upg20&lt;BR /&gt;/dev/vg03/lvol19   33603584 19459448 14033640   58% /upg19&lt;BR /&gt;/dev/vg03/lvol18   33603584 22531480 10985608   67% /upg18&lt;BR /&gt;/dev/vg03/lvol17   33603584 21968328 11544360   66% /upg17&lt;BR /&gt;/dev/vg03/lvol16   33603584 24579504 8953584   73% /upg16&lt;BR /&gt;/dev/vg03/lvol15   33603584 20915496 12588992   62% /upg15&lt;BR /&gt;/dev/vg03/lvol14   33603584 18435448 15049640   55% /upg14&lt;BR /&gt;/dev/vg03/lvol13   33603584 16889256 16583752   50% /upg13&lt;BR /&gt;/dev/vg03/lvol12   33603584 22531480 10985608   67% /upg12&lt;BR /&gt;/dev/vg03/lvol11   33603584 22531488 10985600   67% /upg11&lt;BR /&gt;/dev/vg03/lvol10   33603584 19733160 13762120   59% /upg10&lt;BR /&gt;/dev/vg03/lvol9    8429568    3182 8163068    0% /upg09&lt;BR /&gt;/dev/vg03/lvol8    8429568 8195266  226986   97% /upg08&lt;BR /&gt;/dev/vg03/lvol7    8429568 8210922  211820   97% /upg07&lt;BR /&gt;/dev/vg03/lvol6    16801792 6176392 10459500   37% /upg06&lt;BR /&gt;/dev/vg03/lvol5    16801792 6245008 10391900   38% /upg05&lt;BR /&gt;/dev/vg03/lvol4    16801792 16387356  407968   98% /upg04&lt;BR /&gt;/dev/vg03/lvol3    16801792 16387356  407968   98% /upg03&lt;BR /&gt;/dev/vg03/lvol2    8429568 7678458  727642   91% /upg02&lt;BR /&gt;/dev/vg03/lvol1    8429568 6362386 2002646   76% /upg01&lt;BR /&gt;/dev/vg00/lvol6    2097152  536530 1463125   27% /tmp&lt;BR /&gt;/dev/vg00/lvol5    3547136  768100 2692290   22% /opt&lt;BR /&gt;/dev/vg00/lvol4    1048576    1456  981735    0% /home&lt;BR /&gt;&lt;BR /&gt;# mount -p&lt;BR /&gt;/dev/vg00/lvol3   /       vxfs  log                    0 1&lt;BR /&gt;/dev/vg00/lvol1   /stand  hfs   defaults               0 0&lt;BR /&gt;/dev/vg00/lvol8   /var    vxfs  delaylog               0 0&lt;BR /&gt;/dev/vg00/lvol7   /usr    vxfs  delaylog               0 0&lt;BR /&gt;/dev/vg03/lvol28  /upg28  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol27  /upg27  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol26  /upg26  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol25  /upg25  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol24  /upg24  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol23  /upg23  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol22  /upg22  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol21  /upg21  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol20  /upg20  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol19  /upg19  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol18  /upg18  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol17  /upg17  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol16  /upg16  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol15  /upg15  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol14  /upg14  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol13  /upg13  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol12  /upg12  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol11  /upg11  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol10  /upg10  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol9   /upg09  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol8   /upg08  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol7   /upg07  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol6   /upg06  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol5   /upg05  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol4   /upg04  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol3   /upg03  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol2   /upg02  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg03/lvol1   /upg01  vxfs  delaylog,nodatainlog   0 0&lt;BR /&gt;/dev/vg00/lvol6   /tmp    vxfs  delaylog               0 0&lt;BR /&gt;/dev/vg00/lvol5   /opt    vxfs  delaylog               0 0&lt;BR /&gt;/dev/vg00/lvol4   /home   vxfs  delaylog               0 0&lt;BR /&gt;&lt;BR /&gt;# mount -v&lt;BR /&gt;/dev/vg00/lvol3 on / type vxfs log on Mon May 22 15:51:16 2006&lt;BR /&gt;/dev/vg00/lvol1 on /stand type hfs defaults on Mon May 22 15:51:18 2006&lt;BR /&gt;/dev/vg00/lvol8 on /var type vxfs delaylog on Mon May 22 15:51:30 2006&lt;BR /&gt;/dev/vg00/lvol7 on /usr type vxfs delaylog on Mon May 22 15:51:30 2006&lt;BR /&gt;/dev/vg03/lvol28 on /upg28 type vxfs delaylog,nodatainlog on Mon May 22 15:51:30 2006&lt;BR /&gt;/dev/vg03/lvol27 on /upg27 type vxfs delaylog,nodatainlog on Mon May 22 15:51:30 2006&lt;BR /&gt;/dev/vg03/lvol26 on /upg26 type vxfs delaylog,nodatainlog on Mon May 22 15:51:30 2006&lt;BR /&gt;/dev/vg03/lvol25 on /upg25 type vxfs delaylog,nodatainlog on Mon May 22 15:51:30 2006&lt;BR /&gt;/dev/vg03/lvol24 on /upg24 type vxfs delaylog,nodatainlog on Mon May 22 15:51:30 2006&lt;BR /&gt;/dev/vg03/lvol23 on /upg23 type vxfs delaylog,nodatainlog on Mon May 22 15:51:30 2006&lt;BR /&gt;/dev/vg03/lvol22 on /upg22 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol21 on /upg21 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol20 on /upg20 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol19 on /upg19 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol18 on /upg18 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol17 on /upg17 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol16 on /upg16 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol15 on /upg15 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol14 on /upg14 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol13 on /upg13 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol12 on /upg12 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol11 on /upg11 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol10 on /upg10 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol9 on /upg09 type vxfs delaylog,nodatainlog on Mon May 22 15:51:31 2006&lt;BR /&gt;/dev/vg03/lvol8 on /upg08 type vxfs delaylog,nodatainlog on Mon May 22 15:51:32 2006&lt;BR /&gt;/dev/vg03/lvol7 on /upg07 type vxfs delaylog,nodatainlog on Mon May 22 15:51:32 2006&lt;BR /&gt;/dev/vg03/lvol6 on /upg06 type vxfs delaylog,nodatainlog on Mon May 22 15:51:32 2006&lt;BR /&gt;/dev/vg03/lvol5 on /upg05 type vxfs delaylog,nodatainlog on Mon May 22 15:51:32 2006&lt;BR /&gt;/dev/vg03/lvol4 on /upg04 type vxfs delaylog,nodatainlog on Mon May 22 15:51:32 2006&lt;BR /&gt;/dev/vg03/lvol3 on /upg03 type vxfs delaylog,nodatainlog on Mon May 22 15:51:32 2006&lt;BR /&gt;/dev/vg03/lvol2 on /upg02 type vxfs delaylog,nodatainlog on Mon May 22 15:51:32 2006&lt;BR /&gt;/dev/vg03/lvol1 on /upg01 type vxfs delaylog,nodatainlog on Mon May 22 15:51:32 2006&lt;BR /&gt;/dev/vg00/lvol6 on /tmp type vxfs delaylog on Mon May 22 15:51:32 2006&lt;BR /&gt;/dev/vg00/lvol5 on /opt type vxfs delaylog on Mon May 22 15:51:32 2006&lt;BR /&gt;/dev/vg00/lvol4 on /home type vxfs delaylog on Mon May 22 15:51:33 2006&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can the mount order be adjusted? My fstab is correct:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/fstab&lt;BR /&gt;# System /etc/fstab file.  Static information about the file systems&lt;BR /&gt;# See fstab(4) and sam(1M) for further details on configuring devices.&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;/dev/vg03/lvol1  /upg01 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol2  /upg02 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol3  /upg03 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol4  /upg04 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol5  /upg05 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol6  /upg06 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol7  /upg07 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol8  /upg08 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol9  /upg09 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol10 /upg10 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol11 /upg11 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol12 /upg12 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol13 /upg13 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol14 /upg14 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol15 /upg15 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol16 /upg16 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol17 /upg17 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol18 /upg18 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol19 /upg19 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol20 /upg20 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol21 /upg21 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol22 /upg22 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol23 /upg23 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol24 /upg24 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol25 /upg25 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol26 /upg26 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol27 /upg27 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;/dev/vg03/lvol28 /upg28 vxfs delaylog,nodatainlog 0 3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for any help offered.</description>
      <pubDate>Mon, 22 May 2006 15:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792765#M265292</guid>
      <dc:creator>Albert Smith_1</dc:creator>
      <dc:date>2006-05-22T15:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem mount order</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792766#M265293</link>
      <description>I believe that the mount order usually is precisely as mentioned in /etc/fstab - I wonder why its showing the timestamps which shows what you have explained. But I ma sure that the filesystems are mounted as per /etc/fstab order. In fact that the reason its required to specify the mount points in ascending order - in the sense if you have filesystems mounted at say /dir1 /dir/dir2 , then you need to mention /dir1 first as another filesystem is to be mounted at /dir1/dir2.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Mon, 22 May 2006 15:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792766#M265293</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-22T15:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem mount order</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792767#M265294</link>
      <description>The file systems are mounted as the system is booting by using "/sbin/mountall -l -m". It is part of /sbin/init.d/localmount startup script.</description>
      <pubDate>Mon, 22 May 2006 16:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792767#M265294</guid>
      <dc:creator>Josiah Henline</dc:creator>
      <dc:date>2006-05-22T16:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem mount order</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792768#M265295</link>
      <description>How does the mountall affect the order they are mounted in? The way the FileSystems should mount, should be by the order they are listed in /etc/fstab where / /stand need to be the first two listed. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 May 2006 16:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792768#M265295</guid>
      <dc:creator>Albert Smith_1</dc:creator>
      <dc:date>2006-05-22T16:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem mount order</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792769#M265296</link>
      <description>man fstab will provide the information on mount order options in the file</description>
      <pubDate>Mon, 22 May 2006 17:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792769#M265296</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2006-05-22T17:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem mount order</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792770#M265297</link>
      <description>After the posting I thought it might be the pass number. But I set the pass number to 0 and I have the same problem.</description>
      <pubDate>Mon, 22 May 2006 20:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792770#M265297</guid>
      <dc:creator>Albert Smith_1</dc:creator>
      <dc:date>2006-05-22T20:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem mount order</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792771#M265298</link>
      <description>Hi Albert,&lt;BR /&gt;&lt;BR /&gt;         The "pass number" has nothing to do with mount order. It only determines the order in which fsck is performed while boot or using mountall command. The mount order should be governed by the order in which it is mentioned in fstab file. Anyway I will examine the "mount" startup script to see whats going on.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Mon, 22 May 2006 23:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792771#M265298</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-05-22T23:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem mount order</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792772#M265299</link>
      <description>The mount startup script is doing a mountall -l -m. And I agree it should be mounted in order they are presented in the fstab. But according the mount -p and the mount -v and the mnttab that definitly isn't occuring.&lt;BR /&gt;&lt;BR /&gt;Maybe I should open a call to HP about this.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 May 2006 05:09:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792772#M265299</guid>
      <dc:creator>Albert Smith_1</dc:creator>
      <dc:date>2006-05-23T05:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem mount order</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792773#M265300</link>
      <description>To see the correct mount time use:&lt;BR /&gt;strings /etc/mnttab&lt;BR /&gt;&lt;BR /&gt;This i updated automatically with mount and unmount.&lt;BR /&gt;&lt;BR /&gt;/etc/mnttab is accessed by programs that use getmntent() (see getmntent(3X)), It should never be manually edited, nor should setmnt ever be used to create invalid entries in /etc/mnttab (see setmnt(1M)).&lt;BR /&gt;</description>
      <pubDate>Tue, 23 May 2006 08:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792773#M265300</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2006-05-23T08:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem mount order</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792774#M265301</link>
      <description>Please see the orignial post. Here is an updated copy of the mnttab with the modified fsck pass:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/mnttab&lt;BR /&gt;/dev/vg00/lvol3 / vxfs log 0 1 1148335719&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 0 1148335720&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 0 1148335731&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 0 1148335732&lt;BR /&gt;/dev/vg03/lvol28 /upg28 vxfs delaylog,nodatainlog 0 0 1148335732&lt;BR /&gt;/dev/vg03/lvol27 /upg27 vxfs delaylog,nodatainlog 0 0 1148335732&lt;BR /&gt;/dev/vg03/lvol26 /upg26 vxfs delaylog,nodatainlog 0 0 1148335732&lt;BR /&gt;/dev/vg03/lvol25 /upg25 vxfs delaylog,nodatainlog 0 0 1148335732&lt;BR /&gt;/dev/vg03/lvol24 /upg24 vxfs delaylog,nodatainlog 0 0 1148335732&lt;BR /&gt;/dev/vg03/lvol23 /upg23 vxfs delaylog,nodatainlog 0 0 1148335732&lt;BR /&gt;/dev/vg03/lvol22 /upg22 vxfs delaylog,nodatainlog 0 0 1148335732&lt;BR /&gt;/dev/vg03/lvol21 /upg21 vxfs delaylog,nodatainlog 0 0 1148335732&lt;BR /&gt;/dev/vg03/lvol20 /upg20 vxfs delaylog,nodatainlog 0 0 1148335732&lt;BR /&gt;/dev/vg03/lvol19 /upg19 vxfs delaylog,nodatainlog 0 0 1148335732&lt;BR /&gt;/dev/vg03/lvol18 /upg18 vxfs delaylog,nodatainlog 0 0 1148335732&lt;BR /&gt;/dev/vg03/lvol17 /upg17 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol16 /upg16 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol15 /upg15 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol14 /upg14 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol13 /upg13 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol12 /upg12 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol11 /upg11 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol10 /upg10 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol9 /upg09 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol8 /upg08 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol7 /upg07 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol6 /upg06 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol5 /upg05 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol4 /upg04 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol3 /upg03 vxfs delaylog,nodatainlog 0 0 1148335733&lt;BR /&gt;/dev/vg03/lvol2 /upg02 vxfs delaylog,nodatainlog 0 0 1148335734&lt;BR /&gt;/dev/vg03/lvol1 /upg01 vxfs delaylog,nodatainlog 0 0 1148335734&lt;BR /&gt;/dev/vg00/lvol6 /tmp vxfs delaylog 0 0 1148335734&lt;BR /&gt;/dev/vg00/lvol5 /opt vxfs delaylog 0 0 1148335734&lt;BR /&gt;/dev/vg00/lvol4 /home vxfs delaylog 0 0 1148335734&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As you can see VG03 is mounting then the balance of vg00 and it's in a descending order not how it is placed in the fstab.</description>
      <pubDate>Tue, 23 May 2006 08:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792774#M265301</guid>
      <dc:creator>Albert Smith_1</dc:creator>
      <dc:date>2006-05-23T08:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem mount order</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792775#M265302</link>
      <description>I would look at commands like:&lt;BR /&gt;&lt;BR /&gt;setmnt and syncer&lt;BR /&gt;&lt;BR /&gt;You could use you own mnt file and direct it into the mount file "setmnt &amp;lt; /tmp/file.mnt" again look at the man pages for setmnt.&lt;BR /&gt;&lt;BR /&gt;remember to look at the warnings.</description>
      <pubDate>Wed, 05 Jul 2006 05:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792775#M265302</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2006-07-05T05:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem mount order</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792776#M265303</link>
      <description>The mount order is undefined per the mount(1m) man page. You might create a wrapper for mount -a to perform each mount one at a time which then appends each mount to the current list. Since this is purely aesthetics for df, bdf and mount displays, it will likely not be changed. Note that information about a specific mountpoint can be queried with df and bdf:&lt;BR /&gt; &lt;BR /&gt;bdf /tmp&lt;BR /&gt;df /var&lt;BR /&gt; &lt;BR /&gt;You can even query an individual file to determine the mountpoint:&lt;BR /&gt; &lt;BR /&gt;bdf /usr/olod/bin/sh&lt;BR /&gt; &lt;BR /&gt;No grep is needed.</description>
      <pubDate>Wed, 05 Jul 2006 06:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-mount-order/m-p/3792776#M265303</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-05T06:26:13Z</dc:date>
    </item>
  </channel>
</rss>

