- 论坛徽章:
- 0
|
我也想阿,可是:
[root@localhost root]# fdisk -l
Disk /dev/sda: 73.4 GB, 73407868928 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3187 25599546 83 Linux
/dev/sda4 4527 8924 35326935 f Win95 Ext'd (LBA)
/dev/sda5 4527 5163 5116671 83 Linux
/dev/sda6 5164 5294 1052226 82 Linux swap
/dev/sda7 5295 5931 5116671 83 Linux
[root@localhost root]# fdisk /dev/sda4
Unable to read /dev/sda4
有什么好办法么,还有,我sda5下面确实分了四个LVM区出来,但是pvcreate /dev/sda5p1出了一下提示:
[root@localhost root]# pvcreate /dev/sda5p1
pvcreate -- can't open physical volume "/dev/sda5p1" to get its size
pvcreate [-d|--debug] [-f[f]|--force [--force]] [-h|--help]
[-s|--size PhysicalVolumeSize[kKmMgGtT]] [-y|--yes] [-v|--verbose]
[--version] PhysicalVolume [PhysicalVolume...] |
|