# Boot a Linux system, connect the hard drive.
# Open up a terminal (or "shell") window.
# Do this:

sudo bash
mkdir /t
mount /dev/sda4 /t -oro
ls /t