More details about your hardware like graphics card etc..
If nvidia download the drivers.It will work.
Create a partition and mount the
su
mkdir /ubuntu
edit /etc/fstab and add the line
/dev/hdc /ubuntu ext3 defaults 0 0
If you want to mount it manuallly
/dev/hdc /ubuntu ext3 noauto,user 0 0
|