Esxi increase hard drive size (Ubuntu none LVM)
1 . Install parted if you don't have them using CI-Server:~$ sudo apt-get install cloud-guest-utils 2. T urn off swap. we gonna remove it's partition! CI-Server:~$ sudo swapoff -a CI-Server:~$ sudo parted get partitions list with print all: (parted) print all Model: Virtio Block Device (virtblk) Disk /dev/vda: 752GB Sector size (logical/physical): 512B/512B Partition Table: msdos Disk Flags: Number Start End Size Type File system Flags 1 1049kB 528GB 528GB primary ext4 boot 2 528GB 537GB 8588MB extended 5 528GB 537GB 8588MB logical linux-swap(v1) remove none root partitions with rm (part-index): (parted) rm 5 Warning: Partition /dev/vda5 is being used. Are you sure you want to cont...