ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

Free Tool – GParted Live ISO

By Vladan SEGET | Last Updated: February 19, 2017

Shares

I'm sure that everyone know this tool. But still I want to share me recent experience. You know that with the new hosts I got for my lab there is the Supermicro's iPMI remote management, and I found myself too lazy after all. All you need to do to attach a GParted Live ISO, then boot the system on it and then do what you have to do. No need to burn the iso or to create a bootable USB stick. The Gparted Live ISO can directly attach to the system, you boot on it and it can be used to format or create partitions on local disks.

So we'll have a look at the different possibilities today. If you're running some physical system with an OS (not ESXi) you can use the USB version to resize partitions if you need to as well. But in my particular case I was just looking on how to quickly erase my local disks in 3 hosts in my lab cluster in order to prepare them for VMware VSAN 6.0 installation. The usage of this tool is not however limited for lab environments and vSphere 6, but it's possible to use this ISO to manage partitions and copy data between partitions on physical systems too as many different file systems are supported.

If you are technician, IT guy or an architect doing deployments you might be interested on how to “clean” disks before deployment at the client's site. If yes, than you might want to read on…

GParted Live ISO – what's the features?

Gparted Free ISO bootable partition tool

GParted enables you to easily manage your disk partitions:

  • Create partition tables, (e.g., msdos or gpt)
  • Create, move, copy, resize, check, label, set new UUID, and delete partitions
  • Enable and disable partition flags, (e.g., boot or hidden)
  • Align partitions to mebibyte (MiB) or traditional cylinder boundaries
  • Attempt data rescue from lost partitions

GParted works with the following storage devices:

  • Hard disk drives (e.g., SATA, IDE, and SCSI)
  • Flash memory devices, such as USB memory sticks and Solid State Drives (SSD's)
  • RAID Devices (hardware RAID, motherboard BIOS RAID, and Linux software RAID)
  • All sector sizes (e.g., devices with 512, 1024, 2048, 4096 byte sectors and more)

After you first boot on the Gparted live ISO (note that I used the gparted-live-0.21.0-1-i586.iso version as the latest one has not been showing the icons and the desktop actually), you'll get to this desktop, and the Gparted tool executes automatically…

If not you have other possibilities like take screenshot, open a terminal window, launch web browser or change screen resolution…. In my case everything was executing in a Java window from the Supermicro's iPMI console.

Gparted Live ISO

Then when you select your drive you are able to:

  1. Use the mouse and do a right click to execute actions.
  2. Use the menu where you choose the available actions.

In my case I wanted to delete the existent partitions from all local drives to prepare for VSAN installation…

Gparted live ISO - partition manager

Note that I had to not only delete partition each time from each drive, but also create a partition table (through the menu). The DOS partition table which is selected by default, is just fine. So to recap and to prepare disks for VSAN:

  1. Delete partition
  2. create partition table (DOS default is ok)

Apply to execute the actions.

If you want to prepare VMware vSphere Host running ESXi, please note that you can also use CLI via SSH to prepare disks for VSAN (the hard way).

Gparted supports not only partition operations, but also copy operations. There is many file systems supported, but not all operations are supported on all file systems. Some of the file system support:

  • btrfs
  • ext2 / ext3 / ext4
  • fat16 / fat32
  • hfs / hfs+
  • linux-swap
  • lvm2 pv
  • nilfs2
  • ntfs
  • reiserfs / reiser4
  • ufs
  • xfs

Gparted project's website can be found here – gparted.org. You'll find also a guide on how to create a bootable USB if you need to, or setup a PXE boot via network.

Download site at Sourceforge: https://downloads.sourceforge.net/project/gparted/

Shares
5/5 - (2 votes)

| Filed Under: Server Virtualization Tagged With: free gparted iso, gparted iso, Gparted iso to manage partitions, GParted Live ISO

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. helper says

    June 2, 2015 at 5:25 pm

    Another great article!

    FYI, noticed some minor issues with 2 URLs in these 2 sentences:
    “Gparted project’s website can be found here – http://www.gparted.org. You’ll find also a guide on how to create a bootable USB if you need to, or setup a PXE boot via network.”

    Turns out the www won’t work, but http://gpart.org works great. Also, the “PXE boot” link needs fixing.

    Thanks again for the extremely helpful article, sure beats the old days of burning physical CD/DVD media!

    • Vladan SEGET says

      June 2, 2015 at 5:59 pm

      OM. Thanks for the heads up! I corrected Both links. Thanks a ton!

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in