CD/DVD writer

2008-06-15 Thread Chris Carlson
I'm using Fedora 9 on a "AMD Athlon(tm) X2 Dual Core Processor 
BE-2350".  The system (an eMachines computer) came with a CD/DVD 
read/write drive (Optiarc  Model: DVD RW AD-7200A  Rev: 1.W1).  When I 
load a blank DVD-R in the drive, an icon appears that tells me I've got 
a blank DVD in the drive.  I double-click the icon, and CD/DVD Creator 
pops up.  I drag/drop files into the window and then tell it to "Write 
to Disc".  It thinks for a while, then pops up a little window with the 
very clear and informative message, "Error!"  I can find no information 
on what the error is or what I can do about it.


Thinking that the brand of CD/DVD writer was the problem, I installed an 
older drive that I had from a previous computer (TSSTcorp Model: CD/DVDW 
TS-H552B Rev: TS02).  I get precisely that same results.


I have also tried installing a blank CD-R.  This works somewhat similar 
but doesn't even provide me an "Error!" popup.  I see something pop up 
quickly and immediately disappear, but nothing seems to be written.  
I've tried this with both drives as well with identical results.


After discovering my sound didn't work because of a security setting, 
I'm wondering if there is some security setting for writing CDs/DVDs.  
I've modified all my /dev files related to the two drives to rw-rw-rw-, 
but that doesn't seem to help.


I put a DVD-RAM disk in the Optiarc drive, and I was able to copy a gob 
of data to it.  It's unreadable by Windows, but it proves to me that the 
drive writes.


Both drives can read CDs and DVDs without a problem.

Below is the info determined by the kernel for the two drives (sr0 is 
the TSSTcorp drive and sr1 is the Optiarc drive).


cat /proc/sys/dev/cdrom//info
CD-ROM information, Id: cdrom.c 3.20 2003/12/17

drive name: sr1 sr0
drive speed:48  48
drive # of slots:   1   1
Can close tray: 1   1
Can open tray:  1   1
Can lock tray:  1   1
Can change speed:   1   1
Can select disk:0   0
Can read multisession:  1   1
Can read MCN:   1   1
Reports media changed:  1   1
Can play audio: 1   1
Can write CD-R: 1   1
Can write CD-RW:1   1
Can read DVD:   1   1
Can write DVD-R:1   1
Can write DVD-RAM:  1   0
Can read MRW:   1   1
Can write MRW:  1   1
Can write RAM:  1   1


Are there any settings or other places I should look for a problem?  Is 
this a Fedora bug?  I'll file a bug if I'm not the only one seeing this 
problem.


Chris

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: CD/DVD writer

2008-06-15 Thread stan

Chris Carlson wrote:

[snip]


Are there any settings or other places I should look for a problem?  
Is this a Fedora bug?  I'll file a bug if I'm not the only one seeing 
this problem.


You could run   dmesg | less   and go down to the bottom after the 
failure.  You should see some error messages there.  I have a problem 
with the DVDR but it is that it won't read previous disks.  Work in F7, 
not in F9.  I opened a bugzilla.  Perhaps you should do the same.

Chris



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: CD/DVD writer

2008-06-15 Thread Bill Davidsen

Chris Carlson wrote:
I'm using Fedora 9 on a "AMD Athlon(tm) X2 Dual Core Processor 
BE-2350".  The system (an eMachines computer) came with a CD/DVD 
read/write drive (Optiarc  Model: DVD RW AD-7200A  Rev: 1.W1).  When I 
load a blank DVD-R in the drive, an icon appears that tells me I've got 
a blank DVD in the drive.  I double-click the icon, and CD/DVD Creator 
pops up.  I drag/drop files into the window and then tell it to "Write 
to Disc".  It thinks for a while, then pops up a little window with the 
very clear and informative message, "Error!"  I can find no information 
on what the error is or what I can do about it.


You are going through multiple layers of voodoo here to put a GUI 
interface on burning, which also seems to hide what's really going on. 
If you want to actually run the commands and see what error messages 
they produce, you will probably see the problem.


To create an ISO image suitable for burning:
  mkisofs -o /tmp/test.iso -RU some_one_GB_directory
  growisofs -Z /dev/dvd=/tmp/test.iso

