From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 16 21:46:54 2014 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09ED1DB4 for ; Thu, 16 Jan 2014 21:46:54 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B22531D12 for ; Thu, 16 Jan 2014 21:46:53 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id s0GLkqdF093956; Thu, 16 Jan 2014 14:46:52 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id s0GLkqR1093953; Thu, 16 Jan 2014 14:46:52 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 16 Jan 2014 14:46:52 -0700 (MST) From: Warren Block To: Mike Tancsa Subject: Re: Preferred controller types In-Reply-To: <52D8502C.1030304@sentex.net> Message-ID: References: <52D7FCB3.8030806@sentex.net> <52D83A2B.3040104@sentex.net> <52D8502C.1030304@sentex.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 16 Jan 2014 14:46:52 -0700 (MST) Cc: "freebsd-emulation@freebsd.org" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jan 2014 21:46:54 -0000 On Thu, 16 Jan 2014, Mike Tancsa wrote: > On 1/16/2014 2:59 PM, Mike Tancsa wrote: >> VBoxManage storagectl rc5i386 --name "SATA" --add sata --controller >> IntelAHCI --portcount 4 --bootable on >> VBoxManage storageattach "rc5i386" --storagectl "SATA" --port 0 --device >> 0 --type hdd --medium FreeBSD-10.0-RC5-i386-20140108-r260430.vmdk > > OK, next problem. If I set the disks to SATA, doing something simple > like an SVN checkout causes all sorts of disk errors and then a panic. > If I instead set the controller to just IDE, all is OK. > > What is the optimal chipset and driver config for FreeBSD as a host and > guest ? For me, leaving everything at the default was best. I don't know if it affects performance.