Re: F12-i386-DVD iso won't burn properly -- SOLVED

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

 



On 10-03-02 11:26:09, Don Quixote de la Mancha wrote:
> Good for you!
> 
> When you first boot the install CD, it presents the option of
> validating the DVD contents, to ensure that you really do have a good
> burn.  Let it do that check at least once.  If the test every
> succeeds, it will probably always succeed, but you sure don't want to
> try to install from a disk where that test would fail.

That test often fails due to a kernel issue, making good media seem 
bad.  I prefer to compare the bits with:

    # cmp /dev/dvd /path/to/iso

If the dvd matches the iso:  if there is no kernel issue there will be 
no output; else it will complain about eof on the iso file.  If the dvd 
does not match the iso, there will be a specific complaint about the 
first mismatch.

Burning and testing all fits nicely into one command line (split here):

    # ( date ; growisofs -dvd-compat -Z /dev/dvd=/path/to/iso ; date ; 
    > sleep 1 ; cmp /dev/dvd /path/to/iso ; date ; echo -e '\a\a\a' )

-- 
____________________________________________________________________
TonyN.:'                       <mailto:tonynelson@xxxxxxxxxxxxxxxxx>
      '                              <http://www.georgeanelson.com/>
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[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