Re: mkisofs interface

2000-11-15 Thread schilling
From: [EMAIL PROTECTED] (Bill Davidsen) Sorry, my mail seems to be non-obvious: What should happen with: mkisofs -o /tmp/xxx dir/ mkisofs -o /tmp/xxx file mkisofs -o /tmp/xxx dir1/ dir2/ file In this case I believe that what I would expect to happen (as an experienced user),

Re: mkisofs interface

2000-11-15 Thread James Pearson
My intention was to make it behave this way: mkisofs -o /tmp/xxx dir/ Will use dir/ as root dir for the CD mkisofs -o /tmp/xxx file Will have only file in the root dir of the CD mkisofs -o /tmp/xxx dir1/ dir2/ file Will have dir1/ dir2/

Re: mkisofs interface

2000-11-15 Thread Karl-Heinz Herrmann
Hi, On 15-Nov-00 James Pearson wrote: 1. dir1/ and dir2/ appear in the root directory 2. the contents of dir1/ and dir2/ appear in the root directory if (1), how do you get (2)? In fact I know how - but it's not "intuitive" ... As I understood case (1) would be the new

Re: mkisofs interface

2000-11-15 Thread Bill Davidsen
Karl-Heinz Herrmann [EMAIL PROTECTED] wrote: On 15-Nov-00 James Pearson wrote: 1. dir1/ and dir2/ appear in the root directory 2. the contents of dir1/ and dir2/ appear in the root directory if (1), how do you get (2)? In fact I know how - but it's not "intuitive" ...

Re: mkisofs interface

2000-11-15 Thread Bill Davidsen
[EMAIL PROTECTED] suggested: = Davidsen (me) My intention was to make it behave this way: mkisofs -o /tmp/xxx dir/ Will use dir/ as root dir for the CD mkisofs -o /tmp/xxx file Will have only file in the root dir of the CD mkisofs -o /tmp/xxx dir1/

Re: mkisofs interface

2000-11-15 Thread Bill Davidsen
Mark Bartel [EMAIL PROTECTED] suggested: I had to do considerable experimentation to get mkisofs do what I thought it should. I kept expecting it to behave like other unix utilities such as tar, cp, ln, mv, etc. Eventually I figured out what it was doing. In my case your fix would not be

Re: mkisofs interface

2000-11-14 Thread schilling
From [EMAIL PROTECTED] Tue Nov 14 04:20:41 2000 Joerg Schilling wrote: Hi all, it seems that does not behave as expected when called: mkisofs -R -o xxx * What behviour would you expect for this command line? NOTE: I want to know what should happen to directories and

Re: mkisofs interface

2000-11-14 Thread David Lerner
[EMAIL PROTECTED] wrote: From [EMAIL PROTECTED] Tue Nov 14 14:15:45 2000 On 14-Nov-00 [EMAIL PROTECTED] wrote: mkisofs -o /tmp/xxx dir/ mkisofs -o /tmp/xxx file mkisofs -o /tmp/xxx dir1/ dir2/ file What should happen with mkisofs -o /tmp/xxx dir/ mkisofs -o /tmp/xxx

mkisofs interface

2000-11-13 Thread Joerg Schilling
Hi all, it seems that does not behave as expected when called: mkisofs -R -o xxx * What behviour would you expect for this command line? NOTE: I want to know what should happen to directories and non-directories on the command line. What should be the resulting names on the CD? Jörg

Re: mkisofs interface

2000-11-13 Thread David Lerner
Joerg Schilling wrote: Hi all, it seems that does not behave as expected when called: mkisofs -R -o xxx * What behviour would you expect for this command line? NOTE: I want to know what should happen to directories and non-directories on the command line. What should be the