Re: (2nd time)unable to burn disk in brasero disk burner (every-time it spoils the disk )

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, 2009-11-01 at 16:03 +0530, Jatin K wrote:
> I'm trying to burn a cd iso image with my brasero disk burner on FC
> 11, 
> but not able to burn the disk ..it shows following error log and disk 
> gets fail ... I've lost my 8 disks ( DVD also gets fail .....  but in 
> ugly M$ xp can burn the disk without any problem..!!! it means there
> is 
> no any fault at dvd burner )
> 
> 
> can any-one tell me what is going wrong ????

I think Brasero and k3b just call growisofs. I use this Shell script to
burn ISO images:

        $ cat BURN-iso
        #!/bin/sh
        # Usage: BURN-iso iso-file
        
        /usr/bin/growisofs -Z /dev/sr0="$1" -use-the-force-luke=notray -use-the-force-luke=tty -use-the-force-luke=tracksize:2285858 -dvd-compat -speed=16 -overburn -use-the-force-luke=bufsize:16m

It assumes your burner is /dev/sr0. You might want to change the -speed
parameter, or just leave it out.

Try it and see what happens.

poc

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

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux