<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<!-- Template generated by Exclaimer Mail Disclaimers on 09:00:27 Thursday, 4 August 2011 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">P.f83a44c1-eff6-4282-9d18-7b26601dbb8a {
        MARGIN: 0cm 0cm 0pt
}
LI.f83a44c1-eff6-4282-9d18-7b26601dbb8a {
        MARGIN: 0cm 0cm 0pt
}
DIV.f83a44c1-eff6-4282-9d18-7b26601dbb8a {
        MARGIN: 0cm 0cm 0pt
}
TABLE.f83a44c1-eff6-4282-9d18-7b26601dbb8aTable {
        MARGIN: 0cm 0cm 0pt
}
DIV.Section1 {
        page: Section1
}
</style>
<meta name="Generator" content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
</head>
<body lang="EN-US" link="blue" vlink="blue">
<p class="f83a44c1-eff6-4282-9d18-7b26601dbb8a"></p>
<div class="Section1">
<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size:
10.0pt;font-family:Arial;color:navy">Good idea.<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" color="navy" face="Arial"><span style="font-size:
10.0pt;font-family:Arial;color:navy"><o:p>&nbsp;</o:p></span></font></p>
<div>
<div class="MsoNormal" align="center" style="text-align:center"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"></span></font></div>
</div>
</div>
<p></p>
<p class="f83a44c1-eff6-4282-9d18-7b26601dbb8a">&nbsp;</p>
<p class="f83a44c1-eff6-4282-9d18-7b26601dbb8a">&nbsp;</p>
<p class="f83a44c1-eff6-4282-9d18-7b26601dbb8a"></p>
<div class="Section1">
<div>
<div class="MsoNormal" align="center" style="text-align:center"><font size="3" face="Times New Roman"><span style="font-size:12.0pt">
<hr size="2" width="100%" align="center" tabindex="-1">
</span></font></div>
<p class="MsoNormal"><b><font size="2" face="Tahoma"><span style="font-size:10.0pt;
font-family:Tahoma;font-weight:bold">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size:10.0pt;font-family:Tahoma"> ale-bounces@ale.org [mailto:ale-bounces@ale.org]
<b><span style="font-weight:bold">On Behalf Of </span></b>Avery Ceo<br>
<b><span style="font-weight:bold">Sent:</span></b> Wednesday, August 03, 2011 7:42 PM<br>
<b><span style="font-weight:bold">To:</span></b> Atlanta Linux Enthusiasts; transam@verysecurelinux.com<br>
<b><span style="font-weight:bold">Subject:</span></b> Re: [ale] Fstab fails</span></font><o:p></o:p></p>
</div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:
12.0pt"><o:p>&nbsp;</o:p></span></font></p>
<p><font size="3" face="Times New Roman"><span style="font-size:12.0pt">Have you considered the automounter?&nbsp; By waiting until the first attempt to read a file before mounting the share, you might avoid your startup issue, and you would get remounts after a
 lost connection for free if there is a network blip.<o:p></o:p></span></font></p>
