<?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: Mounting windows share from Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114987#M49803</link>
    <description>Any points? Seems I got your answer and I am the only one who didn't get any. I feel like Rodney Dangerfield.</description>
    <pubDate>Thu, 26 Jun 2008 16:36:48 GMT</pubDate>
    <dc:creator>Court Campbell</dc:creator>
    <dc:date>2008-06-26T16:36:48Z</dc:date>
    <item>
      <title>Mounting windows share from Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114978#M49794</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Can anyone please help me? Im trying to mount a windows share from linux.&lt;BR /&gt;I've tried the following but no luck:&lt;BR /&gt;&lt;BR /&gt;- smbclient //servername//share -N&lt;BR /&gt;&lt;BR /&gt;error message&lt;BR /&gt;- Anonymous login successful.&lt;BR /&gt;- tree connect failed: NT_STATUS_BAD_NETWORK_NAME&lt;BR /&gt;&lt;BR /&gt;-  mount -t cifs -o username=[username],password=[password] //servername/share /mount_point/&lt;BR /&gt;&lt;BR /&gt;error message&lt;BR /&gt;- mount error 13 = Permission denied&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- There is no secuirty on the Windows share.&lt;BR /&gt;- I can ping the windows box.&lt;BR /&gt;- Version of Redhat 4 update 4 &lt;BR /&gt;- could be Linux network problems?&lt;BR /&gt;- Problems with smb or nfs?&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;James</description>
      <pubDate>Fri, 20 Jun 2008 04:40:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114978#M49794</guid>
      <dc:creator>James Roberto</dc:creator>
      <dc:date>2008-06-20T04:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting windows share from Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114979#M49795</link>
      <description>When using "mount -t cifs", you should specify the domain= option too. Windows authentication works using a domain/user/password triplet. If any of these three won't match, the access attempt is rejected.&lt;BR /&gt;&lt;BR /&gt;If the Windows box is not a member of a domain, use the hostname of the Windows box instead.&lt;BR /&gt;&lt;BR /&gt;RedHat Enterprise Linux 4 is currently at update 8 or 9: update 4 is old. Microsoft's security fixes sometimes cause incompatibilities with old versions of Samba, so updating to the latest may help.&lt;BR /&gt;&lt;BR /&gt;This is strictly a SMB-related problem: the NT_STATUS_BAD_NETWORK_NAME indicates your Linux box can communicate with the Windows box (you got the error code back!), so the low-level networking is apparently OK.&lt;BR /&gt;&lt;BR /&gt;NFS is not related to any commands you've showed us. By default, Windows OSs cannot use the NFS protocol at all. If you want to use NFS with Windows, you'll need to install the extra component "Services for Unix" to your Windows system.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 20 Jun 2008 05:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114979#M49795</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-06-20T05:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting windows share from Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114980#M49796</link>
      <description>&amp;gt; RedHat Enterprise Linux 4 is currently at&lt;BR /&gt;&amp;gt; update 8 or 9&lt;BR /&gt;&lt;BR /&gt;Not quite. ;-)&lt;BR /&gt;As of June 22, 2008 the latest is Update 6.&lt;BR /&gt;$ cat /etc/redhat-release &lt;BR /&gt;Red Hat Enterprise Linux ES release 4 (Nahant Update 6)&lt;BR /&gt;kernel = 2.6.9-67.0.15.EL</description>
      <pubDate>Mon, 23 Jun 2008 08:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114980#M49796</guid>
      <dc:creator>Jared Middleton</dc:creator>
      <dc:date>2008-06-23T08:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting windows share from Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114981#M49797</link>
      <description>Sorry, seems I confused the Update levels of RHEL 3 and RHEL 4.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 23 Jun 2008 10:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114981#M49797</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-06-23T10:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting windows share from Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114982#M49798</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;NT_STATUS_BAD_NETWORK_NAME&lt;BR /&gt;Says to me you are using the wrong NT Domain for authentication.&lt;BR /&gt;&lt;BR /&gt;If this is Red Hat 4, I have successfully done this with a correct Samba configuration that includes the network name AND having done the proper net join to bring this system into the NT network involved.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 23 Jun 2008 12:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114982#M49798</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-06-23T12:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting windows share from Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114983#M49799</link>
      <description>Can you post your smb.conf?</description>
      <pubDate>Tue, 24 Jun 2008 11:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114983#M49799</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-06-24T11:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting windows share from Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114984#M49800</link>
      <description>Attached smb.conf</description>
      <pubDate>Tue, 24 Jun 2008 23:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114984#M49800</guid>
      <dc:creator>James Roberto</dc:creator>
      <dc:date>2008-06-24T23:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting windows share from Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114985#M49801</link>
      <description>I am going to go with a long shot here. Try -t smbfs instead of cifs. An you may also try putting the domain name or machine name in the username, i.e, DOMAIN/username or MACHINE/username.</description>
      <pubDate>Wed, 25 Jun 2008 15:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114985#M49801</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-06-25T15:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting windows share from Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114986#M49802</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for that. I got it working now. thanks everyone for your help. &lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2008 05:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114986#M49802</guid>
      <dc:creator>James Roberto</dc:creator>
      <dc:date>2008-06-26T05:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting windows share from Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114987#M49803</link>
      <description>Any points? Seems I got your answer and I am the only one who didn't get any. I feel like Rodney Dangerfield.</description>
      <pubDate>Thu, 26 Jun 2008 16:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114987#M49803</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-06-26T16:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting windows share from Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114988#M49804</link>
      <description>Yes sorry court campbell. I will assign points to your profile. Thanks so much for your help.</description>
      <pubDate>Thu, 26 Jun 2008 21:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114988#M49804</guid>
      <dc:creator>James Roberto</dc:creator>
      <dc:date>2008-06-26T21:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting windows share from Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114989#M49805</link>
      <description>close thread. solution fixed</description>
      <pubDate>Thu, 26 Jun 2008 21:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mounting-windows-share-from-linux/m-p/5114989#M49805</guid>
      <dc:creator>James Roberto</dc:creator>
      <dc:date>2008-06-26T21:12:52Z</dc:date>
    </item>
  </channel>
</rss>

