[root@v1 ~]# df -h

Filesystem      Size  Used Avail Use% Mounted on

/dev/sda2        20G  3.3G   16G  18% /

tmpfs            32G  228K   32G   1% /dev/shm

/dev/sda1       190M   32M  148M  18% /boot

[root@v1 ~]# fdisk -l





WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.









Disk /dev/sda: 2997.9 GB, 2997920727040 bytes

255 heads, 63 sectors/track, 364476 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Sector size (logical/physical): 512 bytes / 4096 bytes

I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Disk identifier: 0x00000000





   Device Boot      Start         End      Blocks   Id  System

/dev/sda1               1      267350  2147483647+  ee  GPT

Partition 1 does not start on physical sector boundary.

[root@v1 ~]# fdisk /dev/sda





WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.









WARNING: The size of this disk is 3.0 TB (2997920727040 bytes).

DOS partition table format can not be used on drives for volumes

larger than (2199023255040 bytes) for 512-byte sectors. Use parted(1) and GUID 

partition table format (GPT).









The device presents a logical sector size that is smaller than

the physical sector size. Aligning to a physical sector (or optimal

I/O) size boundary is recommended, or performance may be impacted.





WARNING: DOS-compatible mode is deprecated. It's strongly recommended to

         switch off the mode (command 'c') and change display units to

         sectors (command 'u').





Command (m for help): p





Disk /dev/sda: 2997.9 GB, 2997920727040 bytes

255 heads, 63 sectors/track, 364476 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Sector size (logical/physical): 512 bytes / 4096 bytes

I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Disk identifier: 0x00000000





   Device Boot      Start         End      Blocks   Id  System

/dev/sda1               1      267350  2147483647+  ee  GPT

Partition 1 does not start on physical sector boundary.

Command (m for help):

背景:1.dell   c6220II服务器,使用的lsi原厂阵列控制器

2.这款阵列器可以做超过2个硬盘的raid1,

3.用这款阵列器做好6个硬盘的raid5,在安装centOS6.6时,在分区这步竟然没有“强制为主分区”这个选项,而在raid1设置时,这里会正常出现这个选项

4.应该是基于第三点,才导致raid5安装出来的系统,fdisk /dev/sda 只出现一个分区信息

原因:应该是硬盘cylinder和sector显示的问题

解决:用gdisk来分区,用法和fdisk差不多,gdisk print显示的sector就是正常的,用yum gdisk安装gdisk工具,说到这里提醒一下,centOS6.6 64bit的partprobe不起作用,分区完要重启。

最新文章

  1. url地址的图片路径
  2. [Java Basics] multi-threading
  3. ContentProvider往通讯录添加联系人和获取联系人
  4. JAVA使用DES加密算法加密解密
  5. mac 环境下使用virtual box 虚拟机(win7)与主机之间互相ping通
  6. [ACM] POJ 3686 The Windy's (二分图最小权匹配,KM算法,特殊建图)
  7. 【Machine Learning】Mahout基于协同过滤(CF)的用户推荐
  8. 彻底理解Promise对象——用es5语法实现一个自己的Promise(上篇)
  9. setTimeout 和 setInteval 的区别。
  10. JAVA基础----持续更新
  11. 基于SpringBoot开发一个Restful服务,实现增删改查功能
  12. MTK8127编译sdk出错解决方法
  13. 网页导航栏 html + css的代码实现
  14. 关于html的a标签的target="__blank "的安全漏洞问题
  15. C++进阶--Named Parameter Idiom
  16. CentOS7 安装kylin2.6.0集群
  17. 正则表达式Regular expressions
  18. [JavaScript] 的异步编程之手写一个Gernerator的例子
  19. Jquery特殊属性
  20. 使用 yield 减少内存消耗

热门文章

  1. win 7 64 安装 MondgoDB 3.4
  2. request.getQueryString()代表的含义
  3. iOS & Android APP crash保护机制
  4. Swap交换分区--continue
  5. Linux学习笔记之CentOS6.9 防火墙的关闭以及开启
  6. 20145302张薇《Java程序设计》实验四报告
  7. 20145328 《Java程序设计》第4周学习总结
  8. yarn命令使用
  9. 混合开发的大趋势之一React Native与Android联调
  10. [Network Architecture]ResNext论文笔记(转)