Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-09-2003, 07:00 PM
|
#1
|
|
Member
Registered: Feb 2003
Distribution: Suse 8.1
Posts: 102
Rep:
|
Connecting to Shared Windows Directory
I used to have a doc that showed me how to do thisl, but I can't locate it, and I never bothered to learnt he mechanics behind the command so now, I can't remember it.
I have shared file on my Win2K machine that is shared. It's connected to my Linux machine by means of a Linksys regular 10/100 router.
Can someone please share the command for my linux machine to connect to the windows machine.
I've set up my mount point for the windows share as
root/mnt/windows
Is the samba server runnign autmomatically, or do I need to restart that too?
Thanks in advance for any assistance...
Niall..
|
|
|
|
08-09-2003, 10:40 PM
|
#2
|
|
Senior Member
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403
Rep:
|
You can use smbmount to mount a windows share.
Code:
smbmount //myserver/myshare /mnt/myshare
You can also automatically mount the share at system startup by adding the following syntax in /etc/fstab
Code:
//myserver/myshare /mnt/myshare smbfs username=myUserName,password=myPassword,user,uid=LinuxUser,gid=LinuxGroup 0 0
|
|
|
|
08-09-2003, 11:21 PM
|
#3
|
|
Member
Registered: May 2003
Location: Beverly Hills
Distribution: Slackware, Gentoo
Posts: 350
Rep:
|
i believe the preffered method is:
mout -t smbfs //myserver/myshare /mnt/myshare
both will work just the same though. 
|
|
|
|
08-10-2003, 05:08 AM
|
#4
|
|
Member
Registered: Jul 2003
Location: London
Posts: 548
Rep:
|
and if you want an excellent gui for surfing / mounting samba shares, then try out xfsamba
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:27 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|