|
Hmm...not sure about the graphical issue, since that could be a number of things. I am a *bit* surprised it didn't work out of the box, but hey, every OS does have its issues. None are perfect :-D
However, you *should* be able to mount your "D" drive, however in linux they have a totally different naming convention, verymuch unlike windows/dos. Open up a terminal and type in ls /mnt/ then mount anything that sounds like a hard drive name (probably each partition starts with "hd"). For example, if you wanted to mount your drive at hd2, you would type sudo mount /mnt/hd2
By the way, certain formats, which the ubuntu project calls "restricted" (like MP3, WMA, etc.) are not able to run out of the box. The ubuntu website has some great directions on how to make them work, though.
Installing is generally done with the synaptic package manager, however you can use apt/aptitude, or even compile your own linux apps. It seems that the most common stable linux apps are in the ubuntu repositories via synaptic.
|