View Single Post
Old 11-10-2005, 08:47 PM   #2 (permalink)
vignesh
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

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
vignesh is offline