From owner-freebsd-questions@FreeBSD.ORG Sat Jul 27 18:48:50 2013 Return-Path: Delivered-To: freebsd-questions@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 ESMTP id A6C78A7A for ; Sat, 27 Jul 2013 18:48:50 +0000 (UTC) (envelope-from david.i.noel@gmail.com) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A077207F for ; Sat, 27 Jul 2013 18:48:50 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id n5so2116583wev.14 for ; Sat, 27 Jul 2013 11:48:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=kY3MBvgsIipRoTIZpdB7eEK0kIi9KkKzF7aIINZpbe8=; b=J4SARvekAcEJOZ51Z2yM440NpQBdeF21ySPhwZw6qaRnNVLphWINnPgMd0TqubZSQ9 cDr+AFi41Qui6Ypu3QObkUNbcsRmCcHSi+bwFfvgieShut0o0lmkgafa+dY2vsylQ/hY qTG7N0mVcvFde9+/Fa+XvRSWWA5w9urUTIyiy/iGB4P7YZc3mXszHMr8Xxc3muD4s6He Z/YSloIP+KfpTWDtKQy31JdqRMW4cNZFxg5+FwDMiPzQfCTN6dbwWP8COQnjlTzHKY5b HgbJYEeh2pEQgV7Vcc35TwphfGKkgN9PLqbxcJpvqJxaDsw9hrZBNq+oGOg1IOY4XePV iZaw== MIME-Version: 1.0 X-Received: by 10.180.77.164 with SMTP id t4mr105411wiw.58.1374950928475; Sat, 27 Jul 2013 11:48:48 -0700 (PDT) Received: by 10.216.180.138 with HTTP; Sat, 27 Jul 2013 11:48:48 -0700 (PDT) In-Reply-To: <51F3F0D4.1040509@comcast.net> References: <51F3E0F1.3010401@fjl.co.uk> <51F3F0D4.1040509@comcast.net> Date: Sat, 27 Jul 2013 13:48:48 -0500 Message-ID: Subject: Re: Delete a directory, crash the system From: David Noel To: Jason Lenthe Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: David.I.Noel@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2013 18:48:50 -0000 > You may want to look into running fsck(8) and its myriad of options fsck did the trick > Also make sure you have soft updates enabled on your filesystem and > preferably journaled soft updates ..pretty sure I do but I'll double check, thanks.