<div dir="ltr"><div><div><div><div><div>Clearly, as you pointed out in your earlier post, the CIFS mounts being done are not working properly. Maybe doing them properly would solve our issues. A domain admin can have mounts always appear and be available to whoever is allowed access to the system (i.e. the client).<br>
<br></div>There are boxes in the initial mount setup that asks things like &quot;automount&quot; or similar. From a CLI, there are flags to be set that will automatically remount on power up. Don&#39;t recall the exact commands as I tend to write that crap as scripts so I can forget it as soon as possible. So this is a service account that needs these mounts.<br>
<br></div>Clearly, I have pissed off someone with a short &quot;use the stupid cifs for windows as it works best&quot; answer when I guess I should have spent 3-4 hours of my time at work googleing up info about to manage windows system for a Linux users group. Maybe a windows admin group will have someone who has the answer needed at their mental fingertips. I don&#39;t as I avoid windows systems as I have found them to be pathologically unmanageable to the degree I will accept as managed.<br>
<br></div>snark does not engender assistance.<br><br></div>At any rate, see these:<br><br><a href="http://serverfault.com/questions/426288/permanently-mount-network-share-without-the-need-for-log-on-windows">http://serverfault.com/questions/426288/permanently-mount-network-share-without-the-need-for-log-on-windows</a><br>
<a href="http://stackoverflow.com/questions/182750/map-a-network-drive-to-be-used-by-a-service/4763324#4763324">http://stackoverflow.com/questions/182750/map-a-network-drive-to-be-used-by-a-service/4763324#4763324</a><br>
<br></div>The second one sounds a bit familiar to me.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 25, 2014 at 1:05 PM, Lightner, Jeff <span dir="ltr">&lt;<a href="mailto:JLightner@dsservices.com" target="_blank">JLightner@dsservices.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Really?   Why didn&#39;t I think of that?<br>
<br>
The original post clearly states we ARE doing CIFS shares.<br>
<br>
It does mention NFS as an alternate idea because that is my other choice.<br>
<br>
The question is not &quot;HOW DO I SHARE?&quot; but rather &quot;HOW DO I MOUNT PERSITENTLY AND AUTOMATICALLY to the client Windows server?&quot;.<br>
<br>
Subsequent replies were elicited further details from me to make the above clear.<br>
<br>
One of the things that truly gripes me is that if one puts a lot of detail in a post everyone ignores it but if one excludes it then folks complain they didn&#39;t get enough information to help.<br>
<br>
There are surely tons of clueless newbies that don&#39;t think to look at documentation or web searches before posting questions but I thought it was clear from my original post that I had in fact looked at numerous links before posting.<br>

