Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 460 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 460 Bytes

About

Dumps GPT (Guid Partition Table) information on EFI systems. This project has no other purpose that for me to learn Go.

See Wikipedia/GPT for information about the GPT structure.

Install

$ go get github.com/suspectpart/lsgpt

Run

$ sudo $GOPATH/bin/lsgpt /dev/sdx

Replace /dev/sdx with the drive that contains your GPT.

Test

$ go test ./gpt/