From owner-freebsd-hackers Tue Jan 30 14:15:54 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05459 for hackers-outgoing; Tue, 30 Jan 1996 14:15:54 -0800 (PST) Received: from linux4nn.gn.iaf.nl (root@linux4nn.gn.iaf.nl [193.67.144.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA05444 for ; Tue, 30 Jan 1996 14:15:34 -0800 (PST) Received: from uni4nn.iaf.nl (root@uni4nn.iaf.nl [193.67.144.33]) by linux4nn.gn.iaf.nl (8.6.9/8.6.9) with SMTP id XAA05086; Tue, 30 Jan 1996 23:15:47 +0100 Received: by uni4nn.iaf.nl with UUCP id AA07573 (5.67b/IDA-1.5); Tue, 30 Jan 1996 23:15:25 +0100 Received: by iafnl.es.iaf.nl with UUCP id AA16278 (5.65c/IDA-1.4.4); Tue, 30 Jan 1996 22:45:46 +0100 Received: (from wilko@localhost) by yedi.iaf.nl (8.6.12/8.6.6) id WAA02054; Tue, 30 Jan 1996 22:41:45 +0100 From: Wilko Bulte Message-Id: <199601302141.WAA02054@yedi.iaf.nl> X-Organisation: Private FreeBSD site - Arnhem - The Netherlands Subject: Re: Rock Ridge CDs, dir depth limits To: joerg_wunsch@uriah.heep.sax.de Date: Tue, 30 Jan 1996 22:41:45 +0100 (MET) Cc: FreeBSD-hackers@FreeBSD.org In-Reply-To: <199601260858.JAA18933@uriah.heep.sax.de> from "J Wunsch" at Jan 26, 96 09:58:31 am X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org Precedence: bulk > As Wilko Bulte wrote: > > > - related: a working example of the mkisofs command for FreeBSD would > > be nice. I can probably use the aforementioned sw to take the mkisofs > > image to the actual disk. > > The mkisofs in -current sort of works. You have to figure out which > non-optional options to specify, but that's easy. Trial&error until > it doesn't dump core anymore. :-] > > Disclaimer: i've only tried it on the FreeBSD release CD which has a > directory depth of 7 (for the file system CD). > cheers, J"org Keeping my feedback promise: mkisofs seems to have no problems making the required depth CDROM (it contains a really deep source tree). I had to fix 2 things to make it (also) run on the DEC Unix box: - cast the returned pointer of e_malloc() to the right type - rename a number of directories from .adm (note the .) to something not starting with a leading . It just silently leaves out the .adm subtree... (??) A look into the name-rebuild part of the mkisofs source made me decide to take the easy 'mv' route ;-) Wilko _ __________________________________________________________________________ | / o / / _ Wilko Bulte email: wilko@yedi.iaf.nl |/|/ / / /( (_) Private FreeBSD site - Arnhem - The Netherlands --------------------------------------------------------------------------------