I'm a self-taught person when it comes to computers and there are still things i dont know about however its always worth trying something new. Right now I've got my sights set on dual-booting XP Home and "Mandriva Linux 2005 Special Edition". But I've got some questions first:
How does mandriva vary from its counterparts? Is it generally considered to be a user-friendly OS? How common is it? Why does Linux consist of all these different OSs? I know its b/c its open source and they're variations of the same kernel, but why?
-
Mandriva is considered a user friendly distro, until Ubuntu it was one of the most recommended distros for newcomers to linux. You'll find the 2005 SE is getting a little long in the tooth, I'd consider something fresher if you're planning on running on a notebook. I believe there's a 2006 edition available, and would also suggest you have a look at Ubuntu, SuSE and Xandros.
As to why there are so many versions, you've answered your own question. Because the kernel, development tools (compilers etc.), desktop GUIs and such are all free software, anyone is free to start their own distrobution if the currently available ones don't meet their specific needs. As a result, there are over 200 distros currently listed at Distro Watch, although all but the most popular hold a minuscle share of the linux market. There are also specialist distros for audio production, video, Java, etc., as well as a large number of "live CDs" which allow you to try linux without installing to you hard disk. -
I already tried dual-booting XP Home with Mandriva and it worked. Trouble is, I'm having trouble with the general layout; for example, I didn't know how to set up a dial-up connection! Does Linux expect you to enter some command in the Command Console? How do you commonly work with Linux?
Also, if u dont like the word processor that comes with Linux, can you use XP's Office instead, so you dont have to switch OS? -
Hmm, I'm not too sure on setting up a dialup connection under Mandriva, my machine only needs ethernet. This is the downside of having so many distros... a lot of them implement their own configuration tools or methodologies, so there's no "standard" way of doing things.
Which word processor are you referring to? There are quite a few written for linux, the most popular being openoffice, which is pretty good although not the fastest on old hardware. Technically you can get Office XP running under linux using Wine or Crossover Office. Wine can be tricky to set up and Crossover Office isn't free (as in beer) software, you'll need to purchase it. -
Sorry for the barrage of questions, but: where in God's name are the drive icons to be found? I know about \home representing C:\ for users; I feel like I'm missing some critical information that will alleviate my problems w/ using and navigating Mandriva!
-
Non-linux partitions, like those for Windows, and CD/DVDs should be automatically mounted and an icon should appear on your desktop... you will normally find these partitions in the filesystem under /mnt. -
One last question: how do you get lilo to not show up on your screen every time you boot up? I'll be leaning on Windows for a while before I'm independent with Mandriva (which I now understand is another name for the Mandrake distribution). It waits for 10sec, giving me "windows" or "linux" and I would like to get rid of this menu.
Also; how do I make sure that Mandriva will support my specific hardware components (Atheros wireless card, ATI Radeon 9000, sound card)? I've come to understand that ATI offers poor support for Linux. Its a shame they're missing out on a big market.
-
Oh yea, will Mandriva not work on these specifications?
http://www.toshiba.ca/web/product.grp?lg=en§ion=1&group=223&product=3150 -
Code:prompt
Code:timeout = 1000
Code:default = linux
Then, run the command /sbin/lilo as root to update the MBR and you're done.
Yes, you're correct... Mandriva == Mandrake. The name changed a while back when they merged with a Brazilian distro called Connectiva. -
Thanks alot for your patience. A general question: why doesn't Linux follow Window's traditional drive icons (CD, HDD, etc)?
I'm also experiencing trouble with administration; it keeps asking me for the root password whenever I want to access the Control Centre, as if I'm logged in as a guest or something. But the install was clean! -
Seriously though, the way drives/partitions are handled under *nix makes a lot of sense, especially back in the days when multi gigabyte drives were undreamed of. If a user (*nix is inherently multi-user of course) knows his files are in /home/whatever, he doesn't need to worry what disk it's on, or even where that disk may currently be. In the event of a failure, an administrator could mount a remote backup in it's place and noone would notice. Remote file shares, external devices (CD/DVD etc) all look the same to the user, and more importantly to applications... this makes writing applications easier and the resulting product more flexible.
Mandriva Linux 2005 Special Edition
Discussion in 'Linux Compatibility and Software' started by Bog, May 22, 2006.