From owner-freebsd-questions@FreeBSD.ORG Sat Nov 13 21:14:21 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6F381065670 for ; Sat, 13 Nov 2010 21:14:21 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (ns2.r-bonomi.com [204.87.227.129]) by mx1.freebsd.org (Postfix) with ESMTP id ABA898FC0A for ; Sat, 13 Nov 2010 21:14:21 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.3/rdb1) id oADLCGhx026157 for freebsd-questions@freebsd.org; Sat, 13 Nov 2010 15:12:16 -0600 (CST) Date: Sat, 13 Nov 2010 15:12:16 -0600 (CST) From: Robert Bonomi Message-ID: <201011132112.oADLCGhx026157@mail.r-bonomi.com> To: freebsd-questions@freebsd.org Subject: Re: Tips for installing windows and freeBSD both.. anyone?? 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: Sat, 13 Nov 2010 21:14:21 -0000 > From owner-freebsd-questions@freebsd.org Sat Nov 13 13:01:04 2010 > Date: Sat, 13 Nov 2010 19:02:31 +0000 > From: Bruce Cran > To: Robert Bonomi > Cc: freebsd-questions@freebsd.org > Subject: Re: Tips for installing windows and freeBSD both.. anyone?? > > On Sat, 13 Nov 2010 12:48:40 -0600 (CST) > Robert Bonomi wrote: > > > Au Contraire, WINDOWS *itself* forbids more than one application > > from having the same file open for working on. > > Wrong. Windows *itself* doesn't care - lots of applications just don't > specify FILE_SHARE_WRITE: Windows -enforces- the restriction, which exists "by default". Whether or not there is programatic 'work around' is irrelevant if the needed application fails to provide any way to twiddle that knob. This kind of file-locking _does_ make good sense -- 'sort of', that is. A default mode where additional apps could access the file 'read only' with a warning, would be arguably better.