The first command should create an image ready to burn, and the second 
should do the burn.


Report back.

--
Bill Davidsen <[EMAIL PROTECTED]>
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: CD/DVD writer

2008-06-15 Thread [EMAIL PROTECTED]

Chris Carlson wrote:
I'm using Fedora 9 on a "AMD Athlon(tm) X2 Dual Core Processor 
BE-2350".  The system (an eMachines computer) came with a CD/DVD 
read/write drive (Optiarc  Model: DVD RW AD-7200A  Rev: 1.W1).  When I 
load a blank DVD-R in the drive, an icon appears that tells me I've got 
a blank DVD in the drive.  I double-click the icon, and CD/DVD Creator 
pops up.  I drag/drop files into the window and then tell it to "Write 
to Disc".  It thinks for a while, then pops up a little window with the 
very clear and informative message, "Error!"  I can find no information 
on what the error is or what I can do about it.


Hi,

I had similar problems when burning CDs/DVDs (on the gnome desktop), but 
I partially could bypass them by stopping the HAL daemon before burning 
(with cdrecord/growisofs).


When booting into a pure console environment (init mode 3), I got rid 
from all such problems.




Thinking that the brand of CD/DVD writer was the problem, I installed an 
older drive that I had from a previous computer (TSSTcorp Model: CD/DVDW 
TS-H552B Rev: TS02).  I get precisely that same results.


I have also tried installing a blank CD-R.  This works somewhat similar 
but doesn't even provide me an "Error!" popup.  I see something pop up 
quickly and immediately disappear, but nothing seems to be written.  
I've tried this with both drives as well with identical results.


After discovering my sound didn't work because of a security setting, 
I'm wondering if there is some security setting for writing CDs/DVDs.  
I've modified all my /dev files related to the two drives to rw-rw-rw-, 
but that doesn't seem to help.


I put a DVD-RAM disk in the Optiarc drive, and I was able to copy a gob 
of data to it.  It's unreadable by Windows, but it proves to me that the 
drive writes.


Both drives can read CDs and DVDs without a problem.

Below is the info determined by the kernel for the two drives (sr0 is 
the TSSTcorp drive and sr1 is the Optiarc drive).


cat /proc/sys/dev/cdrom//info
CD-ROM information, Id: cdrom.c 3.20 2003/12/17

drive name: sr1 sr0
drive speed:48  48
drive # of slots:   1   1
Can close tray: 1   1
Can open tray:  1   1
Can lock tray:  1   1
Can change speed:   1   1
Can select disk:0   0
Can read multisession:  1   1
Can read MCN:   1   1
Reports media changed:  1   1
Can play audio: 1   1
Can write CD-R: 1   1
Can write CD-RW:1   1
Can read DVD:   1   1
Can write DVD-R:1   1
Can write DVD-RAM:  1   0
Can read MRW:   1   1
Can write MRW:  1   1
Can write RAM:  1   1


Are there any settings or other places I should look for a problem?  Is 
this a Fedora bug?  I'll file a bug if I'm not the only one seeing this 
problem.


Chris




--
Joachim Backes


smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Re: CD/DVD writer

2008-06-15 Thread Mike Chambers
On Sun, 2008-06-15 at 13:15 -0700, Chris Carlson wrote:
> I'm using Fedora 9 on a "AMD Athlon(tm) X2 Dual Core Processor 
> BE-2350".  The system (an eMachines computer) came with a CD/DVD 
> read/write drive (Optiarc  Model: DVD RW AD-7200A  Rev: 1.W1).  When I 
> load a blank DVD-R in the drive, an icon appears that tells me I've got 
> a blank DVD in the drive.  I double-click the icon, and CD/DVD Creator 
> pops up.  I drag/drop files into the window and then tell it to "Write 
> to Disc".  It thinks for a while, then pops up a little window with the 
> very clear and informative message, "Error!"  I can find no information 
> on what the error is or what I can do about it.

How fast are you burning?  When it pops up to do the burn, minus
actually hitting the OK button, what speeds does it offer you?  I think
it defaults to maximum and you mgiht need to select something else?
I've also seen it have to reboot and then try it and it worked.

