Linux - Newbie This 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.
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. |
|
 |
05-07-2005, 10:34 PM
|
#1
|
|
LQ Newbie
Registered: May 2005
Location: Athens,OH
Distribution: Fedora 3 (2.6.11)
Posts: 5
Rep:
|
Accessing Networked machines
hi,
I wanted to know how do we access 2 machines which are in the same network.
I mean i have a Windows machine with some drives as shared and i wanna access those drives from my Linux box.
I have Fedora 3 (2.6.11) installed.
Vishal
|
|
|
|
05-08-2005, 12:27 AM
|
#2
|
|
Member
Registered: Aug 2003
Location: Akron, OH
Distribution: SuSE 8.2, Slackware current, OpenBSD 3.5-3.8, Fedora Core 2
Posts: 400
Rep:
|
Turn on the Samba service on your linux box. Once started, you can then refer to the pathname using
smb://<server_name>/path/to/share
At least you can do this using Konqueror. I'm sure there is something similar in Nautilus.
You can also mount specific directories locally, too, using the '-t smbfs' option with the mount command.
|
|
|
|
05-08-2005, 11:06 AM
|
#4
|
|
Member
Registered: Jan 2005
Location: Russia, Kazan
Distribution: Mandrake 10.2, RedHat sometimes..
Posts: 110
Rep:
|
...and please fill "Location: " and "Distribution: " fields in your profile.
|
|
|
|
05-08-2005, 11:19 AM
|
#5
|
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Rep:
|
Re: Accessing Networked machines
Quote:
Originally posted by vishalsethia
hi,
I wanted to know how do we access 2 machines which are in the same network.
I mean i have a Windows machine with some drives as shared and i wanna access those drives from my Linux box.
I have Fedora 3 (2.6.11) installed.
Vishal
|
to access them from your linux box you can use smbmnt //IP/share_name /mount/point
if the user name is the same you will only be prompted for a password, if not you will have to look into the options for adding the username=option.
you can also add a line to your fstab to make the mount automatic and happen on boot. i use the smbmount on my linux boxes all the time to gain access to my windows shares, but then i have the shares on the same user name on all the boxes. this is NOT the most secure way to do things, but for a home user i do not care. for a network that needs more security i use fstab with a .password file for security.
enjoy.
|
|
|
|
05-08-2005, 10:58 PM
|
#6
|
|
Senior Member
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250
Rep:
|
Just marking this thread to help me find it later ... Thanks
|
|
|
|
05-08-2005, 11:18 PM
|
#7
|
|
LQ Newbie
Registered: May 2005
Location: Athens,OH
Distribution: Fedora 3 (2.6.11)
Posts: 5
Original Poster
Rep:
|
I was first trying to use nfs to share between two Linux Boxes and it worked well one way. I mean if i tried mounting my frnds hard drive, it worked well, but when he tried to mount my harddrive, it failed. We both followed the same steps and i dont knwo the possible reason for that getting falied.
When my frnd tried to mount my harddrive, the error message it gave was
:The network might be possible down
Any help wud be greatly appreciated. Would try using the Samba server once my Windoze machine is up
|
|
|
|
05-08-2005, 11:31 PM
|
#8
|
|
Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
did u try the smbmount option mentioned in the above posts
if yes post the O/P that u got along with the command???
regards
|
|
|
|
05-08-2005, 11:33 PM
|
#9
|
|
Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
Quote:
Originally posted by rickh
Just marking this thread to help me find it later ... Thanks
|
maybe u won't be knowing this, i too found out this later
that if u want to follow a thread then u need not post a dumumy post so that u can track that later on instead u can subscribe to that thead by the subscribe option at the end of this page
regards
|
|
|
|
05-08-2005, 11:35 PM
|
#10
|
|
LQ Newbie
Registered: May 2005
Location: Athens,OH
Distribution: Fedora 3 (2.6.11)
Posts: 5
Original Poster
Rep:
|
i think smbmount wud be used if i need to mount a drive from a windoze machine, but i used NFS to mount a drive from Linux box with Fedora 3
But i did not use smbmount. I just used mount 192.168.2.125/home/shareddrive /mnt/drive_d
|
|
|
|
05-08-2005, 11:45 PM
|
#11
|
|
Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
try
mount -t smbfs '// 192.168.2.125/home/shareddrive' /mnt/drive_d
regards
|
|
|
|
05-11-2005, 07:15 PM
|
#12
|
|
Member
Registered: Jun 2004
Location: Northern CA
Distribution: Debian
Posts: 835
Rep:
|
Quote:
Originally posted by rickh
Just marking this thread to help me find it later ... Thanks
|
There's a "subscribe to this thread" link at the bottom of the page (when you're logged in). It took me a while to notice it too.
|
|
|
|
05-11-2005, 10:16 PM
|
#13
|
|
Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
Quote:
Originally posted by gd2shoe
There's a "subscribe to this thread" link at the bottom of the page (when you're logged in). It took me a while to notice it too.
|
hey i just mentioned the same thing in a coupe of posts above 
|
|
|
|
05-24-2005, 11:53 PM
|
#14
|
|
Member
Registered: Jun 2004
Location: Northern CA
Distribution: Debian
Posts: 835
Rep:
|
Didn't mean to step on your toes. I didn't see it or I wouldn't have said it.
Take care!
|
|
|
|
05-25-2005, 01:57 AM
|
#15
|
|
Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
hey
no problem !!
|
|
|
|
| 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 10:35 PM.
|
|
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
|
|