Hello everyone,
I'm trying to extend a partition but it failed with "read-only file system during write....)
I use the information from here:
https://kb.vmware.com/s/article/2002461 and https://www.ubackup.com/enterprise-backup/failed-to-expand-vmfs-datastore.html#:~:text=Failed%20to%20expand%20VMFS%20datastore%20in%20VMware%20ESXi,fill%20that%20available%20adjacent%20capacity
because over browser didn't worked. It is ESXi version: 6.5.0 ESXi build number: 7967591
So, my commands:
partedUtil getptbl "/vmfs/devices/disks/mpx.vmhba0:C0:T0:L0" - article
naa.6d0946600af2c3002129befe0bb1de7d, partition 4 - VMFS datastore by me
partedUtil getptbl "/vmfs/devices/disks/naa.6d0946600af2c3002129befe0bb1de7d"
gpt
243133 255 63 3905945600
1 2048 1026047 C12A7328F81F11D2BA4B00A0C93EC93B systemPartition 128
2 1026048 1230847 796BADD36BBF4D9FB631466EB71A4965 unknown 0
3 1230848 5425151 EBD0A0A2B9E5443387C068B6B72699C7 linuxNative 0
4 5425152 2204448408 AA31E02A400F11DB9590000C2911D1B8 vmfs 0
partedUtil getUsableSectors "/vmfs/devices/disks/DeviceName" - article
partedUtil getUsableSectors "/vmfs/devices/disks/naa.6d0946600af2c3002129befe0bb1de7d"
34 3905945566
2204448408 - what shows getptbl
2200008408 - what I want to use
partedUtil resize "/vmfs/devices/disks/DeviceName" PartitionNumber NewStartSector NewEndSector - article
partedUtil resize "/vmfs/devices/disks/naa.6d0946600af2c3002129befe0bb1de7d" 4 5425152 2200008408 - what I execute and got the error
Does someone has an idea how to proceed further?
Thanks