LinuxQuestions.org
Review your favorite Linux distribution.
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 05-25-2017, 11:38 AM   #16
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142

Quote:
Originally Posted by Timmi View Post
What is going to be resolved, or change, by shuffling things around? I have opened a space of 104GB for a Linux partition to be put there.
But you can't, because you already have four primary partitions. You can't have a fifth. ALL new partitions you create MUST be placed inside of the extended partition sda4. Currently you only have one partition inside sda4, which is your data partition sda5, and it's using all the space. That means that in order to create ANY new partitions on your drive, you must either expand sda4 to include your unpartitioned space, or you must shrink sda5 to make room for another partition inside sda4.

Unless you want to delete one of your other three partitions (sda1, 2, or 3).
 
1 members found this post helpful.
Old 05-25-2017, 12:41 PM   #17
Timmi
Member
 
Registered: Apr 2009
Distribution: under review
Posts: 230

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by hydrurga View Post
The reason for that has already been explained to you. Please read through all responses you have received on this thread, as well as a summary of MBR restrictions.
I've done this before without any issues - created a partition where my 104GB space is located, between 2 other partitions.
 
Old 05-25-2017, 12:45 PM   #18
Timmi
Member
 
Registered: Apr 2009
Distribution: under review
Posts: 230

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by camorri View Post
Yes. There are several. I faced this on a laptop a while back. The problem is you probably have four primary partitions, and you are unable to make another partition. This is normal for a non GPT partitioned drive.
What is and GPT and what would that do for me?
Would this even be compatible with my current system?
Are there concerns of data loss if a conversion were done?
What are the implications?
Thank you
 
Old 05-25-2017, 12:52 PM   #19
Timmi
Member
 
Registered: Apr 2009
Distribution: under review
Posts: 230

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by hydrurga View Post
Timmi, if you don't mind me saying so, folk here have been giving you practical feasible alternatives to solve your problem, and for some reason you seem to be fixated on the impossible.

You could have already solved this problem, made the required changes, installed Linux, and be surfing pictures of cats on Reddit if you had listened to some of the advice that has been given.
Resolved it how?
Instead of being insulting, have you really read what is going on here?

Retain system restore (yeah, those two stupid hidden system-reserved partitions), one for Windoze, one for Data, and find a way to get Linux onto there. As you have already read (because we know that you wouldn't dare being caught of not doing what you accuse others of not doing) Linux Mint installer was refusing to use an extended partition to install the OS!
 
1 members found this post helpful.
Old 05-25-2017, 12:58 PM   #20
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
What is and GPT and what would that do for me?
This is a newer way of partitioning disk, and was introduced to allow use of disks greater than 2 tera bytes. The limit on MBR ( what you have ) is 2 tera bytes. GPT also removes the restriction of 4 primary partitions per disk.

Quote:
Would this even be compatible with my current system?
Not without removing everything, and a complete re-install after setting up GPT. Since I don't know what version of WIn you have, be aware not all Win versions support GPT.

Quote:
Are there concerns of data loss if a conversion were done?
There is no conversion process, you have to delete everything from the disk, a linux dd command will do that. Then a full reinstall of everything you want on the disk.

I would advise you to either add the empty space to the partition with your data, and install linux there. You would have to add partitions in the extended space.

or, add an external disk,

or install v-box in windows, then install a linux system in v-box.
 
Old 05-25-2017, 12:59 PM   #21
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Timmi View Post
Resolved it how?
Instead of being insulting, have you really read what is going on here?

Retain system restore (yeah, those two stupid hidden system-reserved partitions), one for Windoze, one for Data, and find a way to get Linux onto there. As you have already read (because we know that you wouldn't dare being caught of not doing what you accuse others of not doing) Linux Mint installer was refusing to use an extended partition to install the OS!
Post #10, for example, is a solution.

The Linux Mint installer didn't refuse to use an extended partition. It refused to create a new partition in an area of unallocated space because in doing so it would have needed to have created a fifth primary partition and, under MBR architecture, that is impossible.

By the way, those "hidden" partitions are not hidden in Linux, only in Windows. There is no such thing as a hidden partition in Linux.

P.S. It was me by the way who accidentally "liked" your previous post (instead of hitting the Quote button) so I'm not firing on all cylinders today. But I wholeheartedly recommend that you take a step back, clear any preconceived ideas that you may have, and read this thread again. Several people, myself included, have provided you with the solution.

Last edited by hydrurga; 05-25-2017 at 01:10 PM.
 
Old 05-25-2017, 01:06 PM   #22
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by camorri View Post
Not without removing everything, and a complete re-install after setting up GPT. Since I don't know what version of WIn you have, be aware not all Win versions support GPT.

There is no conversion process, you have to delete everything from the disk, a linux dd command will do that. Then a full reinstall of everything you want on the disk.
This is not true. If you search on the web for MBR GPT without data loss, you will find various ways of converting without having to remove the data.

One example: http://www.thewindowsclub.com/convert-mbr-to-gpt-disk

However, in saying that, things can go wrong and I would never attempt such a procedure without having backed up my partitions onto a secondary media beforehand.

Anyway, although it is one of several solutions, it is not required in OP's case.
 
Old 05-25-2017, 01:10 PM   #23
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by Timmi View Post
I've done this before without any issues - created a partition where my 104GB space is located, between 2 other partitions.
But you didn't already have four primary partitions, that's the problem here, not that your unallocated space is in the "middle" of the drive instead of the beginning or end. The problem, and I'm going to try to make this very clear, is that you already have 4 primary partitions (sda1, 2, 3, 4). MBR can not have more than four primary partitions.

The ONLY way, and I do mean the ONLY way to have more than four partitions on an MBR disk, is for one of those four primaries to be an extended partition. You can then create as many partitions as you want INSIDE the extended partition. You already have an extended partition, sda4, BUT IT'S FULL. That means you CANNOT create a new partition in your unallocated space, because doing so would require the addition of a fifth primary partition, which you can't do on MBR. You also CANNOT create a new partition in your extended partition sda4, because it's full, its entire capacity is being used by sda5.

You have three options (ignoring things like wiping the entire disk):
1) Delete one of your existing primary partitions (sda1, 2, 3, 4). This will allow you to make a new primary partition in your existing unallocated space.

2) Expand your extended partition, sda4, to include your unallocated space. This will then give you unallocated space inside sda4, where you can create a new partition.

3) Shrink the data partition, sda5, that is currently taking up your entire extended partition, sda4. This will then give you unallocated space inside sda4, where you can create a new partition.

Last edited by suicidaleggroll; 05-25-2017 at 01:13 PM.
 
1 members found this post helpful.
Old 05-25-2017, 01:13 PM   #24
Timmi
Member
 
Registered: Apr 2009
Distribution: under review
Posts: 230

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by rknichols View Post
Drive manufacturers are not that dumb. The number of sectors per track is not constant, and the outer tracks have more sectors than do the inner tracks. Data density is roughly constant throughout the drive. That does mean, though, that more sectors pass under the head per revolution on the outer tracks, so performance is better there. The C-H-S geometry reported by the drive is a total fiction (Did you really think there were 255 heads?) and bears no relationship at all to the actual track and sector layout.
No I didn't believe they actually had 255 heads. Did you? Or were you just in the mood to belittle and to insult?
Such a wonderful welcome to the Linux community here, by you two.
Maybe you want me to just stay with Windoze.
If you don't want newcomers to Linux, keep it up, you're doing the right thing, and in the right place, the newbie forum.
 
Old 05-25-2017, 01:14 PM   #25
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
hydrurga;

I stand corrected. Last version of win I had anything to do with was win 7. I do agree the OP needs a full hard drive backup before this should be attempted.
 
