From owner-freebsd-hackers Wed Feb 14 13:24:22 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from snipe.prod.itd.earthlink.net (snipe.prod.itd.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id E84C137B503 for ; Wed, 14 Feb 2001 13:24:15 -0800 (PST) Received: from sm.socccd.cc.ca.us (pool0664.cvx15-bradley.dialup.earthlink.net [209.179.46.154]) by snipe.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id NAA26839; Wed, 14 Feb 2001 13:23:47 -0800 (PST) Message-ID: <3A8AF818.493E27F0@sm.socccd.cc.ca.us> Date: Wed, 14 Feb 2001 13:26:48 -0800 From: Farooq Mela Reply-To: fmela0@sm.socccd.cc.ca.us X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: David Miller Cc: hackers@freebsd.org Subject: Re: linked files on iso9660? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David: I believe that links on CD-ROM are handled using RockRidge extensions, which basically has plain text files named "00_TRANS.TBL" in each directory which contains links to other files on the CD. I don't know all the details and specifics, but you should probably consult your CD recording software documentation to see if it will generate them for your automagically. You may also want to take a look at the FreeBSD CD's themselves, as they are ISO9660 with the RockRidge Extension. HTH Farooq David Miller wrote: > > I'm trying to back up some freebsd systems on cdrom. My intention is to > have one which people can look at specific file on, or pax/tar/dump over > on top of a live, minimally installed OS. > > /stand has 31 file of considerable size: on a standard system they're all > hard links to the same file. All have the same inode number. > > While it "works" if they're not the same inode number, trying to restore > onto a pristine system bombs because these files - now separate - take up > an extra 50 MB or so. > > I've tried mkisofs with and without the -T option but it doesn't appear to > use the same inode numbers in either case. > > How do we do this on the live file system CD, or do we? > > Thanks, > > --- David > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message