LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-24-2010, 07:27 AM   #1
crashhh
LQ Newbie
 
Registered: Aug 2010
Location: ph
Distribution: Ubuntu
Posts: 18

Rep: Reputation: 0
Question Winxp with 2 partitions + Ubuntu 10.4 = ?


Hi. I am inclined to have both Windows XP and Ubuntu on my desktop and I need some help.

I have one hard disk with 2 partitions: Drive C: has 75gb where XP is installed, and D: with 224gb where all my other files are. Both are NTFS. Here's what Speccy says about my HDD (if this would help):

Manufacturer Seagate
Form Factor 3.5"
Interface SATA
Capacity 313GB

Now the questions:
1) I'm wondering if I can install Ubuntu on D: (repartition it or something) without doing anything with C:,
2) I'll make backups, but will the files from D: be deleted during the process?

Thanks in advance.
 
Old 08-24-2010, 07:32 AM   #2
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
How much free space do you have on D: ?

You should install Ubuntu on its own partitions. The usual way to do that is to shrink D: to create "unpartitioned space" then install Ubuntu into the unpartitioned space (creating new partitions).

Assuming you have enough free space on D:, you should start inside Windows XP by defragmenting D:, then boot into any Linux liveCD (such as a Ubuntu install CD) and use the GUI partitioning tool to reduce the size of D: (which in Linux is probably called sda2, but you should be able to deduce its name by seeing the sizes and names of your partitions).

I don't recall the exact sequence of prompts when installing Ubuntu. I think there is a choice to use the entire disk. Be very careful not to choose that, because it would wipe out both C: and D:.

I think there is a choice to use the unpartitioned space, which is what you probably want (after you have created unpartitioned space by shrinking D:).

If you end up needing or wanting to specify the partitioning details for Ubuntu, I suggest you create an "extended" partition of all the space freed by shrinking D:, then create a single / partition for all of Ubuntu's files, using all but 2GB of the extended partition, then create a swap partition of about 2GB.

Last edited by johnsfine; 08-24-2010 at 07:42 AM.
 
Old 08-24-2010, 07:43 AM   #3
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
There is this...

http://apcmag.com/how_to_dual_boot_w...lled_first.htm

It is a bit old, but will give you an idea. Google will tell you more.

This linux live-cd can be of use with partitions. The Ubuntu partitioning tool can be confusing to some.

http://partedmagic.com/download.html

Last edited by thorkelljarl; 08-24-2010 at 07:53 AM.
 
Old 08-24-2010, 07:47 AM   #4
kamalmin
LQ Newbie
 
Registered: Aug 2010
Posts: 5

Rep: Reputation: 0
Hi,

you can split the windows d: drive partion in to two using paration mangic or some other partition managers without losting any data on your d: drive,

then create a linux partion while installing ubantu.
 
Old 08-24-2010, 08:15 PM   #5
crashhh
LQ Newbie
 
Registered: Aug 2010
Location: ph
Distribution: Ubuntu
Posts: 18

Original Poster
Rep: Reputation: 0
Thanks thorkelljarl and kamalmin for the suggestions. I have the latest Ubuntu iso, and that will take care of the partitioning, right?

Quote:
Originally Posted by johnsfine View Post
How much free space do you have on D: ?

You should install Ubuntu on its own partitions. The usual way to do that is to shrink D: to create "unpartitioned space" then install Ubuntu into the unpartitioned space (creating new partitions).

Assuming you have enough free space on D:, you should start inside Windows XP by defragmenting D:, then boot into any Linux liveCD (such as a Ubuntu install CD) and use the GUI partitioning tool to reduce the size of D: (which in Linux is probably called sda2, but you should be able to deduce its name by seeing the sizes and names of your partitions).

I don't recall the exact sequence of prompts when installing Ubuntu. I think there is a choice to use the entire disk. Be very careful not to choose that, because it would wipe out both C: and D:.

I think there is a choice to use the unpartitioned space, which is what you probably want (after you have created unpartitioned space by shrinking D.

If you end up needing or wanting to specify the partitioning details for Ubuntu, I suggest you create an "extended" partition of all the space freed by shrinking D:, then create a single / partition for all of Ubuntu's files, using all but 2GB of the extended partition, then create a swap partition of about 2GB.
Thanks. I have 100gb free space on D:, should be more after I do some cleanup + defrag. When you mentioned I need to "shrink" D:, that also means "to resize" it, right? I have my iso file on my flash disk. Would you suggest using it to resize my D: or can I also use GParted?

I guess I'll have to specify the partitioning details. I'm a bit confused about an extended partition. Perhaps like this?

| C: 75gb (xp)| D: 190gb (files) | E: 30gb (ubuntu) | 2gb swap |

Also if I may add, given that I'll have a separate partition for all my files, how much space should Ubuntu need? Thanks again.

Last edited by crashhh; 08-24-2010 at 08:31 PM. Reason: Additional question
 
Old 08-24-2010, 08:32 PM   #6
fbobraga
Member
 
Registered: Jul 2010
Location: São Paulo - Brasil
Distribution: Debian 7 / Crunchbang 11
Posts: 229

Rep: Reputation: 41
Quote:
Originally Posted by crashhh View Post
| C: 75gb (xp)| D: 190gb (files) | E: 30gb (ubuntu) | 2gb swap |
You will not "see" the Ubuntu (ext4) partition from Windows... letters for partitions are a Windows thing: probably C: -> /dev/sda1 and D: -> /dev/sda2

GParted is found on Ubuntu LiveCD: just boot it and look in the "System" > "Administration" ("Gparted" can resize partitions without loosing any data on it, like "Partition Magic" or something like it, for use in XP)

another tip: 30GB for Ubuntu is fine (or even 15GB or 20GB), since you can see/mount the windows partitions from there (but the other way is not true: Windows will not see the Ubuntu partition)

Last edited by fbobraga; 08-24-2010 at 08:38 PM.
 
1 members found this post helpful.
Old 08-24-2010, 09:05 PM   #7
crashhh
LQ Newbie
 
Registered: Aug 2010
Location: ph
Distribution: Ubuntu
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by fbobraga View Post
You will not "see" the Ubuntu (ext4) partition from Windows... letters for partitions are a Windows thing: probably C: -> /dev/sda1 and D: -> /dev/sda2

another tip: 30GB for Ubuntu is fine (or even 15GB or 20GB), since you can see/mount the windows partitions from there (but the other way is not true: Windows will not see the Ubuntu partition)
Right, I understand, thanks.

Quote:
Originally Posted by fbobraga View Post
GParted is found on Ubuntu LiveCD: just boot it and look in the "System" > "Administration" ("Gparted" can resize partitions without loosing any data on it, like "Partition Magic" or something like it, for use in XP)
Great, I'll just use the live cd instead.So, am I right with my understanding of what johnsfine mentioned about an extended partition? Ignoring my drive labels, was the representation correct?

It's a shame I have these questions. I'm a programmer but this is my first time installing Linux and working with partitions and such. Even if I think I know what I have to do, I have to make sure I won't mess my computer up. Thanks again for the help people.
 
Old 08-25-2010, 06:08 AM   #8
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
You have room for four...

An often used way to install linux is using three partitions,"swap", "/"(root), and "/home". Since you already have two partitions, you may partition the rest of the space as an extended partition on which you can have many logical partitions.

http://linux.about.com/cs/linux101/g...ded_partit.htm

linux has a different structure and terminology than Windows. The easiest way to learn what things are called is by using google.

http://linux.oneandoneis2.org/LNW.htm

You will soon find the "man" pages necessary.

http://linux.about.com/od/itl_guide/a/gdeitl24t01.htm

Last edited by thorkelljarl; 08-25-2010 at 06:13 AM.
 
Old 08-25-2010, 06:58 AM   #9
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by crashhh View Post
I'm a bit confused about an extended partition.
You might not need an extended partition. But using one anyway could simplify repartitioning at some future time if you wanted to try another distribution or version of Linux and wanted to install/test the new one before deleting the old one.

Without an extended partition, you are limited to a total of four partitions. If you don't have some hidden recovery or OEM partition, then you only need four. So you probably don't need an extended partition.

Many systems have a small hidden partition before C:, so you might have three partitions and only know about two of them. In that case adding two more partitions requires an extended partition.

An "extended" partition is a container for "logical" partitions. If you use an extended partition, you can have up to three "primary" partitions outside the extended partition and then you can have a large number of "logical" partitions inside the extended partition.

Other people will advise you to use three or more partitions for Ubuntu (/, /home and swap). I don't think separate partitions for / vs. /home is a good idea. If you do decide on more than two partitions for Ubuntu, that plan means you need an extended partition.

Last edited by johnsfine; 08-25-2010 at 07:02 AM.
 
Old 08-25-2010, 09:15 PM   #10
crashhh
LQ Newbie
 
Registered: Aug 2010
Location: ph
Distribution: Ubuntu
Posts: 18

Original Poster
Rep: Reputation: 0
I think I get it now. Since 4 are the maximum primary partitions, one should have an extended partition with logical drives inside if he needs more than 4 partitions.

I think I may need more partitions. Would a separate partition for /data and /var be nice? I might use Ubuntu for [php] programming, though I'm not setting up a server.
 
Old 08-26-2010, 09:59 AM   #11
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Quote:
Would a separate partition for /data and /var be nice?
A separate data partition would be a good idea. A partition for /var would be useful if you have a server as that is where files go in most distributions.
 
1 members found this post helpful.
Old 08-26-2010, 10:21 AM   #12
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by crashhh View Post
Would a separate partition for /data and /var be nice? I might use Ubuntu for [php] programming, though I'm not setting up a server.
Generally I don't think separate partitions are a good idea.

If you don't understand why a specific directory should be in a separate partition, you probably will do yourself no good by making it a separate partition.
 
Old 08-26-2010, 10:31 AM   #13
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
linux is flexible...

You can partition and install linux in many ways. What you choose depends on what you want and need. If you are going to dual-boot for the first time, you can install linux with the number and kinds of partitions that the linux distributions suggests.

Your problem is the danger of damaging your Windows installation by having a linux partitioning tool overwrite it.

Your constraint is the limit of four primary partitions, but as explained, this can be avoided by making one of the four an extended partition.

If you are unsure, you might pick a linux distribution and google for it and installation. There are active forums for many flavors of linux with general information and specific help. Good Luck

Last edited by thorkelljarl; 08-26-2010 at 10:32 AM.
 
Old 08-26-2010, 11:00 PM   #14
crashhh
LQ Newbie
 
Registered: Aug 2010
Location: ph
Distribution: Ubuntu
Posts: 18

Original Poster
Rep: Reputation: 0
Ok then. I guess I'll just do more research to find out what partitioning scheme best suits me. I learned a lot in this thread. I appreciate your time in helping me guys. This is a great forum indeed. Thanks to all who helped.
 
Old 08-27-2010, 12:28 PM   #15
crashhh
LQ Newbie
 
Registered: Aug 2010
Location: ph
Distribution: Ubuntu
Posts: 18

Original Poster
Rep: Reputation: 0
Well, I just found out through Disk Management that my D: is already a logical drive (inside an extended partition of course). Do I need to take another route or do something about it?

I'm not yet installing ubuntu by the way, I have to get my files backed up first. Thanks again.
 
  


Reply

Tags
boot, dual, partition, ubuntu, xp



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I see linux partitions under Winxp Neoxeekhrobe Linux - Software 6 10-01-2005 02:50 PM
WinXP & Suse 9.3 Partitions panka Linux - Newbie 3 05-19-2005 03:44 PM
Resize Suse/winXP partitions lixy Linux - General 3 12-28-2004 07:52 AM
WinXP fat32 partitions on RedHat8 ni_knight Linux - General 2 01-17-2003 07:23 AM
Acessing Linux Partitions from WInXP aaronluke Linux - Software 2 08-25-2002 08:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration