On Mon, 2 May 2005 16:13:40 +0200 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> . Now, if I try to copy a whole directory, > only the content of the directory is copied and not the directory > itself. For example, suppose I want to copy onto CD the > directory `mydir' that contains the file `myfile'. > If I do: > > # mkisofs -r -o cd_image mydir > # cdrecord -v speed=2 dev=/dev/hdd -data cd_image > > , I will find only the `myfile' on the CD. Instead, > I'd like that the entire directory `mydir' was there > with the `myfile' in it. > Is it possible, and how? Just a guess, but try mkisofs -r -o cd_image mydir/ with a slash at the end. eric -- Mandrake HowTo's & More: http://mandriva.vmlinuz.ca
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