<div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:
12.0pt">On Aug 3, 2011 6:47 PM, &quot;Bob Toxen&quot; &lt;<a href="mailto:transam@verysecurelinux.com">transam@verysecurelinux.com</a>&gt; wrote:<br type="attribution">
&gt; This still will hang in startup (though you'll probably be in<br>
&gt; multiuser).<br>
&gt; <br>
&gt; Specify timeouts in case NFS cannot start, e.g., the server is down.<br>
&gt; <br>
&gt; Bob Toxen<br>
&gt; <br>
&gt; On Wed, Aug 03, 2011 at 04:21:47PM -0400, Andrew Wade wrote:<br>
&gt;&gt; With NFS, I set fstab<br>
&gt;&gt; <br>
&gt;&gt; server:/ifs/fs02 /ifs/fs02 nfs bg,noauto,rsize=8192,wsize=8192 0 0<br>
&gt;&gt; <br>
&gt;&gt; *note the noauto, this tells it to not automount. If it tries to automount<br>
&gt;&gt; and is unable, your server will stall in startup. So you put this entry in<br>
&gt;&gt; /etc/rc.local:<br>
&gt;&gt; <br>
&gt;&gt; mount /ifs/fs02<br>
&gt;&gt; <br>
&gt;&gt; Also check to make sure that nfs and portmap services are started upon boot<br>
&gt;&gt; time.<br>
&gt;&gt; <br>
&gt;&gt; That way, the server starts up and then mounts the nfs under rc.local (where<br>
&gt;&gt; if the nfs share hangs, it would not affect the normal system startup).<br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; Andrew<br>
&gt;&gt; RHCE<br>
&gt;&gt; <br>
&gt;&gt; On Tue, Aug 2, 2011 at 5:50 PM, planas &lt;<a href="mailto:jslozier@gmail.com">jslozier@gmail.com</a>&gt; wrote:<br>
&gt;&gt; <br>
&gt;&gt; &gt; **<br>
&gt;&gt; &gt; Wolf<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Could configuration be faulty, I asked about setting an internal ntfs drive<br>
&gt;&gt; &gt; awhile ago and I got this link from Ubuntu:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; <a href="https://help.ubuntu.com/community/Fstab">https://help.ubuntu.com/community/Fstab</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; It has links to more network configuration.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Tue, 2011-08-02 at 14:27 -0400, Wolf Halton wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Can you think of any reason why fstab would not be read on reboot. Ubuntu<br>
&gt;&gt; &gt; lucid have an nfs share that was not mounted automagically when I rebooted<br>
&gt;&gt; &gt; the client machine. Broke a bunch of stuff.<br>
&gt;&gt; &gt; Wolf<br>
&gt;&gt; &gt; PS mount -a picked up and mounted the nfs directory.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Ale mailing list<br>
&gt;&gt; &gt; Ale@ale.orghttp://<a href="http://mail.ale.org/mailman/listinfo/ale">mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; &gt; See JOBS, ANNOUNCE and SCHOOLS lists athttp://<a href="http://mail.ale.org/mailman/listinfo">mail.ale.org/mailman/listinfo</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Jay Lozier<br>
&gt;&gt; &gt; <a href="mailto:jslozier@gmail.com">jslozier@gmail.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Ale mailing list<br>
&gt;&gt; &gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; &gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo">http://mail.ale.org/mailman/listinfo</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt; <br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ale mailing list<br>
&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo">http://mail.ale.org/mailman/listinfo</a><br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo">http://mail.ale.org/mailman/listinfo</a><o:p></o:p></span></font></p>
</div>
</div>
<p></p>
<p class="f83a44c1-eff6-4282-9d18-7b26601dbb8a">&nbsp;</p>
<p class="f83a44c1-eff6-4282-9d18-7b26601dbb8a">&nbsp;</p>
<p class="f83a44c1-eff6-4282-9d18-7b26601dbb8a">&nbsp;</p>
<p style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class="MsoNormal">
<span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">Proud partner. Susan G. Komen for the Cure.</span></p>
<p style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class="MsoNormal">
<span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><o:p></o:p></span>&nbsp;</p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal">&nbsp;<i><span style="FONT-FAMILY: Arial; COLOR: green; FONT-SIZE: 7.5pt; mso-bidi-font-size: 12.0pt">Please consider our environment before printing this e-mail or attachments.</span></i>
</p>
<p style="MARGIN: 0in 0in 0pt" class="MsoNormal"><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">----------------------------------<br>
CONFIDENTIALITY NOTICE: This e-mail may contain privileged or confidential information and is for the sole use of the intended recipient(s). If you are not the intended recipient, any disclosure, copying, distribution, or use of the contents of this information
 is prohibited and may be unlawful. If you have received this electronic transmission in error, please reply immediately to the sender that you have received the message in error, and delete it. Thank you.<br>
----------------------------------</span><span style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 9pt"><o:p></o:p></span></p>
<p>&nbsp;</p>
</body>
</html>