Thursday, June 23, 2005

Still too slow

I've found my second hard drive

I've two hard drives in my computer. One is a 120Gb with WinXP currently installed on it. The second is the 15Gb with Kubuntu (that I still need to configure). I've found my windows hard drive from my Kubuntu installation. Here's how I did it:

start a terminal window,

create a folder in /mnt
> sudo mkdir /mnt/win
> Password:

mount the physical Win hard drive to that new folder
(My Windows hard drive is hda1, Kubuntu is hdb1)
> mount /dev/hda1 /mnt/win

from here you can start Konqueror or Nautilus and navigate your way to /mnt/win to view the contents of that hard drive. Or within the terminal,
> cd /mnt/win/
and browse that way.

-More for my reference than any body else's

No comments:

Followers