<?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: order of mounting in /etc/fstab in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574504#M30982</link>
    <description>Also, if you use the "Pass Number", make sure you do not set any to zero, because fsck will ignore those.</description>
    <pubDate>Tue, 04 Sep 2001 12:12:31 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2001-09-04T12:12:31Z</dc:date>
    <item>
      <title>order of mounting in /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574498#M30976</link>
      <description>Hi everyone...&lt;BR /&gt;&lt;BR /&gt;I've got a loopback FS setup as the last entry in /etc/fstab, but it mounts before the 'special directory' gets mounted (which is listed earlier in the /etc/fstab... !&lt;BR /&gt;&lt;BR /&gt;I always thought that I could alter the order of mount by changing the /etc/fstab... but it seems that it not always the case.&lt;BR /&gt;&lt;BR /&gt;I've noticed in the man 1m mount : &lt;BR /&gt;&lt;BR /&gt;"File systems are not necessarily mounted in the order listed in /etc/fstab."&lt;BR /&gt;&lt;BR /&gt;Is there a way to change the order, if I can't rely on /etc/fstab ?  What are the 'internals' of this mount procedure reading the /etc/fstab ?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!  points will be awarded.&lt;BR /&gt;&lt;BR /&gt;Andrew&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Sep 2001 04:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574498#M30976</guid>
      <dc:creator>Andrew_4</dc:creator>
      <dc:date>2001-09-04T04:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: order of mounting in /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574499#M30977</link>
      <description>Hi Andrew,&lt;BR /&gt;Good question!&lt;BR /&gt;Try man page of getmntent and getfsmnt.&lt;BR /&gt;&lt;BR /&gt;This may give some idea.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;best of luck&lt;BR /&gt;Animesh</description>
      <pubDate>Tue, 04 Sep 2001 05:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574499#M30977</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-09-04T05:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: order of mounting in /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574500#M30978</link>
      <description>Hi, Andrew&lt;BR /&gt;nice question.&lt;BR /&gt;file systems are not necessarily to mount as shown in fstab file. when the system boots the required file systems are mounted according to necessity, as for as i know / will be mounted first, followed by /usr,/tmp rests of the file systems are afterwards.</description>
      <pubDate>Tue, 04 Sep 2001 05:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574500#M30978</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-09-04T05:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: order of mounting in /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574501#M30979</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;i look at the man page of the fstab and over there the said : &lt;BR /&gt;The order of entries in /etc/fstab is important only for entries&lt;BR /&gt;      without a pass number field.  Entries without a pass number are&lt;BR /&gt;      sequentially checked by fsck (see fsck(1m)) after the entries with a&lt;BR /&gt;      pass number have been checked.&lt;BR /&gt;&lt;BR /&gt;i didnt found any guideline how the order need to be but i recomment that all the nfs and cdrom filesystem will be and the end of the file . &lt;BR /&gt;</description>
      <pubDate>Tue, 04 Sep 2001 08:31:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574501#M30979</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-09-04T08:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: order of mounting in /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574502#M30980</link>
      <description>Hi,&lt;BR /&gt;I used to use a sequence number, if I remember right Id say its the last number you see on each line of fstab which used to be the priority (HPUX 9 ? ) so I would put give a 2 to the one you want mounted first and 4 for the one that shoud be mounted after, lest me check...&lt;BR /&gt;/dev/r5vg01/lvol1 /opt/oracle vxfs rw,suid,delaylog,datainlog 0 2&lt;BR /&gt;/dev/r5vg01/lvol2 /opt/oracle/product/7.2.3 vxfs rw,suid,delaylog,datainlog 0 3&lt;BR /&gt;&lt;BR /&gt;Nerver failed yet...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 04 Sep 2001 09:42:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574502#M30980</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-09-04T09:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: order of mounting in /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574503#M30981</link>
      <description>Victor, we use the same method, by adding a "mount order" (PASS NUMBER for fsck) number at the end of the fstab entries and it hasn't failed us either (yet ?).</description>
      <pubDate>Tue, 04 Sep 2001 12:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574503#M30981</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-09-04T12:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: order of mounting in /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574504#M30982</link>
      <description>Also, if you use the "Pass Number", make sure you do not set any to zero, because fsck will ignore those.</description>
      <pubDate>Tue, 04 Sep 2001 12:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574504#M30982</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-09-04T12:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: order of mounting in /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574505#M30983</link>
      <description>Thanks you all for your suggestions..  but the 'pass' option in the /etc/fstab only affects the order of the fsck'ing, and doesn't affect the mount order.&lt;BR /&gt;&lt;BR /&gt;I understand that it will take a fraction of a second longer to mount a large file system, than it will to mount a loopback... which means this problem could be experienced by many who use loopback filesystems.  But it doesn't seem that loopback file systems have any functionality to delay the mounting...  &lt;BR /&gt;&lt;BR /&gt;Doesn't look like there is an solution to this problem !!&lt;BR /&gt;&lt;BR /&gt;Looks like i'm going to have to script in the mounting of loopback into the RC scripts.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 04 Sep 2001 21:44:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574505#M30983</guid>
      <dc:creator>Andrew_4</dc:creator>
      <dc:date>2001-09-04T21:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: order of mounting in /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574506#M30984</link>
      <description>I need to know this because....&lt;BR /&gt;&lt;BR /&gt;I am mounting &lt;BR /&gt;&lt;BR /&gt;/            hda6&lt;BR /&gt;/usr         sdb3&lt;BR /&gt;/usr/portage sda1&lt;BR /&gt;&lt;BR /&gt;So they need to go in that order.&lt;BR /&gt;&lt;BR /&gt;I'm amazed this can't be done!!</description>
      <pubDate>Fri, 24 Dec 2004 12:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574506#M30984</guid>
      <dc:creator>jago_1</dc:creator>
      <dc:date>2004-12-24T12:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: order of mounting in /etc/fstab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574507#M30985</link>
      <description>The actual order is indeterminate (see the man page for mount_vxfs and fstab). However, mount seems to be consistent so you can move the dependent entries around (usually towards the top, above the parent directory's mountpoint) until it mounts in the right order.&lt;BR /&gt; &lt;BR /&gt;The alternative is to use the noauto option in fstab and use a startup script to mount it in the right order.</description>
      <pubDate>Fri, 24 Dec 2004 17:19:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/order-of-mounting-in-etc-fstab/m-p/2574507#M30985</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-12-24T17:19:36Z</dc:date>
    </item>
  </channel>
</rss>

