[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Multisession CD-R
- From: Miguel Rosales <mrosales adexus cl>
- To: redhat-list redhat com
- Subject: Multisession CD-R
- Date: Fri, 28 Sep 2001 15:59:51 -0400
Hi all,
I try to make data backup in a CD of course via command, to make multi
session CD use the mkisofs and cdrecord command of the following form:
# mkisofs -o image.iso -r -J /directory
soon
# cdrecord -v speed=4 dev=0,0,0 -multi image.iso
everything ok, soon for the next session make:
# mkisofs -o image2.iso -r -J -C `cdrecord -msinfo dev=0,0,0' -M /dev/scd0
/directory
and
# cdrecord -v speed=4 dev=0,0,0 -multi image2.iso
the exit of all the processes seems to be well, but after the second writing
in the disc, in Linux I can see the first image and in Windows I cannot read
the CD :-(
is a wrong method ? maybe!
any help is welcome
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]