首页 > 其他 > 详细

Installing CentOS 6 or RedHat EL 6 on a partition larger than 2.2T

时间:2016-11-18 09:52:22      阅读:271      评论:0      收藏:0      [点我收藏+]

CentOS/Redhat 6 support installing and booting using GPT partitions, which can be larger than 2 TB. Your BIOS must also support UEFI booting. For a new install on an unpartitioned drive, wait for Anaconda (the graphical installer) to start, then press ctrl+alt+F2 to get a shell prompt. Create a new partition table on the blank drive:

parted /dev/sda
> mklabel gpt
> quit

Press ctrl+alt+F6 to return to the installer, Anaconda should recognize the drive at its full size and let you partition as normal. Make sure you don‘t choose the option to wipe the entire drive, or you‘ll get an old DOS partition table. That‘s it!


Installing CentOS 6 or RedHat EL 6 on a partition larger than 2.2T

原文:http://jerrydai.blog.51cto.com/12141841/1874131

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!