From owner-freebsd-questions@FreeBSD.ORG Tue Oct 16 18:24:09 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BAFC594 for ; Tue, 16 Oct 2012 18:24:09 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id CD4488FC0A for ; Tue, 16 Oct 2012 18:24:08 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id b5so5539846lbd.13 for ; Tue, 16 Oct 2012 11:24:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=1RqcDOXgAQAdPjEo9NI+xLqtbQDMjCcMy5fxgxKf2/A=; b=a/M+sktPGOuuLb61m8DM+qZD28caWyH//lOJQHzKH1b5Tn8OEVaxhEuyLIKW7fDG6L Fgg+bnYU9hCYay2tjDLuBGcFtpBBX+XbNZNYCmzcNWlquhdaVOeJ+yVVO+OtE5oLhLJL pOQ4DQFb7Cj3ts1md4lclWI1UlLb9IXnNEgd0wTLix34prsvFiXzbPEGM93YI6rpzdna aPtj461H6DhfG/7F6rH2cAc153WYzwnv9dtaq+Xsu0R4WP/pJepYIIuveSDEKPmusZPT uOZ/+rlCnk0f+mAo9oYvq3hclcetkHccmaXZnkAucS8ke2HAMxAMG06M5RSOPiCChB8E sTSA== MIME-Version: 1.0 Received: by 10.152.108.197 with SMTP id hm5mr13675501lab.45.1350411847427; Tue, 16 Oct 2012 11:24:07 -0700 (PDT) Sender: vrwmiller@gmail.com Received: by 10.112.4.97 with HTTP; Tue, 16 Oct 2012 11:24:07 -0700 (PDT) In-Reply-To: References: Date: Tue, 16 Oct 2012 14:24:07 -0400 X-Google-Sender-Auth: qQCH2rTPs3Cpt__nppnd90YAjwM Message-ID: Subject: Re: MFS root filesystem and static binaries size From: Rick Miller To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 18:24:09 -0000 On Tue, Oct 16, 2012 at 2:13 PM, Stanislav Zaharov wrote: > Hello, > > I have a question regarding the mfsroot file system organization on > installation cd. > How is it possible that we have bigger binary files in ls list while actual > occupied space is less. But when we try to copy these files on similar > filesystem using cp or dd the actual used space is bigger? They are hardlinks. I have a blog post at http://blog.hostileadmin.com/2012/08/21/automating-generation-of-the-mfsroot-gz/ that touches on the subject...read the comments starting at line #76. -- Take care Rick Miller