<?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: mount after server reboot in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188332#M32373</link>
    <description>Adding a script to /etc/inittab is generally not recommended, as errors in that file can make the server inaccessible after a reboot. Of course you can do it if you insist.&lt;BR /&gt;&lt;BR /&gt;Using a mount script (either in inittab or in /etc/init.d) is technically possible, but it is a non-standard solution which might confuse anyone else who might be administering that machine. It usually means that the junior sysadmin will call you when you're supposed to be relaxing on your hard-earned vacation...&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Wed, 30 Apr 2008 08:03:53 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2008-04-30T08:03:53Z</dc:date>
    <item>
      <title>mount after server reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188328#M32369</link>
      <description>In my system , it mount to another server , can advise if I want it will be auto mount after server reboot , what can i do ? thx</description>
      <pubDate>Tue, 29 Apr 2008 02:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188328#M32369</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-04-29T02:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: mount after server reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188329#M32370</link>
      <description>Probably you are talking about an nfs mount. Add a line like this in your /etc/fstab file:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nfs_server:/export /mount_point nfs rw,hard,intr,rsize=8192,wsize=8192 0 0</description>
      <pubDate>Tue, 29 Apr 2008 03:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188329#M32370</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-04-29T03:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: mount after server reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188330#M32371</link>
      <description>Please remember to assign points. I see in your profile:&lt;BR /&gt;&lt;BR /&gt;I have assigned points to   1  of   75  responses to  my questions.&lt;BR /&gt;&lt;BR /&gt;Take a time to review your questions and answer and assign points to them.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/pageList.do?userId=WW20733&amp;amp;listType=unassigned&amp;amp;forumId=1" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/pageList.do?userId=WW20733&amp;amp;listType=unassigned&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
      <pubDate>Tue, 29 Apr 2008 03:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188330#M32371</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-04-29T03:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: mount after server reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188331#M32372</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;how about another method --&amp;gt; add a mount script to /etc/inittab or /etc/rc3.d/init.d , is it OK ? thx</description>
      <pubDate>Tue, 29 Apr 2008 06:34:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188331#M32372</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-04-29T06:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: mount after server reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188332#M32373</link>
      <description>Adding a script to /etc/inittab is generally not recommended, as errors in that file can make the server inaccessible after a reboot. Of course you can do it if you insist.&lt;BR /&gt;&lt;BR /&gt;Using a mount script (either in inittab or in /etc/init.d) is technically possible, but it is a non-standard solution which might confuse anyone else who might be administering that machine. It usually means that the junior sysadmin will call you when you're supposed to be relaxing on your hard-earned vacation...&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 30 Apr 2008 08:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188332#M32373</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-04-30T08:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: mount after server reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188333#M32374</link>
      <description>Shalom, &lt;BR /&gt;&lt;BR /&gt;Yes, you can use autofs.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.greenfly.org/talks/autofs/autofs.html" target="_blank"&gt;http://www.greenfly.org/talks/autofs/autofs.html&lt;/A&gt;\&lt;BR /&gt;&lt;A href="http://freespace.sourceforge.net/guidod/howto/autofs.html" target="_blank"&gt;http://freespace.sourceforge.net/guidod/howto/autofs.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch30_:_Configuring_NIS" target="_blank"&gt;http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch30_:_Configuring_NIS&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 30 Apr 2008 09:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-after-server-reboot/m-p/4188333#M32374</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-04-30T09:05:26Z</dc:date>
    </item>
  </channel>
</rss>

