Subject: Re: hardware advise ( Samba file server )
To: Patrick Welche <prlw1@newn.cam.ac.uk>
From: Geert Hendrickx <ghen@telenet.be>
List: netbsd-users
Date: 05/02/2006 16:26:35
On Tue, May 02, 2006 at 02:53:56PM +0100, Patrick Welche wrote:
> If the aim is to serve files from a NetBSD server to M$ Windows clients,
> is option 1) of
> 
> 1) samba              "ordinary" cifs client
> 2) apache/webdav      webfolder
> 3) iscsi-target       iscsi-initiator
> 4) others?

iSCSI (3) is more like SAN, i.e., you don't serve files, but raw blocks.
This implies that only one client can "mount" a given service at a time,
i.e. you can't share files amongst multiple clients (unless they're
mounting it read-only, but I'm not sure about that).  

I don't know (2) very well.  I guess it's more ftp-like than samba-like.  

(1) is probably the best/easiest way to go for traditional file-sharing.  

	Geert