A CLI tool to analyze partition tables
gptinfo
is a command line tool to list partition tables on a block device for UEFI systems. It can:
fdisk -l
-style table on a per-partition basis
-g
flag```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install gptinfo ```
``` $ gptinfo --help gptinfo 1.0 Safin S. safinsingh.dev@gmail.com
USAGE: gptinfo [FLAGS] [OPTIONS]
FLAGS: -g, --guid Show GUID of each partition -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-s, --system
If you feel like you can make a meaningful contribution to gptinfo
, feel free to fork this repository and create a pull request! Feature requests and bugs can be filed on the issues tab.