LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-30-2010, 08:38 AM   #1
meandsushil
Member
 
Registered: Feb 2010
Posts: 143

Rep: Reputation: 14
Question Why linux takes 171gb on my 500gb hard disk to install?


I have two hard disks
1. 40 Gb ide
2.500Gb sata

on ide it takes only 13 gb to install linux (of course the unpartition space) where i can even create "fdisk /dev/hda" command.

BUT on SATA HRAD DISK WHICH is 500Gb (after installing 2 xp os and win 7 os), it requires huge 171 gb to create any partition after install with this "fdisk /dev/sda" command , i can even install linux here on sata 500gb hard disk with 15gb of space but then i can not create any partion after that with "fdisk /dev/sda" command.
it directly shows "partition number [1-4] type of message. which i guess normally displayed only when disk is full.


no one has any reason for such behavior of hard disk, help me plz.
 
Old 03-30-2010, 08:45 AM   #2
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
Quote:
Originally Posted by meandsushil View Post
I have two hard disks
1. 40 Gb ide
2.500Gb sata

on ide it takes only 13 gb to install linux (of course the unpartition space) where i can even create "fdisk /dev/hda" command.

BUT on SATA HRAD DISK WHICH is 500Gb (after installing 2 xp os and win 7 os), it requires huge 171 gb to create any partition after install with this "fdisk /dev/sda" command , i can even install linux here on sata 500gb hard disk with 15gb of space but then i can not create any partion after that with "fdisk /dev/sda" command.
it directly shows "partition number [1-4] type of message. which i guess normally displayed only when disk is full.


no one has any reason for such behavior of hard disk, help me plz.
You only can have 4 primary partitions on each drive.
This has nothing to do with linux.
But in each primary partitions you can create secondary partitions.
Linux do not neat a primary partition to boot from

Last edited by ronlau9; 03-30-2010 at 08:52 AM.
 
0 members found this post helpful.
Old 03-30-2010, 09:35 AM   #3
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
(On each drive) you can have either four primary partition and zero logical partitions, or up to three primary partitions plus many logical partitions.

Linux doesn't care whether it uses primary or logical partitions. Windows is almost impossible to install in a logical partition.

Once you used 3 primary partitions for Windows installs, you should have created an "extended" partition for the entire remainder of the drive. Then inside the extended partition, you can create multiple logical partitions for Linux and/or data (non bootable) partitions for Windows.
 
Old 03-30-2010, 11:51 AM   #4
saagar
Member
 
Registered: Jul 2008
Location: Chennai, India
Distribution: RHEL5, Ubuntu
Posts: 191

Rep: Reputation: 37
Now, you have 4 primary partitions.
Back up any data in the 4th partition.
#fdisk /dev/sda(substitute suitable alphabet accordingly)
press d to delete the 4th partition
now, press w to save it to partition table.
#partprobe.
Again,
#fdisk /dev/sd?
it will ask primary or extended? answer it as extended.
Dont give any values
just press enter keys for both values.
write it to partition table by issuing w command.
#partprobe
#parted -l
now you have the fourth partition as your extended partition.
#fdisk /dev/sda
Now create logical drives inside your extended partition....!!!

bye.

Last edited by saagar; 03-30-2010 at 11:58 AM.
 
1 members found this post helpful.
Old 03-31-2010, 12:28 AM   #5
meandsushil
Member
 
Registered: Feb 2010
Posts: 143

Original Poster
Rep: Reputation: 14
Thanks saagar! I will try this. but now i have already installed two xps on c: and d: and win7 on e: and given whopping 171gb for linux to create logical partition, next time when i format my pc i will do this.
 
Old 03-31-2010, 12:31 AM   #6
meandsushil
Member
 
Registered: Feb 2010
Posts: 143

Original Poster
Rep: Reputation: 14
four primary partitions means what? i installed two xp os on c: and d: and win7 on e: so is it called 3 primary partitions?
 
Old 03-31-2010, 12:32 AM   #7
meandsushil
Member
 
Registered: Feb 2010
Posts: 143

Original Poster
Rep: Reputation: 14
or is it? "/", "/boot","/usr","swap" that i created during installation?
 
Old 03-31-2010, 12:42 AM   #8
kingston
Member
 
Registered: Mar 2008
Location: Bengaluru, India
Distribution: RHEL 5.5, Solaris 5.10
Posts: 215
Blog Entries: 1

Rep: Reputation: 21
paste the output of 'fdisk -l' command
 
Old 03-31-2010, 07:19 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 meandsushil View Post
four primary partitions means what? i installed two xp os on c: and d: and win7 on e: so is it called 3 primary partitions?
Yes. That is three primary partitions.

The Linux partitioning tools would then let you create one more primary partition, which would be the wrong thing to do, or create one extended partition (using all the remaining space) and then create logical partitions inside the extended partition.

What distribution of Linux are you trying to install? Most beginners use some distribution that has a GUI partitioning tool available during the install process. Working with a GUI partitioning tool will make these things much easier to understand.

The fdisk -l command suggested above is one way to look at the current partitioning so that an expert could tell you the commands needed to fix it, even using a non GUI partitioning tool.

If you do all the commands correctly (that are suggested after we see fdisk -l output), the whole process should not disturb the three Windows primary partitions. Backup first is a good idea because you might misunderstand instructions or maybe someone will misunderstand your situation and give you incorrect instructions.

But if you have gparted or other GUI partitioning tool available, that should let you figure it out with less detailed instructions from the forum.

Quote:
Originally Posted by meandsushil View Post
or is it? "/", "/boot","/usr","swap" that i created during installation?
"/" and "swap" should be logical partitions you create inside that extended partition.

There might be reasons to create "/boot" or "/home" or even "/usr" as more logical partitions. But it is simpler to skip that and make "/" big enough that "/boot", "/home" and "/usr" work well as directories inside "/".

If you don't understand a good reason to make any of those separate partitions, you probably don't have a good reason to do so.

Last edited by johnsfine; 03-31-2010 at 07:34 AM.
 
Old 03-31-2010, 08:17 AM   #10
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

I suggest to the OP to get some background information to gain some understanding by looking at the following links;

Linux Documentation Project
Rute Tutorial & Exposition
Linux Command Guide
Linux Newbie Admin Guide
LinuxSelfHelp
Getting Started with Linux

These links and others can be found at 'Slackware-Links' .
More than just SlackwareŽ links!
 
Old 04-01-2010, 01:23 PM   #11
meandsushil
Member
 
Registered: Feb 2010
Posts: 143

Original Poster
Rep: Reputation: 14
NOW I CANT GET THE OUTPUT OF FDISK -L CMD , i will have to fomat my pc for that.
 
  


Reply

Tags
install, linux



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
mount a 500gb usb hard disk permission issues mariogarcia Debian 10 12-29-2007 01:29 PM
large 500gb hard disk partitioning issue Mr Marmmalade Debian 7 11-21-2007 05:13 PM
Now I have a scsi hard disk, two IDE hard disk, i want install linux on scsi hard dis tecpenguin Linux - Server 4 11-10-2007 06:44 AM
Linux won't recognize new 500GB Seagate second hard drive Grexsnip Linux - Hardware 6 07-05-2007 10:23 PM
60GB laptop hard disk & 200GB external USB hard disk linux compatibility powah Linux - Hardware 0 03-07-2006 10:55 AM

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

All times are GMT -5. The time now is 03:40 AM.

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