Hope that helps,

-- 
Mike Chambers
Fedora Project - Ambassador, Bug Zapper, Tester, User, etc..
[EMAIL PROTECTED]

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: CD/DVD writer

2008-06-16 Thread Chris Carlson

Great info, thanks.  I wondered what exactly was going on under the covers.

I'll try this out this evening after work.

Chris


Bill Davidsen wrote:

Chris Carlson wrote:
I'm using Fedora 9 on a "AMD Athlon(tm) X2 Dual Core Processor 
BE-2350".  The system (an eMachines computer) came with a CD/DVD 
read/write drive (Optiarc  Model: DVD RW AD-7200A  Rev: 1.W1).  When 
I load a blank DVD-R in the drive, an icon appears that tells me I've 
got a blank DVD in the drive.  I double-click the icon, and CD/DVD 
Creator pops up.  I drag/drop files into the window and then tell it 
to "Write to Disc".  It thinks for a while, then pops up a little 
window with the very clear and informative message, "Error!"  I can 
find no information on what the error is or what I can do about it.


You are going through multiple layers of voodoo here to put a GUI 
interface on burning, which also seems to hide what's really going on. 
If you want to actually run the commands and see what error messages 
they produce, you will probably see the problem.


To create an ISO image suitable for burning:
  mkisofs -o /tmp/test.iso -RU some_one_GB_directory
  growisofs -Z /dev/dvd=/tmp/test.iso

The first command should create an image ready to burn, and the second 
should do the burn.


Report back.



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: CD/DVD writer

2008-06-16 Thread Chris Carlson
Good idea.  I'll look there.  I had looked in /var/log/messages and saw 
nothing, but I know dmesg should show something.


Chris

stan wrote:

Chris Carlson wrote:

[snip]


Are there any settings or other places I should look for a problem?  
Is this a Fedora bug?  I'll file a bug if I'm not the only one seeing 
this problem.


You could run   dmesg | less   and go down to the bottom after the 
failure.  You should see some error messages there.  I have a problem 
with the DVDR but it is that it won't read previous disks.  Work in 
F7, not in F9.  I opened a bugzilla.  Perhaps you should do the same.

Chris





--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: CD/DVD writer

2008-06-16 Thread Chris Carlson

Thanks for the suggestion.  I'll give it a try.

Chris


[EMAIL PROTECTED] wrote:

Chris Carlson wrote:
I'm using Fedora 9 on a "AMD Athlon(tm) X2 Dual Core Processor 
BE-2350".  The system (an eMachines computer) came with a CD/DVD 
read/write drive (Optiarc  Model: DVD RW AD-7200A  Rev: 1.W1).  When 
I load a blank DVD-R in the drive, an icon appears that tells me I've 
got a blank DVD in the drive.  I double-click the icon, and CD/DVD 
Creator pops up.  I drag/drop files into the window and then tell it 
to "Write to Disc".  It thinks for a while, then pops up a little 
window with the very clear and informative message, "Error!"  I can 
find no information on what the error is or what I can do about it.


Hi,

I had similar problems when burning CDs/DVDs (on the gnome desktop), 
but I partially could bypass them by stopping the HAL daemon before 
burning (with cdrecord/growisofs).


When booting into a pure console environment (init mode 3), I got rid 
from all such problems.




Thinking that the brand of CD/DVD writer was the problem, I installed 
an older drive that I had from a previous computer (TSSTcorp Model: 
CD/DVDW TS-H552B Rev: TS02).  I get precisely that same results.


I have also tried installing a blank CD-R.  This works somewhat 
similar but doesn't even provide me an "Error!" popup.  I see 
something pop up quickly and immediately disappear, but nothing seems 
to be written.  I've tried this with both drives as well with 
identical results.


After discovering my sound didn't work because of a security setting, 
I'm wondering if there is some security setting for writing 
CDs/DVDs.  I've modified all my /dev files related to the two drives 
to rw-rw-rw-, but that doesn't seem to help.


I put a DVD-RAM disk in the Optiarc drive, and I was able to copy a 
gob of data to it.  It's unreadable by Windows, but it proves to me 
that the drive writes.


