<?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: Install And Configure SAMBA in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483788#M16301</link>
    <description>If you are going to try Linux to Linux file sharing with Samba, please read this frustrating thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=772038" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=772038&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Right now, Linux to Windows and Windows to Linux works great. The only issue I have is Linux to Linux.&lt;BR /&gt;&lt;BR /&gt;When its possible to use, Samba is more robust than NFS.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 11 Feb 2005 12:22:49 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-02-11T12:22:49Z</dc:date>
    <item>
      <title>Install And Configure SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483783#M16296</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'am newbie in Linux and i want to install Samba.&lt;BR /&gt;&lt;BR /&gt;1-please, where can i find the samba software to download it?&lt;BR /&gt;2-What's the procedure to install it and configure the LRH Server and the MS XP Client ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ps : I have a server Linux Redhat AS 3.0 and 5 Pc MS Windows XP Pro.&lt;BR /&gt;&lt;BR /&gt;Thank's a lot.&lt;BR /&gt;Best regards.</description>
      <pubDate>Fri, 11 Feb 2005 10:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483783#M16296</guid>
      <dc:creator>Christopher_63</dc:creator>
      <dc:date>2005-02-11T10:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Install And Configure SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483784#M16297</link>
      <description>Hi Christopher ,&lt;BR /&gt;&lt;BR /&gt;1/samba server has built in RHEL3. You just need install it via rpm command with switch -ivh.&lt;BR /&gt;Perhaps samba already installed in os. Perform command "rpm -qa|grep samba" to check it.If installed as following:&lt;BR /&gt;samba-3.0.7-1.3E.1&lt;BR /&gt;samba-swat-3.0.7-1.3E.1&lt;BR /&gt;samba-common-3.0.7-1.3E.1&lt;BR /&gt;redhat-config-samba-1.0.16-2&lt;BR /&gt;samba-client-3.0.7-1.3E.1&lt;BR /&gt;&lt;BR /&gt;2/edit file  "/etc/samba/smb.conf &lt;BR /&gt;" for samba service. Some  sample in the file  smb.conf. You should add/change some setting for your requirements,for example:&lt;BR /&gt;[data]&lt;BR /&gt;   comment = DATA &lt;BR /&gt;   path = /data&lt;BR /&gt;   public = yes &lt;BR /&gt;   writable = yes&lt;BR /&gt;That's means share directory /data for everyone. &lt;BR /&gt;&lt;BR /&gt;3/chang permission for /data(your shared directory)&lt;BR /&gt;&lt;BR /&gt;4/ use "\\ip\data" to accecss samba share in the windowsxp os.&lt;BR /&gt;&lt;BR /&gt;5/Read following URL for more informantion &lt;BR /&gt;&lt;A href="http://us1.samba.org/samba/" target="_blank"&gt;http://us1.samba.org/samba/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/sysadmin-guide/ch-samba.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/sysadmin-guide/ch-samba.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Fri, 11 Feb 2005 10:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483784#M16297</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-02-11T10:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Install And Configure SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483785#M16298</link>
      <description>More point.&lt;BR /&gt;3/chang the /data(your shared directory) permission for anonymous access&lt;BR /&gt;&lt;BR /&gt;4/add a samba user,for example:&lt;BR /&gt;useradd jack&lt;BR /&gt;smbpasswd -a jack&lt;BR /&gt;This account will used ,when you access the samba share under windowsxp&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Feb 2005 10:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483785#M16298</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-02-11T10:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Install And Configure SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483786#M16299</link>
      <description>&lt;BR /&gt;To download Samba go to the following web site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us4.samba.org/samba/download/" target="_blank"&gt;http://us4.samba.org/samba/download/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;How to install and configure Samba:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us4.samba.org/samba/docs/using_samba/toc.html" target="_blank"&gt;http://us4.samba.org/samba/docs/using_samba/toc.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ross</description>
      <pubDate>Fri, 11 Feb 2005 11:21:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483786#M16299</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-02-11T11:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Install And Configure SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483787#M16300</link>
      <description>Hi Christopher,&lt;BR /&gt;&lt;BR /&gt;The final one..See&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.siliconvalleyccie.com/linux-hn/samba.htm" target="_blank"&gt;http://www.siliconvalleyccie.com/linux-hn/samba.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Fri, 11 Feb 2005 12:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483787#M16300</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-02-11T12:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Install And Configure SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483788#M16301</link>
      <description>If you are going to try Linux to Linux file sharing with Samba, please read this frustrating thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=772038" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=772038&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Right now, Linux to Windows and Windows to Linux works great. The only issue I have is Linux to Linux.&lt;BR /&gt;&lt;BR /&gt;When its possible to use, Samba is more robust than NFS.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 11 Feb 2005 12:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483788#M16301</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-11T12:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Install And Configure SAMBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483789#M16302</link>
      <description>Samba Swat is the simplest way to administer Samba.&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Feb 2005 16:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-and-configure-samba/m-p/3483789#M16302</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-02-13T16:19:43Z</dc:date>
    </item>
  </channel>
</rss>

