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. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
08-05-2003, 08:59 AM
|
#1
|
|
LQ Newbie
Registered: Aug 2003
Location: Brisbane
Distribution: Linux 9
Posts: 4
Rep:
|
Mounting a share on a Windows Client Machine
I am looking for advice on how one might be able to mount a share on a windows xp client machine using the client machine's IP address as the reference in the mount command. I can achieve this using file type smbfs but I was really wondering if it could be done using nfs somehow.
On my netwok I have an xp machine at 192.168.0.10 host name apollo and I want to mount the share \\apollo\audio on my linxu box at /mnt/windows. I need this to be done using a method that gives a good level of security if possible.
Any assistence would be greatly appreciated.
Last edited by broadsoft; 08-05-2003 at 09:00 AM.
|
|
|
|
08-05-2003, 09:17 AM
|
#2
|
|
LQ Newbie
Registered: Jul 2003
Location: india
Posts: 3
Rep:
|
look the help of mount command
u will get the answer
|
|
|
|
08-05-2003, 09:18 AM
|
#3
|
|
Senior Member
Registered: Apr 2002
Location: Holmesville, Ohio
Distribution: Slackware
Posts: 1,731
Rep:
|
mount -t smbfs -o username=<user's name>, password=<password> //192.168.0.10/audio /mnt/windows
|
|
|
|
08-05-2003, 03:15 PM
|
#4
|
|
LQ Newbie
Registered: Aug 2003
Location: Brisbane
Distribution: Linux 9
Posts: 4
Original Poster
Rep:
|
I tried as suggested mount -t smbfs -o user=<user>,password=<password> //192.168.0.10/audio /mnt/windows
and got two reply messages
3143:session request to 192.168.0.10 failed (Called name not present)
3143:sessino request to 192 failed (Called name not present)
on the terminal then the terminal hung until ctl-c was entered.
Strangely I could then see the windows files at /mnt/windows.
I also tried mount -t smbfs -o user=<user>,password=<password> //apollo/audio /mnt/windows
and got the following error
wins_svr_died(): Could not ,ark WINS server 127.0.0.1 down
Address not found in server list
This also crashed nmbd and reported nothing in the log.nmb file. I then restarted smb and things seemed normal again. This sequence happens every time i use the above mount command.
Any ideas anyone???
|
|
|
|
08-05-2003, 05:32 PM
|
#5
|
|
Senior Member
Registered: Apr 2002
Location: Holmesville, Ohio
Distribution: Slackware
Posts: 1,731
Rep:
|
Add apollo to your /etc/hosts so you can ping it by name. Then your should be able to use the mount command like this: mount -t smbfs -o user=<user>,password=<password> //apollo/audio /mnt/windows.
|
|
|
|
| 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 04:47 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
|
|