|
两块160g sata硬盘安装redhat,按照redhat默认分区方式一路next安装的系统,安装完成后发现只有160g可用空间,fdisk -l结果如下
[root@laps laps]# fdisk -l
Disk /dev/sda: 160.0 GB, 160000000000 bytes
255 heads, 63 sectors/track, 19452 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 4 32098+ de Dell Utility
/dev/sda2 * 5 265 2096482+ 6 FAT16
/dev/sda3 266 278 104422+ 83 Linux
Disk /dev/sdb: 160.0 GB, 160000000000 bytes
255 heads, 63 sectors/track, 19452 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 19224 154416748+ 83 Linux
/dev/sdb2 19225 19452 1831410 82 Linux swap
第一快硬盘没有完全用上,请问如何在不破坏现有系统的前提下把第一块硬盘完全挂载上,谢谢 |
|