I have older VM (Centos7) where I have many disks. Now it is 36 vmdk (22TB). I wanted extend one virtual disk to 2400GB and create new partition for LVM (3th on disk). But after I create partion I see that operation was slowly than is normal. So I check syslog, and this is there:
Mar 22 15:47:27 host kernel: sd 4:0:4:0: [sdai] Very big device. Trying to use READ CAPACITY(16).
Mar 22 15:47:27 host kernel: sd 4:0:4:0: [sdai] 5033164800 512-byte logical blocks: (2.57 TB/2.34 TiB)
Mar 22 15:47:27 host kernel: sdai: detected capacity change from 2040109465600 to 2576980377600
So I do not know if I can use this partion as is. Is it safe? Bellow is fdisk output,where is sdai3 - it is this new one. Intersting is "+" in Blocks. Why? Is it problem?
For now I do not use this part. for LVM group.
Fdisk output
WARNING: The size of this disk is 2.6 TB (2576980377600 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).
Welcome to fdisk (util-linux 2.23.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): p
Disk /dev/sdai: 2577.0 GB, 2576980377600 bytes, 5033164800 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x2b21362e
Device Boot Start End Blocks Id System
/dev/sdai1 2048 1887436799 943717376 8e Linux LVM
/dev/sdai2 1887436800 3984588799 1048576000 8e Linux LVM
/dev/sdai3 3984588800 4294967294 155189247+ 8e Linux LVM