gfdisk
Linux fdisk replacement based on libparted
Install
- All systems
-
curl cmd.cat/gfdisk.sh
- Debian
-
apt-get install gnu-fdisk
- Ubuntu
-
apt-get install gnu-fdisk
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gnu-fdisk
- Raspbian
-
apt-get install gnu-fdisk
- Dockerfile
- dockerfile.run/gfdisk
gnu-fdisk
Linux fdisk replacement based on libparted
GNU fdisk is a replacement to the old Linux fdisk. It provides the same features as the original fdisk provides plus some interesting ones like: * partition resizing * creating filesystem on newly created partitions * partition integrity checking * copying/moving partition GNU fdisk also intends to be a valid replacement for mac-fdisk and FreeBSD fdisk.