Both drives can read CDs and DVDs without a problem.

Below is the info determined by the kernel for the two drives (sr0 is 
the TSSTcorp drive and sr1 is the Optiarc drive).


cat /proc/sys/dev/cdrom//info
CD-ROM information, Id: cdrom.c 3.20 2003/12/17

drive name: sr1 sr0
drive speed:48  48
drive # of slots:   1   1
Can close tray: 1   1
Can open tray:  1   1
Can lock tray:  1   1
Can change speed:   1   1
Can select disk:0   0
Can read multisession:  1   1
Can read MCN:   1   1
Reports media changed:  1   1
Can play audio: 1   1
Can write CD-R: 1   1
Can write CD-RW:1   1
Can read DVD:   1   1
Can write DVD-R:1   1
Can write DVD-RAM:  1   0
Can read MRW:   1   1
Can write MRW:  1   1
Can write RAM:  1   1


Are there any settings or other places I should look for a problem?  
Is this a Fedora bug?  I'll file a bug if I'm not the only one seeing 
this problem.


Chris






--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: CD/DVD writer

2008-06-16 Thread Chris Carlson
Yes, I had it set to maximum.  I did try a slower speed for the DVD 
burning with no difference, so I just threw that out as an option.  It 
might have worked better when burning CDs.


Thanks for the suggestion.

Chris

Mike Chambers wrote:

On Sun, 2008-06-15 at 13:15 -0700, Chris Carlson wrote:
  
I'm using Fedora 9 on a "AMD Athlon(tm) X2 Dual Core Processor 
BE-2350".  The system (an eMachines computer) came with a CD/DVD 
read/write drive (Optiarc  Model: DVD RW AD-7200A  Rev: 1.W1).  When I 
load a blank DVD-R in the drive, an icon appears that tells me I've got 
a blank DVD in the drive.  I double-click the icon, and CD/DVD Creator 
pops up.  I drag/drop files into the window and then tell it to "Write 
to Disc".  It thinks for a while, then pops up a little window with the 
very clear and informative message, "Error!"  I can find no information 
on what the error is or what I can do about it.



How fast are you burning?  When it pops up to do the burn, minus
actually hitting the OK button, what speeds does it offer you?  I think
it defaults to maximum and you mgiht need to select something else?
I've also seen it have to reboot and then try it and it worked.

Hope that helps,

  


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: CD/DVD writer

2008-06-16 Thread Chris Carlson
Just wanted you to know, doing it manually worked just great!  I guess 
with F9 we use mkisofs followed by wodim, but I created a CD without issue.


Thanks a lot for the info.

Chris

Bill Davidsen wrote:

Chris Carlson wrote:
I'm using Fedora 9 on a "AMD Athlon(tm) X2 Dual Core Processor 
BE-2350".  The system (an eMachines computer) came with a CD/DVD 
read/write drive (Optiarc  Model: DVD RW AD-7200A  Rev: 1.W1).  When 
I load a blank DVD-R in the drive, an icon appears that tells me I've 
got a blank DVD in the drive.  I double-click the icon, and CD/DVD 
Creator pops up.  I drag/drop files into the window and then tell it 
to "Write to Disc".  It thinks for a while, then pops up a little 
window with the very clear and informative message, "Error!"  I can 
find no information on what the error is or what I can do about it.


You are going through multiple layers of voodoo here to put a GUI 
interface on burning, which also seems to hide what's really going on. 
If you want to actually run the commands and see what error messages 
they produce, you will probably see the problem.


To create an ISO image suitable for burning:
  mkisofs -o /tmp/test.iso -RU some_one_GB_directory
  growisofs -Z /dev/dvd=/tmp/test.iso

The first command should create an image ready to burn, and the second 
should do the burn.


Report back.



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: CD/DVD writer

2008-06-17 Thread TV Sivaraman
If you want GUI, I would suggest you install brasero (yum install brasero).
It is a simple CD/DVD burner. It is the default on Ubuntu.
Sivaraman.

On Mon, Jun 16, 2008 at 1:45 AM, Chris Carlson <[EMAIL PROTECTED]> wrote:

