downloadDownload FAQFAQ
Site Navigation:
 
 

3.4. How Do I Make Fedora Media?

För att skapa media, välj en av följande flaggor:

  • Skapa media på CD och DVD. För att lära dig hur du gör om ISO-avbilder till CD- eller DVD-media, gå till http://docs.fedoraproject.org/readme-burning-isos/.

  • Skapa minimal media för start från USB. The minimal USB disk image, diskboot.img, requires a blank USB flash drive. Writing the minimal USB boot image to a USB flash drive will destroy all the data on the drive.

    På ett Linux-system, använd följande kommando som root för att skriva avbilden till enheten:

    dd if=diskboot.img of=/dev/sdX
    [Varning]Skriv till rätt enhet

    Make sure you are writing to the proper disk. Consult the /var/log/messages log or use the dmesg command. If your system supports dynamic device creation, run the command ls -l /dev/disk/by-id/ to locate the device.

    A comparable dd program for Windows systems is available at http://users.erols.com/gmgarner/forensics/. The website gives examples of how to use this Windows program to copy an image to a physical disk device.

    [Notera]Caveat Emptor

    This website is not part of the Fedora Project, and the Fedora Project is not responsible for its content.