---- Original message ---- >Date: Sun, 17 Sep 2006 15:02:29 -0300 >From: Guilherme <[EMAIL PROTECTED]> >Subject: Sharing SATA NTFS disks on network >To: [email protected] > >Hi misc@, >I must set up 2 new SATA disks into an OpenBSD server running version 3.9. >These are on NTFS file system and I must share them on a network so the >users can access data. >Now my question is: which application will have the best performance? >
not exactly sure what you're asking here. both the samba and nfs routes appear viable, though i have no experience using nfs on windows. samba works just fine for me at work. why do the FSes need to be NTFS? NTFS support is not in the openbsd kernel by default and i believe there are some problems with said support. from http://www.openbsd.org/faq/faq14.html#foreignfs : "Most filesystems are supported in the GENERIC kernel: just have a look at the kernel configuration file, located in the /usr/src/sys/arch/<arch>/conf directory. However, some are not, e.g. the NTFS support is experimental and therefore not included in GENERIC." cheers, jake

