• 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:

Access Linux NFS from windows?

 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am running NFS on my RedHat 9, how can I access those shared parts from my Windows XP box? Thanks.
 
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
As far as I recall there are a few NFS clients for Windows, but I have to ask, are you sure you need this?
RedHat comes with SAMBA included. SAMBA is a Linux/Unix implementation of Windows' own file-sharing system. You'll probably find that it is much simpler and cheaper to just start/configure the SAMBA that you have already on the Linux box, and then you can access it from any Windows machine with no extra software.
 
Mark Lau
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you, Frank,
Yes, I know that Samba comes with Linux 9. I am yet to learn how to configure it. I did not know that we need no extra software on the Windows box to access the Samba file server.
Actually, my boss wants me to set up such a Samba file server.
Can you tell me what are the cool benefits of using Linux + Samba as the file server instead of Windows NT?
 
reply
    Bookmark Topic Watch Topic
  • New Topic