**URGENT Getting into HD through linux

MarxSoccer

BSOD
Messages
2,999
Ok, I'm running a lice cd of ubuntu linux and I need to get into info from my main partition (only partition) which has windows on it and won't boot. I found through system>administration the harddisks, but it wont let me enable it to be accesable, any help? Urgent!
 
do the following:

Code:
cd /
mkdir myHD
mount /dev/hda /myHD
cd /myHD

now you should be able to access your disk via the myHD directory in the root directory.
 
Back
Top Bottom