Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
hey i am using Fedora 9 and want to know whether i can connect to any Windows system in the Local Area Network(LAN) from my system??
i have heard of samba but not getting how to do it...
I dont know about Fedora as I am running Ubuntu, but I didnt have to do anything other than tell Linux to lookon the network for other computers. It found both of the other two computers on my network. I had to set up a shared folder on them (the winxp machines)for shared files but that was it.
Well samba will help windows to connect to linux, but not help linux connect to windows.
But linux machines mount windows share's the same way they mount samba shares ( using smbfs )
Example:
Share on WinXP called stuff.
mkdir -p /mnt/stuff
mount -t smbfs -o username=uxinn,password=secret //winxp/stuff /mnt/test
this will mount the share stuff as /mnt/test
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.