From owner-freebsd-hackers Tue Jan 30 15:10:23 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15648 for hackers-outgoing; Tue, 30 Jan 1996 15:10:23 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA15593 for ; Tue, 30 Jan 1996 15:09:49 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id AAA22449 for ; Wed, 31 Jan 1996 00:09:41 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA05073 for freebsd-hackers@freebsd.org; Wed, 31 Jan 1996 00:09:41 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id XAA16178 for freebsd-hackers@freebsd.org; Tue, 30 Jan 1996 23:56:11 +0100 (MET) From: J Wunsch Message-Id: <199601302256.XAA16178@uriah.heep.sax.de> Subject: Re: Rock Ridge CDs, dir depth limits To: freebsd-hackers@freebsd.org (FreeBSD hackers) Date: Tue, 30 Jan 1996 23:56:11 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199601302141.WAA02054@yedi.iaf.nl> from "Wilko Bulte" at Jan 30, 96 10:41:45 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hackers@freebsd.org Precedence: bulk As Wilko Bulte wrote: > > mkisofs seems to have no problems making the required depth CDROM > (it contains a really deep source tree). > - 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 ;-) Hmm, have you accidentally specified the -L flag? I've just tried to reproduce the behaviour, but failed. This is the original tree: j@uriah 1121% ls -lRA foo total 2 drwxr-xr-x 2 j bin 512 Jan 30 23:43 .bar/ foo/.bar: total 2 -rw-r--r-- 1 j bin 3 Jan 30 23:43 mumble ...and this what i've got from a vn-mounted mkisofs image: uriah # ls -lR /mnt total 4 dr-xr-xr-x 1 root wheel 2048 Jan 31 01:43 _bar/ /mnt/_bar: total 0 -r-xr-xr-x 1 root wheel 3 Jan 31 01:43 mumble* -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)