• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Wondows from Linux

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello There,

I am new to linux. Can anyone tell me how to access a windows machine from Linux. Well I have configured samba in linux to be accessed from windows machine, and it is workig perfectly.
Please help to access the linux machine from a windows machine.

Anticipating

Zafer
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not quite sure what you are asking here. In one part you ask how to access a Windows machine from Linux, then you ask how to access a Linux machine from Windows. Which one do you want, and what do you already have working?
 
mohamed zafer
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry if my earlier post was ambigous.

I have already configured samba server in my Linux machine and hence able to access it form any Windows machine.

Now I want to see and connect to the list of windows machines in the network from my Linux machine. What should be done for this.


Mohamed Zafer
 
Ranch Hand
Posts: 782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There may be some other way of doing this, but the way i know of is to get Win4Lin. It lets you run windows inside linux. It shows up as just another application. And everything runs faster then it usually does on a windows machine. But like i said, theres probably some way to get it working without buying Win4Lin.
 
Frank Carver
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you need to check out something called smbfs (it may come included with SAMBA). It lets you mount remote SMB drives using "mount" just like any other fileing system (ext2, nfs, FAT etc.).
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic