- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Install And Configure SAMBA
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2005 02:12 AM
тАО02-11-2005 02:12 AM
I'am newbie in Linux and i want to install Samba.
1-please, where can i find the samba software to download it?
2-What's the procedure to install it and configure the LRH Server and the MS XP Client ?
Ps : I have a server Linux Redhat AS 3.0 and 5 Pc MS Windows XP Pro.
Thank's a lot.
Best regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2005 02:51 AM
тАО02-11-2005 02:51 AM
Solution1/samba server has built in RHEL3. You just need install it via rpm command with switch -ivh.
Perhaps samba already installed in os. Perform command "rpm -qa|grep samba" to check it.If installed as following:
samba-3.0.7-1.3E.1
samba-swat-3.0.7-1.3E.1
samba-common-3.0.7-1.3E.1
redhat-config-samba-1.0.16-2
samba-client-3.0.7-1.3E.1
2/edit file "/etc/samba/smb.conf
" for samba service. Some sample in the file smb.conf. You should add/change some setting for your requirements,for example:
[data]
comment = DATA
path = /data
public = yes
writable = yes
That's means share directory /data for everyone.
3/chang permission for /data(your shared directory)
4/ use "\\ip\data" to accecss samba share in the windowsxp os.
5/Read following URL for more informantion
http://us1.samba.org/samba/
http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/sysadmin-guide/ch-samba.html
Good luck
NiCK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2005 02:57 AM
тАО02-11-2005 02:57 AM
Re: Install And Configure SAMBA
3/chang the /data(your shared directory) permission for anonymous access
4/add a samba user,for example:
useradd jack
smbpasswd -a jack
This account will used ,when you access the samba share under windowsxp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2005 03:21 AM
тАО02-11-2005 03:21 AM
Re: Install And Configure SAMBA
To download Samba go to the following web site:
http://us4.samba.org/samba/download/
How to install and configure Samba:
http://us4.samba.org/samba/docs/using_samba/toc.html
Regards,
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2005 04:02 AM
тАО02-11-2005 04:02 AM
Re: Install And Configure SAMBA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2005 04:22 AM
тАО02-11-2005 04:22 AM
Re: Install And Configure SAMBA
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=772038
Right now, Linux to Windows and Windows to Linux works great. The only issue I have is Linux to Linux.
When its possible to use, Samba is more robust than NFS.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-13-2005 08:19 AM
тАО02-13-2005 08:19 AM