<br>
No one is required to help but one really ought to see if they&#39;re adding to the conversation before replying with simple one liners implying the OP is a moron.<br>
<div class=""><br>
-----Original Message-----<br>
From: <a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a> [mailto:<a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a>] On Behalf Of Jim Kinney<br>
Sent: Monday, August 25, 2014 12:12 PM<br>
To: Atlanta Linux Enthusiasts - Yes! We run Linux!<br>
</div><div><div class="h5">Subject: Re: [ale] Automatic and Persistent share mount on Windows 2008 R2?<br>
<br>
Ah. So use cifs.<br>
On Aug 25, 2014 10:51 AM, &quot;Lightner, Jeff&quot; &lt;<a href="mailto:JLightner@dsservices.com">JLightner@dsservices.com</a>&gt; wrote:<br>
<br>
&gt; Just to re-iterate:<br>
&gt; The shares are being done by NAS dedupe appliances and I&#39;m trying to<br>
&gt; mount the shares on the Windows 2008 R2 system.  (i.e. the Windows<br>
&gt; system is the client mounting the shares not the server exporting them).<br>
&gt;<br>
&gt; There is no control over the NAS appliances other than to create<br>
&gt; shares as either NFS or CIFS so iSCSI is not an option.<br>
&gt;<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a> [mailto:<a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a>] On Behalf Of<br>
&gt; Justin Goldberg<br>
&gt; Sent: Monday, August 25, 2014 9:51 AM<br>
&gt; To: Atlanta Linux Enthusiasts<br>
&gt; Subject: Re: [ale] Automatic and Persistent share mount on Windows 2008 R2?<br>
&gt;<br>
&gt; Another option is installing the Windows builtin iSCSI target and<br>
&gt; mounting it from Linux, then have the Linux machine, acting as the<br>
&gt; frontend, share out the box on the network. iSCSI is a one-to-one<br>
&gt; protocol and is block-level, one machine to another, mounting the<br>
&gt; drive on a lower level than SMB. It would obviate the need to mess<br>
&gt; around with Windows authentication, or at least that&#39;s my hope.<br>
&gt; Perhaps it would work better if the Windows server is in workgroup mode.<br>
&gt;<br>
&gt; - Justin<br>
&gt;<br>
&gt; On Fri, Aug 22, 2014 at 5:29 PM, Lightner, Jeff<br>
&gt; &lt;<a href="mailto:JLightner@dsservices.com">JLightner@dsservices.com</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt; &gt; I have two data deduplication devices that do NAS style shares.   They<br>
&gt; can<br>
&gt; &gt; do NFS or CIFS (or both at same time using different shares).     The NFS<br>
&gt; &gt; shares have been there for quite some time and I successfully mount<br>
&gt; &gt; those to various HP-UX and Linux servers with no issue.<br>
&gt; &gt;<br>
&gt; &gt; We need to try to mount to a Windows 2008 R2 server.   Today I got as far<br>
&gt; &gt; as being able to login to the Windows server and map the share to a<br>
&gt; &gt; drive letter then verify I could read and write from it.<br>
&gt; &gt;<br>
&gt; &gt; The issue is that CIFS mount:<br>
&gt; &gt;<br>
&gt; &gt; a)      Is only available to the user I logged in as when I did the map<br>
&gt; on<br>
&gt; &gt; the Windows side.   (This was also true when I had the Windows Admin do<br>
&gt; it<br>
&gt; &gt; using the domain administrative account.)<br>
&gt; &gt;<br>
&gt; &gt; b)      Is not available to the services that were already started<br>
&gt; &gt; automatically at boot.   It is these services that will be writing to and<br>
&gt; &gt; reading from the drive.<br>
&gt; &gt;<br>
&gt; &gt; So my question is how can I setup an automatic mount of a share in<br>
&gt; &gt; Windows at boot AND insure that services started will have access to<br>
&gt; &gt; read and write to it?<br>
&gt; &gt;<br>
&gt; &gt; We did in fact try to enable NFS Services on the Windows server<br>
&gt; &gt; today but for whatever reason it puked on doing that each time and<br>
&gt; &gt; forced a<br>
&gt; reboot.<br>
&gt; &gt;   If someone knows how to enable that on Windows 2008 R2 as well as<br>
&gt; &gt; how to make a mount there persistent (similar to the way it would be<br>
&gt; &gt; if in fstab on UNIX/Linux) I&#39;d be happy to go that route instead.<br>
&gt; &gt;<br>
&gt; &gt; Please don&#39;t point me at links that &quot;might address&quot; this if you<br>
&gt; &gt; haven&#39;t already tried them and know they work.  After working most<br>
&gt; &gt; of the week on this I&#39;ve not found anything that really solves it in<br>
&gt; &gt; many<br>
&gt; web searches.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Athena(R), Created for the Cause(tm)<br>
&gt; &gt;<br>
&gt; &gt; Making a Difference in the Fight Against Breast Cancer<br>
&gt; &gt;<br>
&gt; &gt; _________________________________________________________<br>
&gt; &gt;<br>
&gt; &gt; CONFIDENTIALITY NOTICE: This e-mail may contain privileged<br>
&gt; &gt;<br>
&gt; &gt; or confidential information and is for the sole use of the intended<br>
&gt; &gt;<br>
&gt; &gt; recipient(s). If you are not the intended recipient, any disclosure,<br>
&gt; &gt;<br>
&gt; &gt; copying, distribution, or use of the contents of this information<br>
&gt; &gt;<br>
&gt; &gt; is prohibited and may be unlawful. If you have received this<br>
&gt; &gt; electronic<br>
&gt; &gt;<br>
&gt; &gt; transmission in error, please reply immediately to the sender that<br>
&gt; &gt;<br>
&gt; &gt; you have received the message in error, and delete it. Thank you.<br>
&gt; &gt; -------------- next part -------------- An HTML attachment was<br>
&gt; &gt; scrubbed...<br>
&gt; &gt; URL: &lt;<br>
&gt; &gt; <a href="http://mail.ale.org/pipermail/ale/attachments/20140822/a6fab4d2/atta" target="_blank">http://mail.ale.org/pipermail/ale/attachments/20140822/a6fab4d2/atta</a><br>
&gt; &gt; ch<br>
&gt; &gt; ment.html<br>
&gt; &gt; &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" target="_blank">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" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt; &gt;<br>
&gt; -------------- next part -------------- An HTML attachment was<br>
&gt; scrubbed...<br>
&gt; URL: &lt;<br>
&gt; <a href="http://mail.ale.org/pipermail/ale/attachments/20140825/d1ec8ad4/attach" target="_blank">http://mail.ale.org/pipermail/ale/attachments/20140825/d1ec8ad4/attach</a><br>
&gt; ment.html<br>
&gt; &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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
</div></div>URL: &lt;<a href="http://mail.ale.org/pipermail/ale/attachments/20140825/93de0543/attachment.html" target="_blank">http://mail.ale.org/pipermail/ale/attachments/20140825/93de0543/attachment.html</a>&gt;<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">-- <br>James P. Kinney III<br><i><i><i><i><br></i></i></i></i>Every time you stop a school, you will have to build a jail. What you 
        gain at one end you lose at the other. It&#39;s like feeding a dog on his 
        own tail. It won&#39;t fatten the dog.<br>

        - Speech 11/23/1900 Mark Twain<br><i><i><i><i><br><a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.blogspot.com/</a><br></i></i></i></i></div>
</div>