From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 18:13:15 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 C6237106564A for ; Mon, 8 Mar 2010 18:13:15 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout023.mac.com (asmtpout023.mac.com [17.148.16.98]) by mx1.freebsd.org (Postfix) with ESMTP id B0C188FC0C for ; Mon, 8 Mar 2010 18:13:15 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp023.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KYZ00DXE6M2T850@asmtp023.mac.com> for freebsd-questions@freebsd.org; Mon, 08 Mar 2010 10:13:15 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1003080150 From: Chuck Swiger In-reply-to: <4B952B38.70308@gmail.com> Date: Mon, 08 Mar 2010 10:13:14 -0800 Message-id: <7DB7819B-83E2-4536-84DF-8D97E7D2CDD9@mac.com> References: <4B952B38.70308@gmail.com> To: David Jackson X-Mailer: Apple Mail (2.1077) Cc: freebsd-questions@freebsd.org Subject: Re: Severe instabilities and system lockups 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, 08 Mar 2010 18:13:15 -0000 Hi-- On Mar 8, 2010, at 8:52 AM, David Jackson wrote: > I am still having severe problems with severe system instabilities with FreeBSD and have had these problrms in 7.1 and 8.0. The system randomly locks up, it appears applications lock up when they access the USb disk. Also, when accessing the USB disk, the entire system lockup often for minutes. Performance with accessing USB disks is horrendous,. it took 7 hours to copy a directory that was 200 MB. Any program that accesses the USB disk tend to freeze for minutes, and often the entire system becomes unresponsive for minutes. Overall FreeBSD here is characterized by severe instabilities, ive had better performance from Windows 98 systems. The fact that the entire system freezes up, this should not happen, a well designed system will not lock up the entire OS when accessing disk. > > Are there any diagnostic tools uch as getting a log of tranmissions on USB and probe it, ,or finmd out what code it is lockilng up on ?Has anyone else seen these problems with USB disks? You've asked the same question multiple times, but there is sufficient lack of details that you're not going to get good feedback. Put a dmesg from a clean boot, output of "usbdevs -v", and maybe minimal testing with "diskinfo -t /dev/DISK" or "dd if=/dev/DISK of=/dev/null bs=64k" to see your effective transfer rates onto the web somewhere, and email links to this information. Also note that if you are unhappy with FreeBSD, by all means, feel free to use something else. You may also feel free to spare the list your opinions WRT a comparision to Win98. Regards, -- -Chuck