d*2 发帖数: 2053 | 1 MegaSAS controller
RHEL 5.8 x64
among several disk (exact same model and controller):
/proc/partitions
sda
sda1
sda2
sda3
sda4
sdb
sdb1
sdb2
sdb3
sdb4
sdc
sdc1
sdc3
sdd
sdd1
sdd2
sdd3
sdd4
...
Tried to use fdisk to delete existing partitions on sdc and repartition it
to be the same as other disks, command operations all succeeded, but /proc/
partitions content just won't update.
tried:
delete partition, then export/import partition table from other disk
use dd to wipe out the partition table and import partition table from other
disk
partprobe /dev/sdc
checked sfdisk -l /dev/sdc output
/proc/partitions still the same (sdc, sdc1, sdc3; and the partition schema
is: sdc1,sdc2,sdc3,sdc4).
it seems somehow this disk's partition table is protected? (the same
operations on another disk worked fine, /proc/partitions go updated
correctly after partprobe). |
|