> I'm using Fedora 9 on a "AMD Athlon(tm) X2 Dual Core Processor BE-2350".
>  The system (an eMachines computer) came with a CD/DVD read/write drive
> (Optiarc  Model: DVD RW AD-7200A  Rev: 1.W1).  When I load a blank DVD-R in
> the drive, an icon appears that tells me I've got a blank DVD in the drive.
>  I double-click the icon, and CD/DVD Creator pops up.  I drag/drop files
> into the window and then tell it to "Write to Disc".  It thinks for a while,
> then pops up a little window with the very clear and informative message,
> "Error!"  I can find no information on what the error is or what I can do
> about it.
>
> Thinking that the brand of CD/DVD writer was the problem, I installed an
> older drive that I had from a previous computer (TSSTcorp Model: CD/DVDW
> TS-H552B Rev: TS02).  I get precisely that same results.
>
> I have also tried installing a blank CD-R.  This works somewhat similar but
> doesn't even provide me an "Error!" popup.  I see something pop up quickly
> and immediately disappear, but nothing seems to be written.  I've tried this
> with both drives as well with identical results.
>
> After discovering my sound didn't work because of a security setting, I'm
> wondering if there is some security setting for writing CDs/DVDs.  I've
> modified all my /dev files related to the two drives to rw-rw-rw-, but that
> doesn't seem to help.
>
> I put a DVD-RAM disk in the Optiarc drive, and I was able to copy a gob of
> data to it.  It's unreadable by Windows, but it proves to me that the drive
> writes.
>
> Both drives can read CDs and DVDs without a problem.
>
> Below is the info determined by the kernel for the two drives (sr0 is the
> TSSTcorp drive and sr1 is the Optiarc drive).
>
> cat /proc/sys/dev/cdrom//info
> CD-ROM information, Id: cdrom.c 3.20 2003/12/17
>
> drive name: sr1 sr0
> drive speed:48  48
> drive # of slots:   1   1
> Can close tray: 1   1
> Can open tray:  1   1
> Can lock tray:  1   1
> Can change speed:   1   1
> Can select disk:0   0
> Can read multisession:  1   1
> Can read MCN:   1   1
> Reports media changed:  1   1
> Can play audio: 1   1
> Can write CD-R: 1   1
> Can write CD-RW:1   1
> Can read DVD:   1   1
> Can write DVD-R:1   1
> Can write DVD-RAM:  1   0
> Can read MRW:   1   1
> Can write MRW:  1   1
> Can write RAM:  1   1
>
>
> Are there any settings or other places I should look for a problem?  Is
> this a Fedora bug?  I'll file a bug if I'm not the only one seeing this
> problem.
>
> Chris
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>



-- 
Dr. T. V. Sivaraman,
Lane No. 5, 46A, Ravindrapuri,
VARANASI - 221005. INDIA
Ph. No. 91-542-2276605
919451273108
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Re: CD/DVD writer

2008-06-17 Thread TV Sivaraman
If you want GUI, I would suggest you install brasero (yum install brasero).
It is a simple CD/DVD burner. It is the default on Ubuntu.
Sivaraman.

On Mon, Jun 16, 2008 at 1:45 AM, Chris Carlson <[EMAIL PROTECTED]> wrote:

