Date: Tue, 30 Jan 1996 23:56:11 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-hackers@freebsd.org (FreeBSD hackers) Subject: Re: Rock Ridge CDs, dir depth limits Message-ID: <199601302256.XAA16178@uriah.heep.sax.de> In-Reply-To: <199601302141.WAA02054@yedi.iaf.nl> from "Wilko Bulte" at Jan 30, 96 10:41:45 pm
next in thread | previous in thread | raw e-mail | index | archive | help
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. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601302256.XAA16178>