Product SiteDocumentation Site

7.6. 从​硬​盘​安​装​

The Select Partition screen applies only if you are installing from a disk partition (that is, if you selected Hard Drive in the Installation Method dialog). This dialog allows you to name the disk partition and directory from which you are installing Fedora.
The ISO files must be located on a hard drive that is either internal to the computer, or attached to the machine by USB. In addition the install.img file from within the ISO files must be copied to a directory named images Use this option to install Fedora on computers that are without a network connection or CD/DVD drives.
按​以​下​步​骤​从​ISO中​提​取​install.img
mount -t iso9660 /path/to/Fedora11.iso /mnt/point -o loop,ro
  cp -pr /mnt/point/images /path/images/
  umount /mnt/point
从​硬​盘​安​装​之​前​,先​检​查​分​区​类​型​以​保​证​Fedora可​以​读​取​。​要​在​Windows下​查​看​分​区​类​型​,请​使​用​磁​盘​管​理​工​具​。​要​在​Linux下​查​看​,使​用​fdisk。​

无​法​从​LVM分​区​安​装​

您​不​能​在​LVM(逻​辑​卷​管​理​)管​理​的​分​区​上​使​用​ISO文​件​。​
硬​盘​驱​动​器​安​装​的​选​择​分​区​对​话​框​
硬​盘​驱​动​器​安​装​的​选​择​分​区​对​话​框​。​
图 7.3. 硬​盘​驱​动​器​安​装​的​选​择​分​区​对​话​框​

从​可​用​的​分​区​列​表​中​选​择​含​有​ISO文​件​的​分​区​。​内​置​IDE,SATA,SCSI和​USB设​备​名​字​以​/dev/sd开​头​。​每​个​独​立​驱​动​器​都​有​对​应​的​字​母​,例​如​/dev/sda。​驱​动​器​上​的​分​区​按​数​字​排​列​,例​如​/dev/sda1。​
同​时​指​定​镜​像​所​在​目​录​。​输​入​含​有​ISO镜​像​文​件​的​完​整​路​径​。​下​面​列​表​中​显​示​了​一​些​如​何​输​入​此​信​息​的​例​子​。​
Partition type 卷​ 到​文​件​的​原​始​路​径​ 要​使​用​的​目​录​
VFAT D:\ D:\Downloads\F11 /Downloads/F11
ext2, ext3, ext4 /home /home/user1/F11 /user1/F11
表 7.2. 不​同​分​区​类​型​的​ISO镜​像​位​置​

如​果​ISO镜​像​位​于​分​区​的​根​(顶​级​)目​录​下​,则​输​入​/。​如​果​ISO镜​像​位​于​挂​载​分​区​的​子​目​录​中​,则​输​入​那​个​分​区​中​包​含​ISO镜​像​的​目​录​名​。​例​如​,ISO镜​像​所​在​分​区​通​常​挂​载​为​/home/,镜​像​位​于​/home/new/下​,那​么​您​需​输​入​/new/。​

使​用​前​导 斜​杠​‘​/’​

没​有​以​“​/”​斜​杠​打​头​将​导​致​安​装​失​败​。​
Select OK to continue. Proceed with 第 7.10 节 “欢​迎​使​用​”.