Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 408 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 408 Bytes

chkuuid

Compare the UUID of each partition with those found in FSTAB.

Platform

  • GNU/Linux

Dependencies

  • Libraries : libblkid libmount libudev
  • Build: gcc, make, pkg-config

Build

make
-- or --
make debug
  • Compile without color
CFLAGS=-DNOCOLOR make