Do you use NFS / Samba to mount your linux file system onto Windows?

kldang

Senior member
Aug 24, 2005
232
0
0
Hi all

I have a linux box and I need to exchange files between my windows and linux. I found there are 2 different ways to mount the linux file system onto windows. They are NFS & Samba. Anyone know the performance comparison?

Thanks
 

Bremen

Senior member
Mar 22, 2001
658
0
0
Windows dosn't support NFS so this should make your decision rather easy :0)
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Bremen
Windows dosn't support NFS so this should make your decision rather easy :0)

I believe both Cygwin and Unix Services For Windows has NFS servers/clients. ;)

I'd use Samba. NFS sucks more for most things, and even more when going between Windows and a unix-like system.
 

sourceninja

Diamond Member
Mar 8, 2005
8,805
65
91
Hell I use samba at home for linux to linux sharing. I only use NFS for some very rare things here at work.
 

M00T

Golden Member
Mar 12, 2000
1,214
1
0
Go with samba. There's a lot of documentation/examples/help to be found on google for it.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
NFS can be tricky because it requires the UIDs all be in sync since each mount is system-wide and authorization is done locally instead of on the server. With Windows this means you have to map unix UIDs to Windows accounts and I don't know how well that works now, I just remember trying it a few years ago and it was a huge PITA that never worked right.