> I'm using Fedora 9 on a "AMD Athlon(tm) X2 Dual Core Processor BE-2350".
>  The system (an eMachines computer) came with a CD/DVD read/write drive
> (Optiarc  Model: DVD RW AD-7200A  Rev: 1.W1).  When I load a blank DVD-R in
> the drive, an icon appears that tells me I've got a blank DVD in the drive.
>  I double-click the icon, and CD/DVD Creator pops up.  I drag/drop files
> into the window and then tell it to "Write to Disc".  It thinks for a while,
> then pops up a little window with the very clear and informative message,
> "Error!"  I can find no information on what the error is or what I can do
> about it.
>
> Thinking that the brand of CD/DVD writer was the problem, I installed an
> older drive that I had from a previous computer (TSSTcorp Model: CD/DVDW
> TS-H552B Rev: TS02).  I get precisely that same results.
>
> I have also tried installing a blank CD-R.  This works somewhat similar but
> doesn't even provide me an "Error!" popup.  I see something pop up quickly
> and immediately disappear, but nothing seems to be written.  I've tried this
> with both drives as well with identical results.
>
> After discovering my sound didn't work because of a security setting, I'm
> wondering if there is some security setting for writing CDs/DVDs.  I've
> modified all my /dev files related to the two drives to rw-rw-rw-, but that
> doesn't seem to help.
>
> I put a DVD-RAM disk in the Optiarc drive, and I was able to copy a gob of
> data to it.  It's unreadable by Windows, but it proves to me that the drive
> writes.
>
> Both drives can read CDs and DVDs without a problem.
>
> Below is the info determined by the kernel for the two drives (sr0 is the
> TSSTcorp drive and sr1 is the Optiarc drive).
>
> cat /proc/sys/dev/cdrom//info
> CD-ROM information, Id: cdrom.c 3.20 2003/12/17
>
> drive name: sr1 sr0
> drive speed:48  48
> drive # of slots:   1   1
> Can close tray: 1   1
> Can open tray:  1   1
> Can lock tray:  1   1
> Can change speed:   1   1
> Can select disk:0   0
> Can read multisession:  1   1
> Can read MCN:   1   1
> Reports media changed:  1   1
> Can play audio: 1   1
> Can write CD-R: 1   1
> Can write CD-RW:1   1
> Can read DVD:   1   1
> Can write DVD-R:1   1
> Can write DVD-RAM:  1   0
> Can read MRW:   1   1
> Can write MRW:  1   1
> Can write RAM:  1   1
>
>
> Are there any settings or other places I should look for a problem?  Is
> this a Fedora bug?  I'll file a bug if I'm not the only one seeing this
> problem.
>
> Chris
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>



-- 
Dr. T. V. Sivaraman,
Lane No. 5, 46A, Ravindrapuri,
VARANASI - 221005. INDIA
Ph. No. 91-542-2276605
919451273108
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Re: CD/DVD writer

2008-06-26 Thread Bill Davidsen

Chris Carlson wrote:
Just wanted you to know, doing it manually worked just great!  I guess 
with F9 we use mkisofs followed by wodim, but I created a CD without issue.


Thanks a lot for the info.

I'm happy that this worked, but my intention was to see where it was 
failing. ;-)


In any case you have a manual method to get it working, and as long as 
the error is in your GUI you can avoid it. Glad I could help.



Chris

Bill Davidsen wrote:

Chris Carlson wrote:
I'm using Fedora 9 on a "AMD Athlon(tm) X2 Dual Core Processor 
BE-2350".  The system (an eMachines computer) came with a CD/DVD 
read/write drive (Optiarc  Model: DVD RW AD-7200A  Rev: 1.W1).  When 
I load a blank DVD-R in the drive, an icon appears that tells me I've 
got a blank DVD in the drive.  I double-click the icon, and CD/DVD 
Creator pops up.  I drag/drop files into the window and then tell it 
to "Write to Disc".  It thinks for a while, then pops up a little 
window with the very clear and informative message, "Error!"  I can 
find no information on what the error is or what I can do about it.


You are going through multiple layers of voodoo here to put a GUI 
interface on burning, which also seems to hide what's really going on. 
If you want to actually run the commands and see what error messages 
they produce, you will probably see the problem.


To create an ISO image suitable for burning:
  mkisofs -o /tmp/test.iso -RU some_one_GB_directory
  growisofs -Z /dev/dvd=/tmp/test.iso

The first command should create an image ready to burn, and the second 
should do the burn.


Report back.






--
Bill Davidsen <[EMAIL PROTECTED]>
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Need to install CD/DVD writer on Fedora 10

2009-05-12 Thread Adeel Akbar
Hi, 

I need to write data on CD/DVD in fedora 10. please tell me which 
application/software fulfill my requirement. 


Thanks & Regards 

Adeel Akbar 
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Need to install CD/DVD writer on Fedora 10

2009-05-12 Thread jimbob palmer
2009/5/13 Adeel Akbar :
> Hi,
>
> I need to write data on CD/DVD in fedora 10. please tell me which
> application/software fulfill my requirement.
>
> Thanks & Regards
>
> Adeel Akbar
>

gnomebaker
k3b
nautilus

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines