From owner-freebsd-questions@FreeBSD.ORG Thu Feb 16 14:57:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 BB36716A425 for ; Thu, 16 Feb 2006 14:57:18 +0000 (GMT) (envelope-from enigma@lztech.com.br) Received: from cwbgk1.k1.com.br (customer-200195196249.onda.com.br [200.195.196.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3029243D46 for ; Thu, 16 Feb 2006 14:57:17 +0000 (GMT) (envelope-from enigma@lztech.com.br) Received: from webpratico.com.br (M199.28.cwbgk [172.16.199.28] (may be forged)) by cwbgk1.k1.com.br (8.13.1/8.13.1) with ESMTP id k1GEvFDt028086 for ; Thu, 16 Feb 2006 12:57:16 -0200 (BRST) (envelope-from enigma@lztech.com.br) Received: from cwb.lztech.com.br (server [192.168.1.6]) by webpratico.com.br (8.13.3/8.13.3) with ESMTP id k1GF0trN005669 for ; Thu, 16 Feb 2006 13:00:55 -0200 (BRST) (envelope-from enigma@lztech.com.br) Received: from localhost (localhost [127.0.0.1]) by cwb.lztech.com.br (8.13.3/8.13.3) with ESMTP id k1GEvDbu007278 for ; Thu, 16 Feb 2006 12:57:14 -0200 (BRST) (envelope-from enigma@lztech.com.br) From: Sergio de Almeida Lenzi To: freebsd-questions@freebsd.org Organization: lztech Date: Thu, 16 Feb 2006 12:57:11 -0200 Message-Id: <1140101831.6824.14.camel@server> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: CD problem solved..... a possible bug found... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lenzi@lztech.com.br List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 14:57:19 -0000 Hello all I wish to thank for all people who helped me in particular the one that points me to the "man release" really helped... some days ago I posted a message about building the CDbtoot of FreeBSD version 6.0 release the problem happens when (logged in the 6.0...) I mount the CDrom and did a tar cf - /cdrom | tar xvf - -C /usr the idea is to copy all the directories to the /usr/cdrom... the CD has 580Mb... but the copy have more than 1013 MB... (amost twice.. the size...) The same command on a FreeBSD 5.4 produces the coorect image of 580MB... Tracking down the problem to a directory in the CDROM (rescue) that have an executable build from crunch... of 131 files hard linked to the same executale ... On FreeBSD version 5.4 it correct reads ONE executable (300k) and than builds the same structure on the copy directory (/usr/cdro/rescue)... On FreeBSD 6.0 Release, it reads the same executable 131 times, giving about 412MB ... that ... of course does not fit in the 680MB limit of the CDROM... The same file structure (131 hard links) with the same command (tar...) copies fine when they are outside if the ISO9660 My question is: is this a bug in the ISO9660 in the FreeBSD 6.0 or just a new "behavior" ???? I am using FreeBSd 6.0 Release... Thanks for any attention.... -- Sergio de Almeida Lenzi lztech