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]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux