Results 1 to 10 of 12
Hello,
I have a stupid question about partitioning, I think I know the answer but I wanted to double check so I don't mess things up. I was installing Ubuntu ...
- 10-07-2007 #1Just Joined!
- Join Date
- Sep 2005
- Location
- Minnesota
- Posts
- 19
Partitioning Question
Hello,
I have a stupid question about partitioning, I think I know the answer but I wanted to double check so I don't mess things up. I was installing Ubuntu on my laptop today and I got to the part where I had to partition my hard drive. My acer laptop came with a 140GB hard disk dividen into two 70GB partitions (C: and D: ) both NTFS. So when I got to the partitioning screen I saw the two partitions and a third smaller one (about 900MB). 1.What is that third one?
I would like to have linux on my D: partition (that is completely empty). Ubuntu asked me to creat a partition and also a swap partition? 2.What is exactly a swap partition? 3.Both have to be ext3, right? and 4.Can I just re-size my D partition and create the linux partition on there?
If anyone can walk me through this a little better I would greatly appreciate it. Thanks a lot!
- 10-08-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
I'd recommend checking out the Parted Magic LiveCD for doing your partitioning work:
Parted Magic
It runs entirely from the liveCD and is very easy to use.
1) Not sure what it is. Maybe a partition for restoring your Windows installation from?
2) SWAP space is used when your Linux box is hungry for more memory, but your RAM is all used up. You might not need a swap partition, depending on how much RAM you have.
3) They don't have to be ext3, but it is a good choice and that's what I use.
4) The parted magic livecd can shrink/expand your partitions. You should defrag your Windows partition before making any changes to it.
I usually use a very simple partitioning scheme such as this:
Hope this helps...Code:/ (about 8 to 12 GB, ext3) SWAP (about 512 MB) /home (about 8 to 12 GB, ext3)
ozoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 10-08-2007 #3
I wont recommend LVM to new users because its a bit tricky to handle LVMs. Most of Partition Manager do not support LVM and it will difficult resize Volumes later on.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-08-2007 #4Just Joined!
- Join Date
- Sep 2005
- Location
- Minnesota
- Posts
- 19
Wouldn't it be a lot easier to use the Ubuntu partitioner instead?
- 10-08-2007 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 10-08-2007 #6
Yes. Ubuntu CD has GParted and you can create/resize partition with it. No need to use any other Partitioning Tool.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-10-2007 #7Just Joined!
- Join Date
- Sep 2005
- Location
- Minnesota
- Posts
- 19
Thanks for all of your help.
So here is the deal, on windows I have a C: and D: partitions. 70 GB each. My D: is empty so can I install ubuntu on the D: partition? So here is what I am gonna do: when the ubuntu partitioner pops up during installation and asks for a swap partition and main partition for linux, I will click on that empty 70GB partition, resize to create a smaller swap partition and use the rest for the main partition, make them both Ext3 partitions, and that's it, right? Excuse the misuse of some of the technical terms...
- 10-10-2007 #8forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 10-10-2007 #9Just Joined!
- Join Date
- Sep 2005
- Location
- Minnesota
- Posts
- 19
- 10-11-2007 #10
Create two partitions before starting installation. It will be a lot easier for you.
Boot up from Ubuntu CD, open GParted and delete Last partition. Create three new partitions.
1. 40 GB -- NTFS for data sharing
2. 512MB -- for SWAP format in SWAP filesystem
3. Rest of free space -- format in ext3 filesystem.
Start installation and select Manual Partitioning. Installer will detect SWAP partition itself. Select ext3 partition and assign it / mount point. Continue Installation.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
