|
| View previous topic :: View next topic |
| Author |
Message |
hansencomputers
|
Posted: Sat Nov 10, 2007 3:18 am Post subject: Finding internal Hard Drive using BLAG live CD |
|
|
Hi,
How do I find, mount and browse the Hard Drive in a system after booting BLAG Live CD?
I have a system with WIN XP, polluted of course. I have BLAG LIVE CD up and running, and have networked to my BLAG 60K box. I need to find the XP machine's hard drive and copy some files.
I need some advice on getting at a drive when using BLAG Live CD.
Thanks,
Mike
|
|
|
 |
jebba
|
Posted: Sat Nov 10, 2007 5:31 am Post subject: |
|
|
Uh, maybe a gui somewhere, but you could just:
| Code: | mkdir /mnt/hda1
mount /dev/hda1 /mnt/hda1 |
Changing hda1 to flavour.
|
|
|
 |
extraspecialbitter
|
Posted: Sat Nov 10, 2007 4:03 pm Post subject: |
|
|
| jebba wrote: | Uh, maybe a gui somewhere, but you could just:
| Code: | mkdir /mnt/hda1
mount /dev/hda1 /mnt/hda1 |
Changing hda1 to flavour. |
In other words, if the hard drive isn't /dev/hda1, you can find it as follows:
|
|
|
 |
|
|
|