Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 16-03-2006, 10:25 PM   #151 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default


yeah got confused. Disk drake is for mandrake. D and H partitions are on a different disk na. Both the disk will be detected as different discs in linux. one will be hda and other hdb. Or sda and sdb for SATA drives. So, if you're using the whole drive partition it using disk druid. If you can provide your partition structure and which partitions are on which disk, this will make things clearer.
__________________
http://www.bash.org/?258908
mehulved is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 16-03-2006, 10:43 PM   #152 (permalink)
Karthiksn
 
kato's Avatar
 
Join Date: Sep 2005
Location: Chennai
Posts: 422
Default

Okay lets see I will try to put the proper list
1) My 80 GB Hrad disk is divided into following
(C: ) System 18.63 GB
(E: ) 18.63 GB
(F: ) 18.63 GB
(G: ) 18.63 GB

2) My 40 GB Hard Disk is divided into following
(D: ) Active 12.45 GB
(H: ) 24.79 GB


I dont know why it says D drive active eventhough i have formatted it. Now my WIndows is in C drive and i want to use D and H as for Linux.
__________________
"Walking the Path of Heaven, The Ruler of All."
kato is offline  
Old 16-03-2006, 11:10 PM   #153 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default

Well windows disk mgmt will format it to FAT32 or NTFS. Just leave it as they're and let fdisk(Ubuntu) or Disk Druid do the work. I guess ubuntu will detect your drive as 'hda'. Check if hda is 40 GB, if yes then format it, or else format hdb and install the distro(s).
You can have a look here if you 're installing Ubuntu and haven't seen any installation videos for it.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 16-03-2006, 11:16 PM   #154 (permalink)
Karthiksn
 
kato's Avatar
 
Join Date: Sep 2005
Location: Chennai
Posts: 422
Default

Hey what about my question as its D drive will it affect my XP in anyways after installing Linux

Hey thanks for the linkie its very goood
__________________
"Walking the Path of Heaven, The Ruler of All."
kato is offline  
Old 16-03-2006, 11:20 PM   #155 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default

No not at all except AFAICR, your drives will be renamed. So, atmost the problems you will have is if you got links pointing to other drives, they will malfunction. If no software is installed on other drives except C, or you haven't made any such links yourself, then you won't have problems.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 17-03-2006, 06:34 AM   #156 (permalink)
Karthiksn
 
kato's Avatar
 
Join Date: Sep 2005
Location: Chennai
Posts: 422
Default

So there wont be any probs I guess SO can anyone tell me a good Partition plan for installing Linux I may start with FC5(coz it has Anaconda Installer which looks easy) as its coming out by 20th I will be downloading it through Torrents. And its very easy to install(I think so). But I will also Install Ubuntu later so I want to know how should I make partitions for Linux keeping in mind the future installation of Ubuntu.
__________________
"Walking the Path of Heaven, The Ruler of All."
kato is offline  
Old 17-03-2006, 07:49 AM   #157 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default

Installing linux is as easy as installing windows if not easier. Only tricky step is partitioning, that too only fro first timers. Otherwise it is very easy to install linux.
A partition scheme I usually follow for a 40 GB hard disk is
[code]
/boot 100MB
/home 10GB
/ ~10GB
/windows 15GB
swap 550MB

You can adjust according to your needs. If you have fat32 partition on other hard disk you needn't make that one. You can make a 5GB /usr partition too. and make /home as 20 GB.
Or I would rather recommend to leave the 15GB for Ubuntu.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 17-03-2006, 11:03 AM   #158 (permalink)
Karthiksn
 
kato's Avatar
 
Join Date: Sep 2005
Location: Chennai
Posts: 422
Default

So let me see I can make something Like this.

/ for Fedora Core around 10 GB
/home for all my files around 10GB
/swap around 550 MB

Now that leaves 20.5 GB approx
I will install Ubuntu in around 15 GB or so.
Is this right? I am not using boot as its not necessary as DW had said earlier. And am I leaving anything and where will all my softies be installed in such partition
__________________
"Walking the Path of Heaven, The Ruler of All."
kato is offline  
Old 17-03-2006, 11:43 AM   #159 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default

There's not one place for installation of softwares in linux. There are many places like /bin, /sbin, /usr, /opt ,sometimes even /home. So don't worry about that part. It will be taken care on its own.
Have a look at Linux Filesystem Hierarchy. It will throw a light on issues which you're concerned like partitioning, where the softwares are installed and more. Read it before installing FC, it will help you a lot.
Another documentation worth reading is Introduction to Linux.
Read them before installing linux they will help you a lot in understanding linux.
And if you want to go further there are a lot more documentations available at TLDP
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 24-03-2006, 01:34 PM   #160 (permalink)
Karthiksn
 
kato's Avatar
 
Join Date: Sep 2005
Location: Chennai
Posts: 422
Default

With help from everyone i installed Ubuntu and thanks you for that to everyone. The only problem i seem to have is that i can see all my windows partition in it and even the file but i dont see my linux partitions in it. How come this is happening
__________________
"Walking the Path of Heaven, The Ruler of All."
kato is offline  
Old 24-03-2006, 08:02 PM   #161 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default

Go to places -> computer -> filesystem that's your linux filesystem.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 16-04-2006, 09:18 PM   #162 (permalink)
Apprentice
 
Join Date: Mar 2005
Location: Kolkata
Posts: 63
Default WHICH IS UR MOST FAVOURITE DISTRO & WHY?

OK i think this would be an interesting thread


WHICH IS UR MOST FAVOURITE DISTRO & WHY?

Plz dont start Distro Wars Episode One here .....just mention ur favourite distro & WHY u like it above all others..keep it short, simple & peaceful

If I had to choose just one distro from the entire crowd, I'd go for Suse (Suse 10.1).

Reasons are obvious:
1. Comes on 5 CDs plus an add-on CD with non-oss stuff (which is really good for we indians as most of us have slow/no internet)
See full list here http://www.novell.com/products/linux...index_all.html
2. Has Wine, Opera, Kdeedu, Supertux and many nice collection of apps
3. YAST!!! (So simple & superb!)
4. KDE-centric (I like KDE)
5. Detects all my hardware (FC5 & Ubuntu won't detect my serial mouse while Suse did)

If I had to choose a livecd...well...I'd say Kanotix (excellent hardware detection), Elive 0.4.2 (it comes with Wine, w32codecs & libdvdcss2 pre-installed!) & PCLinuxOS (we all know why its so nice!! Best newbie distro! Has java, flash, w32codecs, mplayer, VLC...)

Would love to know what others like...plz mention the reasons as well.

If Ubuntu offered extra CDs for download, I would have gone with that.
Its otherwise pretty good coz its debian-based and has huge repos of stuff.

Cheers
coolblue is offline  
Old 17-04-2006, 12:19 AM   #163 (permalink)
Administratus Rotundus
 
FatBeing's Avatar
 
Join Date: Jan 2006
Location: Pittsburgh, PA
Posts: 385
Default

merging with existing thread...
__________________
YOU SHALL PAY FOR YOUR SINS!
(In case you have already paid, please ignore this notice)
FatBeing is offline  
Old 17-04-2006, 10:51 AM   #164 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Try a livecd before plunging in... You can start with Mandravia...
vignesh is offline  
Old 21-11-2006, 03:44 PM   #165 (permalink)
Alpha Geek
 
Dipen01's Avatar
 
Join Date: Mar 2004
Location: Pune
Posts: 744
Default Re: Which LINUX should I use ?

Howz Mandriva 2007 compared to Mandriva 2006...

well i havent used linux much apart frm some coding in vi.... but nw am trying to switch to linux..

i have Mandriva 2006 and Ubuntu 6.06 (i guess)..

which one should i try..!!
__________________
I love walking in Rain ,because no-one knows i am Crying :|
Dipen01 is offline  
Old 21-11-2006, 07:58 PM   #166 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Which LINUX should I use ?

I am on Mandriva 2007 for now. But, I just don't like it.
KDE seems too be too slow compared to some debian flavour and I can't find a few things like firefox 2 and jre repos for it.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 22-11-2006, 12:20 AM   #167 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Which LINUX should I use ?

@Mehul , Mandriva always runs slow. I don't know why. It's a very distro for beginners.
__________________
* Imagination is more important than knowledge.
-Albert Einstein
JGuru is offline  
Old 22-11-2006, 12:55 AM   #168 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: Which LINUX should I use ?

if Mandriva is so slow?then what about their server editions...
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 22-11-2006, 04:03 AM   #169 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Which LINUX should I use ?

Maybe they've bloated up the GUI to make it too simplistic for end users. I feel they've oversimplified most of the things to the point of making it hard to operate for people like me.
BTW, can anyone help me in finding some repo that can give me jre? Anyways I am not keeping mandriva for more than 2-3.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 23-11-2006, 12:44 PM   #170 (permalink)
Alpha Geek
 
Dipen01's Avatar
 
Join Date: Mar 2004
Location: Pune
Posts: 744
Default Re: Which LINUX should I use ?

Quote:
Originally Posted by Dipen01
Howz Mandriva 2007 compared to Mandriva 2006...

well i havent used linux much apart frm some coding in vi.... but nw am trying to switch to linux..

i have Mandriva 2006 and Ubuntu 6.06 (i guess)..

which one should i try..!!
SO what do u ppl suggest..??

UBUNTU or MANDRIVA

coz i read in sm other post..!! that
its complicated to configure GPRS on UBUNTU..!!

and yeah i can be counted in completely NOOB with linux
__________________
I love walking in Rain ,because no-one knows i am Crying :|
Dipen01 is offline  
Old 29-11-2006, 05:54 AM   #171 (permalink)
Alpha Geek
 
caleb's Avatar
 
Join Date: Sep 2006
Location: Mumbai
Posts: 581
Default Re: Which LINUX should I use ?

Quote:
Originally Posted by tech_your_future
Before ordering the cd's do check with your city's LUG's if they do have a set of distribution you want. For mumbai, the ILUG has put up a list of available cd's on its site, you can contact them and get. I have myself got 3 set of ubuntu cd's for x86, if anyone in mumbai wants it I can give it to them.
Three questions:

1. Ubuntu is better? or Mandriva 2007 is better? (for a newbie like me)...I just installed Madnriva 2007 yesterday...I don't find it as a simple OS...plus I find it slow for my liking...I'm keeping it just because I saw the DVD from either PC World / Digit November issue (at my friends place & made a copy of it on a DVD)...apart from that "2007" sounds like from the future...hehehe...so I just installed it to give Linux a try.

2. In the earlier post you said "I am on Mandriva 2007 for now. But, I just don't like it.
KDE seems too be too slow compared to some debian flavour and I can't find a few things like firefox 2 and jre repos for it." Keeping that in mind, is it better to choose Gnome...I say this coz when I was installing Mandriva 2007 it gave me the option to choose between KDE & Gnome...is Gnome that better than KDE?

3. I live in Borivli & I can meet you anywhere you want in Mumbai (I can give you blank CD's or DVD's for burning the 3 set Ubuntu CD's you have) let me know how to get a hold of you.
__________________
Intel D805 on D101Ggc/XFX8600GT/Transcend 2GB DDR /250+160GB SATA+WD250GB External/Epson StylusCX5500/LG DVDRW/Acer19" LCD/ VISTA HP & Sabayon 3.3/Compaq Presario V6112AU 2GB Ram/nVIDIA6150/VISTA HP

Last edited by caleb; 29-11-2006 at 06:04 AM.
caleb is offline  
Old 29-11-2006, 12:23 PM   #172 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: Which LINUX should I use ?

Yeah, personally if you ask me, Ubuntu is much better than Mandriva. Also gnome is a lot more stable and a little faster than KDE (my personal experience).
kalpik is offline  
Old 29-11-2006, 01:59 PM   #173 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Which LINUX should I use ?

Well celeb those are my personal opinions and don't really apply generally. I am a bit averse to rpm based distros(if you don't know about it, read the sticky 'These topics have been covered'. There's a link to thread where these differences have been explained). Ubuntu is no doubt simple but I cannot compare it with Mandriva cos I have used Ubuntu for a lot longer than Mandriva.
But, I can say for one, having used slackware in the past, configuring everything by GUI in Mandriva seems a pain.
The thing between GNOME and KDE is, GNOME is a very light and simplistic, no bells and whistles. So, it uses lesser resources. On the other hand KDE is very much functional out of the box. So, it consumes more resources.
But, KDE can be tweaked to use less resources and GNOME for more functionality.
Well I don't think I have a CD of Ubuntu 6.06 for now. But if you need it I can download it for you and give it to you. It's just one CD but it's really minimal but has good enough to cover the basic requirements. But, it doesn't suffice people like me.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 29-11-2006, 08:41 PM   #174 (permalink)
Alpha Geek
 
caleb's Avatar
 
Join Date: Sep 2006
Location: Mumbai
Posts: 581
Default Re: Which LINUX should I use ?

Thanks t_y_f & kalpik. I already have ubuntu 6.06 but thanks for the offer.
__________________
Intel D805 on D101Ggc/XFX8600GT/Transcend 2GB DDR /250+160GB SATA+WD250GB External/Epson StylusCX5500/LG DVDRW/Acer19" LCD/ VISTA HP & Sabayon 3.3/Compaq Presario V6112AU 2GB Ram/nVIDIA6150/VISTA HP
caleb is offline  
Old 29-11-2006, 09:29 PM   #175 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Which LINUX should I use ?

Then you can try out ubuntu from them and see if you like it.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 30-11-2006, 09:38 AM   #176 (permalink)
Alpha Geek
 
caleb's Avatar
 
Join Date: Sep 2006
Location: Mumbai
Posts: 581
Default Re: Which LINUX should I use ?

Quote:
Originally Posted by tech_your_future
Then you can try out ubuntu from them and see if you like it.
I am going to try it today. Hey t_y_f would you be so kind to check my post Mandriva 2007 Questions Of A Novice & let me know the answer for my last post, when u have time?

Thanks
__________________
Intel D805 on D101Ggc/XFX8600GT/Transcend 2GB DDR /250+160GB SATA+WD250GB External/Epson StylusCX5500/LG DVDRW/Acer19" LCD/ VISTA HP & Sabayon 3.3/Compaq Presario V6112AU 2GB Ram/nVIDIA6150/VISTA HP
caleb is offline  
Old 30-09-2007, 08:29 PM   #177 (permalink)
Right Off the Assembly Line
 
Join Date: Sep 2007
Location: amravati/nagpur
Posts: 6
Default Re: Which LINUX should I use ?

i think if u really want privilege of “controlling”
ur system then u must stay away from
distros like mandriva n suse (not offending).
I vouch debian philosophy so
UBUNTU is the best choice.....gud for every 1
& newbies should opt for DREAMLINUX
2 rzons
1#DL plays almost all formats audio n video
(except FLV) day 2 day use, its like plug n play
2#& DL has all stable packages unlike ubuntu ,
so its exceptionally stable even in case of touchscreens n scanners....
__________________
only thing constant in my life iz ChaNge
tty? is offline  
Old 02-10-2007, 10:07 AM   #178 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: Which LINUX should I use ?

After the infamous agreement was signed between Novell and Microsoft I switched to Ubuntu. Ubuntu is light on the system resources when compared to SuSE.
NucleusKore is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by icebags
- by clinton
- by topgear

Advertisement




All times are GMT +5.5. The time now is 10:18 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2