1 members found this post helpful.
Old 05-25-2017, 01:21 PM   #26
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Timmi View Post
No I didn't believe they actually had 255 heads. Did you? Or were you just in the mood to belittle and to insult?
Such a wonderful welcome to the Linux community here, by you two.
Maybe you want me to just stay with Windoze.
If you don't want newcomers to Linux, keep it up, you're doing the right thing, and in the right place, the newbie forum.
Again, Timmi, I hope you don't mind me saying this, but you seem to be too easily "insulted" by what is essentially honest criticism of your current inability to listen to, absorb and accept advice from folk who are experts on Linux.

If you want to stay with Windows then that's your prerogative. I would love to see you installing Linux on that computer of yours though, and so do others here, which is why we have been trying to tell you how to do it. All you need to do is listen and understand what folk are saying.
 
1 members found this post helpful.
Old 05-25-2017, 02:31 PM   #27
DVOM
Member
 
Registered: Nov 2010
Posts: 223

Rep: Reputation: 48
Quote:
Originally Posted by Timmi View Post
Get DATA onto a primary.
What's this love affair with primary partitions? Absolutely the only thing that needs a primary partition is a Windows installation.

All you need to do is expand extended partition "sda4" to include your 104GB unallocated space, then create another logical partition in that 104GB space. You've said that Mint complained about that, well it's not complaining because it's a logical partition, you've got some other problem.


I've got 5 linux OSs on this machine and 4 of them are on logical partitions, one is on a primary partition only because I had Windows at one point, otherwise there would only be logical partitions on this machine.
 
1 members found this post helpful.
Old 05-25-2017, 02:41 PM   #28
DVOM
Member
 
Registered: Nov 2010
Posts: 223

Rep: Reputation: 48
Quote:
Originally Posted by Timmi View Post
Linux Mint installer was refusing to use an extended partition to install the OS!
You need to create a logical partition and then install Mint to that.
 
1 members found this post helpful.
Old 05-25-2017, 05:48 PM   #29
Timmi
Member
 
Registered: Apr 2009
Distribution: under review
Posts: 230

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by DVOM View Post
You need to create a logical partition and then install Mint to that.
Yes, I tried that.
The installer said it cannot use that partition.
 
Old 05-25-2017, 05:51 PM   #30
Timmi
Member
 
Registered: Apr 2009
Distribution: under review
Posts: 230

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by DVOM View Post
What's this love affair with primary partitions? Absolutely the only thing that needs a primary partition is a Windows installation.
All you need to do is expand extended partition "sda4" to include your 104GB unallocated space, then create another logical partition in that 104GB space. You've said that Mint complained about that, well it's not complaining because it's a logical partition, you've got some other problem.
I've got 5 linux OSs on this machine and 4 of them are on logical partitions, one is on a primary partition only because I had Windows at one point, otherwise there would only be logical partitions on this machine.
1. This seems self-explanatory to me: If a primary partition is lost, I am worried that data on an extended attached to that, will be lost too. It's not about going through the trouble of placing one's data in a different location, it's about protecting against data loss caused by issues from the main Windoze partition. Are you able to certify that if you delete or have a damaged primary, the extended attached to it will be just fine?

2. The installer refused to use an extended partition.

3. However, I would have no objections reinstalling Windoze onto an extended partition - but having done a factory restore a couple of times in the past, it does not give you the opportunity to choose your partition. It merely restores to C: (and thankfully ignores any other primary partition, like my data partition D)

Last edited by Timmi; 05-25-2017 at 06:03 PM.
 
  


Reply

Tags
install, installer, installing, partitioning, partitions



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
Dual Boot on a laptop with hidden Windows recovery partition Jordan&&&& Linux - Laptop and Netbook 10 05-02-2010 08:52 PM
Installing ubuntu on Lenovo laptop with two Windows XP partitions cmarvel Ubuntu 4 07-07-2008 05:35 PM
reinstall windows xp in triboot system: Can I have as many partitions as I want ? centguy Linux - Software 8 04-15-2008 05:30 PM
Blackbox windows always maxed? mooreted Mandriva 2 02-28-2005 06:02 AM
New LILO version automatically make windows partitions hidden changing it with cfdisk TroelsSmit Linux - General 5 02-21-2004 01:50 AM

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

All times are GMT -5. The time now is 09:00 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