Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2007 14:23:23 -0400 (EDT)
From:      doug <doug@fledge.watson.org>
To:        freebsd-questions@FreeBSD.org
Subject:   Can not make a 6.2 ISO image
Message-ID:  <20070810133045.B99453@fledge.watson.org>

next in thread | raw e-mail | index | archive | help
My goal was to make an cdrom that I could use with a serial console. I 
downloaded an iso image, burned a cdrom and used that cd to make a file tree 
with:

    tar -cf - -C /mnt/ . | tar -xpf - -C 6.2-RELEASE/

The du command shows essentially the same size for the cdrom and the file tree:

    1020444 /mnt (cdrom)
    1053224 6.2-RELEASE/

The difference of about 31MB is almost entirely in /usr (24MB). I took this to 
be the difference in internal/external fragmentation between isofs and ufs. 
However mkisofs builds an ISO image of 1GB. Whatever my error is, it is not due 
to missing hard links (I think). The du sums and counting files with find all 
this matches.

I could not find anything in GNATS on mkisofs. Is there another way to build an 
iso image? If anyone can see what I did wrong or where my analysis is off I 
would really appreciate the help.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070810133045.B99453>