From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 14:46:07 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79133BC1 for ; Thu, 28 Aug 2014 14:46:07 +0000 (UTC) Received: from server1.shellworld.net (shellworld.net [69.60.117.94]) by mx1.freebsd.org (Postfix) with ESMTP id 563C61EF8 for ; Thu, 28 Aug 2014 14:46:07 +0000 (UTC) Received: from server1.shellworld.net (localhost [127.0.0.1]) by server1.shellworld.net (Postfix) with ESMTP id 07BDF2298C for ; Thu, 28 Aug 2014 10:46:00 -0400 (EDT) To: "questions@freebsd.org" Subject: Re: Recreating the FreeBSD Installation Disks MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <76902.1409237159.1@server1.shellworld.net> Date: Thu, 28 Aug 2014 09:46:00 -0500 From: "Martin G. McCormick" Message-Id: <20140828144600.07BDF2298C@server1.shellworld.net> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 14:46:07 -0000 Roland Smith writes: > Looking at the mkisofs manpage, it *should* detect hard links by default. > Does > using the `-cache-inodes` option make any difference? I tried explicitly -no-cache-inodes and then -cache-inodes and the two files vary by about 15 bytes. It looks like the hard links are lost in the mounting process which means that one can not use that as a test after all. There is that version of tar as in tar-3.1.2 which I can't seem to locate anywhere although the version may be at a higher number by now. How did you get it? I've not found anything for tar on FreeBSD except for gnutar and that does not process iso9660 images. The version of tar one gets by default on 3.9 systems appears to be 2.8.5 with the same version number for the libraries. Thanks. Martin