From owner-freebsd-arm@freebsd.org Sat Oct 31 05:11:12 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA626A229FC for ; Sat, 31 Oct 2015 05:11:12 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x22d.google.com (mail-vk0-x22d.google.com [IPv6:2607:f8b0:400c:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 75E4C1E70; Sat, 31 Oct 2015 05:11:12 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by vkgy127 with SMTP id y127so59655802vkg.0; Fri, 30 Oct 2015 22:11:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3BvHhFVIz6qGXQFZPuXISN52Wpnzs4lrh7juj55IisE=; b=R4Z7NQ/5Z8tR3v+EjgyR+ZYzji1W+CBmtaZ7faB9GNr0TS9aRB2r32Rzw1nXTN662P aOtXK8aSUEdTWQYo6gTGLNm6DnlETbsUkG5x5D6rjc3a1uIOhrTVBmGkc4YGoL33cAxR JfvDe37Iu1RLFyrKwkv+SqWVNwhTMA1DNfh4hxK6miEZg/Sw7d5L/O6blKV1JszF3z4G GhwQ+LbkNvfCfQkghIQY+NgS1AJYAD/gyqLNhoWFYMAPG660mnm44yRn3MvRFqcmqxF8 CrUkM7VKEpnH1RPFu1VQoOyVwmEDpR0gbR9+qtvNT8eRtFsKb+qc7NwjlVXUMMxDT8sL bBxQ== MIME-Version: 1.0 X-Received: by 10.31.151.16 with SMTP id z16mr7917866vkd.14.1446268271453; Fri, 30 Oct 2015 22:11:11 -0700 (PDT) Received: by 10.31.66.9 with HTTP; Fri, 30 Oct 2015 22:11:11 -0700 (PDT) In-Reply-To: <1446162443.91534.213.camel@freebsd.org> References: <20151029222755.GO65715@funkthat.com> <1446157768.91534.212.camel@freebsd.org> <20151029230843.GP65715@funkthat.com> <1446162443.91534.213.camel@freebsd.org> Date: Fri, 30 Oct 2015 22:11:11 -0700 Message-ID: Subject: Re: Full SD Card From: Russell Haley To: Ian Lepore Cc: John-Mark Gurney , freebsd-arm Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2015 05:11:12 -0000 Hey, Thanks guys, I wound up using something like this: find /usr/ports -name "work" -exec rm -rf {} \; I recovered the whole 1.3 GB. Thanks! Russ On Thu, Oct 29, 2015 at 4:47 PM, Ian Lepore wrote: > On Thu, 2015-10-29 at 16:08 -0700, John-Mark Gurney wrote: > > Ian Lepore wrote this message on Thu, Oct 29, 2015 at 16:29 -0600: > > > On Thu, 2015-10-29 at 15:27 -0700, John-Mark Gurney wrote: > > > > It is possible that if the machine crashed, that space is lost, > > > > so > > > > booting to single user mode, and running fsck manually may > > > > recover > > > > some space too... > > > > > > Why would a manual fsck in SU mode be necessary to recover the > > > space? > > > > It shouldn't be, but some times hardware misbehaves, etc... I've had > > a machine that ran SU+J on a CF to IDE adapter, and after some > > crashes, > > a normal fsck would not make the fs clean, and required a manual fsck > > to restore the file system to correct state... I believe that it was > > an issue w/ the hardware, but never tracked it down exactly... > > > > Oh. SU+J. 'nuff said. I think we turned that off by default on arm > images, because people have been reporting trouble with it for years. > > -- Ian > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >