Is there a way I can use dd or another tool to view the binary contents of free disk space in CentOS? In case it matters, it's a Linux logical volume with XFS format, holding data only (not a common system volume such as / or /var).
Some process had filled one of the volumes with a single output file, when the file was expected to be small. To unblock the host's services, the file was deleted and a reboot was needed. I want to dump a few megabytes from a few places on the now-freed disk space, so I can examine the binary data and see if there was some sort of infinite looping error text/data in hopes of finding and addressing the root cause.