From owner-freebsd-questions@FreeBSD.ORG Tue Jun 20 09:12:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D620E16A479 for ; Tue, 20 Jun 2006 09:12:45 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id CADF343D5C for ; Tue, 20 Jun 2006 09:12:44 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.13.6+UW06.06/8.13.6+UW06.03) with ESMTP id k5K9Cidb010965 for ; Tue, 20 Jun 2006 02:12:44 -0700 X-Auth-Received: from [192.168.0.40] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.6+UW06.06/8.13.6+UW06.03) with ESMTP id k5K9Cc3k013634 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 20 Jun 2006 02:12:42 -0700 Mime-Version: 1.0 (Apple Message framework v750) In-Reply-To: <200606200904.k5K94k95096827@banyan.cs.ait.ac.th> References: <3352.217.114.136.133.1150793768.squirrel@llca513-a.servidoresdns.net> <200606200904.k5K94k95096827@banyan.cs.ait.ac.th> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Tue, 20 Jun 2006 02:16:00 -0700 To: FreeBSD Questions X-Mailer: Apple Mail (2.750) X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: NFS Server and MS Windows X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2006 09:12:45 -0000 On Jun 20, 2006, at 2:04 AM, Olivier Nicole wrote: >> Can I have the two? NFS and Samba? > > There is no reason you can't. > > I run NFS between Unix machines and Samba with MS world. > > But there could be strange results if on Xp machines connects to the > same file using both NFS and Samba at same time. > > Olivier I would think that the hosting OS would know how to deal with both, since NFS mounts are treated no differently from Samba mounts superficially (each has their own separate drive letter, etc). Cygwin also offers an NFS client if you want to look into that as well. SFU offers mount_nfs/nfsd for windows, which is basically unheard of using anything else. -Garrett