About the usage of knoppix

I hv boot my crashed RH server with knoppix linux cd , the server can connect internet now , I want to copy some files from my server to internet , but now I only found the below device path , could suggest how can I see my original path (eg. /home/ , /usr , / tmp etc, because I hv some important files at these path ) ? thx

/
/cdrom
/KNOPPIX
/ramdisk
/UNIOFS

After booting up with the KNOPPIX-Linux CD, you will want to make some new directorys to mount your RedHat-Linux filesystem under.

You should do something like this after you are booted up.

cd /
mkdir tmp
cd tmp/
mkdir rh-1
mkdir rh-home
mkdir rh-usr

Then you should mount the correct filesystems from RedHat to these newly created directorys.

For example, to mount your RedHat-Linux /usr directory to /tmp/rh-usr

mount /dev/hda2 /tmp/rh-usr

This is assuming that hda2 is your partition which contains the Redhat /usr directory.

To see your partition numbering scheme, just check the dmesg

dmesg |grep hda