From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 11:59:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F256216A4BF for ; Tue, 16 Sep 2003 11:59:02 -0700 (PDT) Received: from pop015.verizon.net (pop015pub.verizon.net [206.46.170.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA4DC43F93 for ; Tue, 16 Sep 2003 11:59:01 -0700 (PDT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.22.189]) by pop015.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030916185901.PDI4763.pop015.verizon.net@duron.pcmedx.com> for ; Tue, 16 Sep 2003 13:59:01 -0500 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id 734B9AA83 for ; Tue, 16 Sep 2003 11:59:00 -0700 (PDT) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id C195CAA77 for ; Tue, 16 Sep 2003 11:58:59 -0700 (PDT) Message-ID: <00a601c37c84$9d3d1860$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: "freebsd-questions" References: <906762293.20030916105121@mygirlfriday.info> <003f01c37c6c$456bf100$f4f0a8c0@pcmedx.com> <958866990.20030916112625@mygirlfriday.info> <005a01c37c73$c1d21600$f4f0a8c0@pcmedx.com> <3012993764.20030916123512@mygirlfriday.info> <009d01c37c7e$64244d10$f4f0a8c0@pcmedx.com> <6315803624.20030916132202@mygirlfriday.info> Date: Tue, 16 Sep 2003 11:59:11 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at pop015.verizon.net from [4.46.22.189] at Tue, 16 Sep 2003 13:59:01 -0500 Subject: Re: linking a dir X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 18:59:03 -0000 > FreeBSD 4.8-RELEASE #0: Thu Apr 3 10:53:38 GMT 2003 > root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC If you "ls -l / | grep kernel", you'll notice that kernel and kernel.GENERIC are identical in size. If you were to ever build a new kernel, your current would be moved to kernel.old, so it's rather redundant to keep kernel.GENERIC around. I guess this is pretty trivial now that you've tracked down the source of disk usage, but hey, 4MB is 4MB. =) Mike