- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux-Windows (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
Forums
Discussions
Discussions
Discussions
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
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
04-25-2008 08:52 AM
04-25-2008 08:52 AM
Linux-Windows (samba)
I want to access a Win folder from my Linux server. I think I can do it through Samba.
1) Is this possible?
2) How can I do it? Anyone that has a step-by-step guide to do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 10:57 AM
04-25-2008 10:57 AM
Re: Linux-Windows (samba)
>>Is this possible?
Yes
>>How can I do it? Anyone that has a step-by-step guide to do this?
You must configure the /etc/samba/smb.conf file. The file has a lot of configuration options and operating environments, so check the Samba Collection Howto available in /usr/share/doc/samba-
You should be aware of the smbstat command and testparm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2008 11:13 PM
04-25-2008 11:13 PM
Re: Linux-Windows (samba)
http://www.reallylinux.com/docs/sambaserver.shtml
enjoy life
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2008 05:40 AM
04-27-2008 05:40 AM
Re: Linux-Windows (samba)
You have to install the smbfs filesystem. Then you can mount it with this command:
mount -t smbfs -o username=
you can also add it to the fstab.
HeL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 04:16 PM
06-26-2008 04:16 PM
Re: Linux-Windows (samba)
Share your folder and give this share a name.
a.1) Create a new folder
a.2) Right click, and then choose "Sharing and Security"
a.3) The "Sharing" tab should be picked, filled out the info and click "ok"
b) On your Linux box, type
b.1) Create a dir
b.2) Type this:
mount -t cifs -o user=
e.g.
mount -t cifs -o user=testuser //10.10.10.10/myshare /windowshare
Good luck!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 10:43 PM
06-26-2008 10:43 PM