The debug info of the partx command outputs
We have run the partx with LIBBLKID_DEBUG enabled on many RHEL 5~7 systems, but all output without their corresponding debug details!
#
#
# LIBBLKID_DEBUG=0xffff partx /dev/cciss/c0d0
# 1: 63- 208844 ( 208782 sectors, 106 MB)
# 2: 208845-585858419 (585649575 sectors, 299852 MB)
# 3: 0- -1 ( 0 sectors, 0 MB)
# 4: 0- -1 ( 0 sectors, 0 MB)
#
#
#
# export LIBBLKID_DEBUG=0xffff
#
#
#
# partx /dev/cciss/c0d0
# 1: 63- 208844 ( 208782 sectors, 106 MB)
# 2: 208845-585858419 (585649575 sectors, 299852 MB)
# 3: 0- -1 ( 0 sectors, 0 MB)
# 4: 0- -1 ( 0 sectors, 0 MB)
#
#