<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Comic Sans MS">Congratulations. You should celebrate.
If I were in your shoes, and in the Valley, I'd head over to the
George and Dragon. If you do, be sure to not drive yourself
home. On the other hand, if you like green bologna ...... :-)<br>
<br>
Now if I could only get this bloody thing to quit locking up on
me.<br>
<br>
</font>
<div class="moz-cite-prefix">On 08/22/2013 10:55 PM, Wayne Davis
wrote:<br>
</div>
<blockquote cite="mid:5216F943.6010205@centurylink.net" type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<div class="moz-cite-prefix">OMG OMG OMG OMG OMG
OMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMGGGGGGGGGGGGGGGGGG!<br>
<br>
IT FRIGGIN WORKS!<br>
<br>
<br>
I had to do a bit more investigating, BUT at least you gave the
foundation Matt! I thank EVERYONE involved. It was a road to
get here, but HERE I AM.<br>
THIS is what ultimately worked:<br>
<br>
<b>sudo mount.cifs -o <big><big>sec=ntlm</big></big>,username=xxxx,password=xxxx
//<IPaddress>/SHARE /mnt/other</b><br>
<br>
If omit sudo, it needs to be in the fstab<br>
<br>
I went back to the NAS and set it to "public". Now I do not
need the USER/PASS so it is now:<br>
<br>
<br>
<b>sudo mount.cifs -o sec=ntlm //<IPaddress>/SHARE
/mnt/other</b><br>
<br>
These things must use NT Lanmangler security protocols?<br>
<br>
It wound up being SO simple and I knew it was... Being CLUELESS
SUCKS.<br>
<br>
Matt, if you're ever up here in North Phoenix, let me buy you a
beer or 3 (Cave Creek Rd /Union Hills area) IF your old
enough to do so of course.... otherwise, its milk & cookies
for you my friend, TOLL HOUSE, not some cheap store-bought crap.<br>
<br>
;-)<br>
<br>
WOW, I,m am SOOOOOoooooooooooooooo happy right now.<br>
<br>
<span class="moz-smiley-s1"><span> :-) </span></span><span
class="moz-smiley-s1"><span> :-) </span></span><span
class="moz-smiley-s3"><span> ;-) </span></span><span
class="moz-smiley-s4"><span> :-P </span></span><span
class="moz-smiley-s5"><span> :-D </span></span>....<span
class="moz-smiley-s11"><span> 8-) </span></span><br>
<br>
<br>
<br>
<br>
On 08/22/2013 03:13 PM, Matt Graham wrote:<br>
</div>
<blockquote
cite="mid:25ba0ed2b9832dd67ce1b7a7f0c68423@crow202.org"
type="cite">
<blockquote type="cite"> On 08/21/2013 07:37 PM, James Dugger
wrote: <br>
<blockquote type="cite">Sorry for the confusion. Based on your
description, the WD <br>
N750 router is acting as a NAS (Network Sttached Storage) <br>
</blockquote>
</blockquote>
<br>
Is this true? If the router/whatever is serving stuff over SMB,
then you don't need Samba, you need mount.cifs . <br>
<br>
On 2013-08-22 14:45, ChasM Marshall wrote: <br>
<blockquote type="cite">If the NAS box is requesting a password,
something is weird. You said <br>
it has no Win restrictions. <br>
Your NAS device must have a Linux device name. <br>
Because it is a router, I think it is connected on the Linux
device <br>
named "/dev/eth0". <br>
</blockquote>
<br>
This is ... flawed. First off, ethernet interfaces have not had
device nodes in Linux for a long time unless you're doing
TUN/TAP or something like that. Second, a SMB server has a name
associated with it, but it doesn't have an associated device
node. DNS, NetBIOS, or IP addresses are what the mount.cifs
things use to talk to the remote server. <br>
<br>
If you know this device's IP address, you could try something
like this: <br>
<br>
smbclient -L 192.168.X.Y <br>
(should give you a list of all the services that are on
192.168.X.Y) <br>
<br>
mkdir /mnt/other <br>
mount -t cifs //192.168.X.Y/SHARE /mnt/other <br>
<br>
SHARE needs to be a filesystem share that the device is making
available. In many environments, you usually need to add "-o
user=USER,domain=DOMAIN" to the above mount command so that the
server knows you're using the correct username and domain. If
guest access is available, you may not need "user=guest", but
that's something to try if the first try doesn't work. <br>
<br>
</blockquote>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">---------------------------------------------------
PLUG-discuss mailing list - <a class="moz-txt-link-abbreviated" href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a>
To subscribe, unsubscribe, or to change your mail settings:
<a class="moz-txt-link-freetext" href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
"I get my copy of the daily paper, look at the obituaries page, and if I’m not there, I carry on as usual."
Patrick Moore</pre>
</body>
</html>