• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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

kldang

Senior member
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
 
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.
 
Go with samba. There's a lot of documentation/examples/help to be found on google for it.
 
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.
 
Back
Top