mkisofs question

2006-10-17 Thread Jude DaShiell
What's the real deal with the --split-output option? The man page says the subsequent files made will be under a gig but it would be far more useful to know if those files will be no larger than the first file made. I don't want to do a multi disc backup and find I can't burn subsequent discs

Re: another mkisofs question

2001-01-07 Thread Robert Waldner
On Sat, 06 Jan 2001 21:28:35 GMT, Peter Horton writes: >> bash-2.03# mount -o loop -t iso9660 test.iso /mnt/loop/ >> bash-2.03# ls -la /mnt/loop/ >> total 5 >> dr-xr-xr-x1 root root 2048 Jan 6 2001 . >> drwxrwxrwx6 root root 1024 Jul 5 2000 .. >> -r--r--r--1

Re: another mkisofs question

2001-01-06 Thread Peter Horton
On Sat, Jan 06, 2001 at 09:03:44AM +0100, Robert Waldner wrote: > > When I have a structure like > > ./firstfile > ./firstdirectory > ./firstdirectory/secondfile > ./firstdirectory/seconddirectory > ./firstdirectory/seconddirectory/thirdfile > > and I do `mkisofs -l -v -o test.iso *` the content

another mkisofs question

2001-01-06 Thread Robert Waldner
Hi! Maybe someone can shed a little light on this... When I have a structure like ./firstfile ./firstdirectory ./firstdirectory/secondfile ./firstdirectory/seconddirectory ./firstdirectory/seconddirectory/thirdfile and I do `mkisofs -l -v -o test.iso *` the contents of firstdirectory are plac