From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 23:43:51 2009 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 6FE151065672 for ; Mon, 16 Nov 2009 23:43:51 +0000 (UTC) (envelope-from djackson452@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 2617D8FC0A for ; Mon, 16 Nov 2009 23:43:50 +0000 (UTC) Received: by yxe1 with SMTP id 1so1264234yxe.3 for ; Mon, 16 Nov 2009 15:43:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=jQlJNT9LA8oeDxj+M8icY+xBsjqRtjdSxivCpcB0NZo=; b=SE4vnuSfjTxPSVQ96GJ5LibJietspObvxa5edtS4KF8tVcVFyzMdS+hHvC1r/qhFYa u0L4Z/yydVhJ9DVDc6FvG5bJ6eWEr7+qa+nENxa6GcA2tO5X2Nain4cUM5ufeZGzvEcg Go0OgMblbbAxc+Z9sSMQONX32TsvRjlKUwFTQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Hg2TBI7jNZ/YMoKe0gvfomsvpW/SfVexWsVmRJJ4wfS2ujXVLPbXI/JcSddFg59NVG TpAAgG5E/yDR3Nw/mNGqemypicL4/9/PPheAfO8cXcct4L1Prp+ZBxD49otvjcHP7NWc 2t4nuxN2UzjBbw2jhyo4Znd+YpIQk/ajmvnN0= Received: by 10.150.8.3 with SMTP id 3mr14818100ybh.62.1258415030306; Mon, 16 Nov 2009 15:43:50 -0800 (PST) Received: from ?192.168.1.103? (pool-96-254-203-152.tampfl.fios.verizon.net [96.254.203.152]) by mx.google.com with ESMTPS id 21sm1176674ywh.16.2009.11.16.15.43.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 16 Nov 2009 15:43:49 -0800 (PST) Message-ID: <4B01E2A3.5020305@gmail.com> Date: Mon, 16 Nov 2009 18:39:15 -0500 From: David Jackson User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Lockup problems on FreeBSD disks 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: Mon, 16 Nov 2009 23:43:51 -0000 I have a USB hard drive. Whenever I open two programs which utilise the USB hard drive simultaneously, these programs, i assume when they attempt to write to the hard drive lock up due to what i suspect must be some issue with the USB driver and perhaps a deadlock involving multiple concurrent accesses to the drive. When they attempt to access the drive the programs can lock up for several minutes before being unblocked. When only one program is using the drive this behaviour does not seem to occur. It seems most likely that this is a USB level problem involving the USB drivers. I am using FreeBSD 7.1. It is annoying behaviour to say the least and I wonder what can be done about it, and if this issue is being addressed, perhaps in the recent redesign of the USB code. It seems to be a pretty consistent issue, happening with multiple installs of FreeBSD and different drives. Thank you.