![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Aug 2008
Posts: 154
OS: XP
|
How to add a linux machine in a Windows LAN?
Basically, I have Ubuntu and soon Fedora running on VMWare in my XP machine and I would like to have them share files on my LAN. Bear in mind that I pretty much just started to learn how to use Linux.
|
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Moderator/Fedora Amb.
|
Re: How to add a linux machine in a Windows LAN?
Hi,
First you are going to make sure that you have file sharing enabled for each folder and place that you want to share between the OS's. Then you need to go to Network in the Places Menu. Then click on the Windows Network, followed by your windows computer, lastly click on the user.
Cheers!
__________________
![]() Linux Forever!
|
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Oct 2008
Posts: 1
OS: XP
|
Re: How to add a linux machine in a Windows LAN?
You could use the following command to mount a windows share on a linux machine, then copy files depending on the permissions you have.
mount -t smbfs -o username=<username_win_machine>,password=<password> //<win_machine_name>/<sharename> /<mount point on linux machine> So, if I have a share called 'Share' on my my_win box and local user share1 with password !share; the command I would run is mount -t smbfs -o username=share1,password=!share //my_win/Share /mnt where mnt is the mount point. Regards |
|
|
|
![]() |
| Thread Tools | |
|
|