From owner-freebsd-questions@FreeBSD.ORG Tue Apr 21 22:27:26 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 537FD106564A for ; Tue, 21 Apr 2009 22:27:26 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 38A3E8FC1B for ; Tue, 21 Apr 2009 22:27:24 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n3LMQspe002403; Wed, 22 Apr 2009 00:26:54 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n3LMQrbO002400; Wed, 22 Apr 2009 00:26:53 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 22 Apr 2009 00:26:53 +0200 (CEST) From: Wojciech Puchar To: Christopher Chambers In-Reply-To: <1240344374.1032.33.camel@localhost.localdomain> Message-ID: References: <1240344374.1032.33.camel@localhost.localdomain> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org Subject: Re: FreeBSD's interaction with MS-DOS partitions 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, 21 Apr 2009 22:27:26 -0000 > ms-dos partition. For example, I attempted to download a torrent with > ctorrent. Works perfectly if I am saving to the bsd partition but my > whole system freezes if I use the ms-dos partition. > > I mount it in /etc/fstab as "/dev/ad0s2 /d msdosfs rw 0 0" > > Is this behaviour the result of the 0 0? no. it's a result of ms-dos fs driver which is just useful to do read/write, even this isn't high performance ;) mmap is probably buggy that's why rtorrent crash. i don't think anyone really optimized this, not much need anyway.