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]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux