- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Samba client share
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
тАО09-07-2005 11:42 AM
тАО09-07-2005 11:42 AM
Samba client share
I am using redhat 9. I have install samba-client
on the linux but when i go to windows network place i see the workgrup but it can't open. it say "workgroup unaccessiable due permission"On the linux when i do smbclient -l, i can't see the share that i have created. I need windows to be able to access the linux share through the network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2005 04:29 PM
тАО09-07-2005 04:29 PM
Re: Samba client share
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2005 05:17 PM
тАО09-07-2005 05:17 PM
Re: Samba client share
the most likely problem is wrong configuration in smb.conf file. post your /etc/samba/smb.conf file. Let us take a look at it and solve your problem.
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2005 12:52 AM
тАО09-08-2005 12:52 AM
Re: Samba client share
After you installed the samba package, you need to edit the /etc/samba/smb.conf (or /etc/smb.conf) and configure some parameters.
You should set the WORKGROUP parameter. Then the security mode. The easiest security mode (and less secure) to configure is:
security = share
Then you must configure the shares, there are a lot of examples in the configuration file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2005 07:19 AM
тАО09-18-2005 07:19 AM
Re: Samba client share
Here is the syntax to add a new user :
smbpasswd -a nameoftheuser passwordoftheuser
Of course, man smbpasswd will give you some details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2005 01:17 AM
тАО09-29-2005 01:17 AM
Re: Samba client share
You should install the samba server on your linux box, either use the security "user" and then create some smbusers or use the security "share" .
You can have a friendly interface using swat for configuring your samba server on linux.
Swat is an http interface running on port 901 when it is installed.