Linux for your taste (sorry Naw :D) (29 Viewers)

What OS do you use?

  • Windows

  • Linux

  • Mac

  • Other


Results are only viewable after voting.
Apr 15, 2006
56,640
So I was looking for my Kubuntu 9.04 CD, and among my huge pile of CD's, I couldn't find it. So after sometime, I decided to pull out a blank CD and burn the ISO. Few mins after starting to burn it, I go back to put the stack of blank CD's back into their place, and there... I find my Kubuntu 9.04 CD. :wallbang: Coming to think of it, I've spent SOOOOOOOOOO much on blank CD's and DVD's, half of them aren't of any use now!

Anyway, here I am about to erase Windows XP off the face of my hard drive, hopefully for the last time.
 

Martin

Senior Member
Dec 31, 2000
56,913
So I was looking for my Kubuntu 9.04 CD, and among my huge pile of CD's, I couldn't find it. So after sometime, I decided to pull out a blank CD and burn the ISO. Few mins after starting to burn it, I go back to put the stack of blank CD's back into their place, and there... I find my Kubuntu 9.04 CD. :wallbang: Coming to think of it, I've spent SOOOOOOOOOO much on blank CD's and DVD's, half of them aren't of any use now!

Anyway, here I am about to erase Windows XP off the face of my hard drive, hopefully for the last time.
What for, can't you use rewritables? I only use a handful myself, always the same ones.
 
Apr 15, 2006
56,640
Does anyone know if I can set my Linux partition as a Logical partition and not a System partition? I'm asking cos I NEED to install Windows for work related stuff, and, long story cut short, I had to remove the Windows drive, and I cannot reinstall it cos it can only be installed on a System partition and not a logical partition.
 

Martin

Senior Member
Dec 31, 2000
56,913
I use logical partitions whenever I can, because certain backwards operating systems flip out when there's more than one primary partition. Linux doesn't care one wit.

Primary1
Extended2 ->
-> Logical5
-> Logical6

this is where names like /dev/sda5 come from, first logical partition on the drive

The other thing is that you can only have 4 primary partitions but you can have as many logical as you want
 
Apr 15, 2006
56,640
The thing is that the linux partition has been set as the System\primary partition. Now when trying to install Windows, it tries to set the target partition as a system partition, but fails, cos the linux one is the system partition, so I'm unable to install Windows.

I know what you're thinking... Don't help me in installing Windows! :D But please, help.
 

Martin

Senior Member
Dec 31, 2000
56,913
The thing is that the linux partition has been set as the System\primary partition. Now when trying to install Windows, it tries to set the target partition as a system partition, but fails, cos the linux one is the system partition, so I'm unable to install Windows.

I know what you're thinking... Don't help me in installing Windows! :D But please, help.
Here's what I do. I partition my drive so that I leave space at the front end for Windows. (Shocking, but I usually have Windows installed because I need it on some rare occasion.) Then I use the rest of the drive for the good stuff.

Code:
    Name         Flags       Part Type   FS Type            [Label]         Size (MB)
 --------------------------------------------------------------------------------------
    sda1         Boot         Primary    NTFS               []               24001.37
    sda5                      Logical    Linux ext3                          27003.60
    sda6                      Logical    Linux swap / Solaris                 3018.68
That's how it looks. sda1 is a primary partition and it also has the boot flag set (an ancient artifact from MsDOS days that says "this partition has an operating system"). Linux bootloaders don't need crap like that to work.

sda5 is / and sda6 is swap.

I've been setting it up like this for years because it's the most likely to work. I recommend it.
 
Apr 15, 2006
56,640
So right now, I have sda1 partitioned as ext3, and is the primary. I have sda6 as an ntfs drive, and has the boot flag. Is there any way I can swap sda6 into being the primary partition, or should I start from scratch, literally?
 

Martin

Senior Member
Dec 31, 2000
56,913
I would start from scratch I think. It sucks that's there no easy way to backup your Windows but I do a full backup of my linux partition that I can restore anywhere afterwards.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 27)