装上CentOS5.5系统后,准备对剩下空间的进行分区,做iscsi共享,使用fdisk -l命令发现,显示的是4块完整的盘!
[root@file2 ~]# fdisk -l
disk /dev/sda: 1000.2 GB,1000204886016 bytes
255 heads,63 sectors/track,121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytesDevice Boot Start End Blocks Id System
/dev/sda1 * 1 31871 256003776 83 Linux
/dev/sda2 31872 32075 1638630 82 Linux swap / Solaris
/dev/sda3 32076 243201 1695869595 83 Linuxdisk /dev/sdb: 1000.2 GB,121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytesDevice Boot Start End Blocks Id System
/dev/sdb1 * 1 31871 256003776 83 Linux
/dev/sdb2 31872 32075 1638630 82 Linux swap / Solaris
/dev/sdb3 32076 243201 1695869595 83 Linuxdisk /dev/sdc: 1000.2 GB,121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytesdisk /dev/sdc doesn’t contain a valid partition table
disk /dev/sdd: 1000.2 GB,121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytesdisk /dev/sdd doesn’t contain a valid partition table
使用df -h查看显示如下:
[root@file2 ~]# df -h
文件系统 容量 已用 可用 已用% 挂载点
/dev/mapper/isw_ihhcieff_file2p1
237G 3.3G 222G 2% /
tmpfs 1.9G 0 1.9G 0% /dev/shm
这个/dev/mapper应该就是raid10的整个分区?记得装系统分区时,磁盘显示是这个/dev/mapper/isw_ihhcieff_file2。那么拿这个开刀:
[root@file2 ~]# fdisk /dev/mapper/isw_ihhcieff_file2
The number of cylinders for this disk is set to 243201.
There is nothing wrong with that,but this is larger than 1024,
and Could in certain setups cause problems with:
1) software that runs at boot time (e.g.,old versions of LILO)
2) booting and partitioning software from other OSs
(e.g.,DOS FdisK,OS/2 FdisK)Command (m for help):
真的进去,还可以分区!如果么有错的话,那么raid的分区应该就类似这个的吧?
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。