LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 09-29-2013, 03:49 PM   #1
Lola Kews
Member
 
Registered: May 2004
Posts: 549

Rep: Reputation: 38
GPT Partioning support.


Does anyone here have experience with partioning a Hard Drive with GPT?

If so, I would really be interested in what you have to say concerning how it workked out for you.
 
Old 09-29-2013, 04:47 PM   #2
ozar
Member
 
Registered: May 2004
Location: USA
Distribution: Arch Linux
Posts: 415

Rep: Reputation: 85
Hello

Yes, all of my drives (HDD and SSD) are partitioned with GPT and I've had no problems with them at all.
 
1 members found this post helpful.
Old 09-30-2013, 12:23 PM   #3
Lola Kews
Member
 
Registered: May 2004
Posts: 549

Original Poster
Rep: Reputation: 38
Quote:
Originally Posted by ozar View Post
Hello

Yes, all of my drives (HDD and SSD) are partitioned with GPT and I've had no problems with them at all.
Hi ozar. Can you tell how to partition a 2 TB HD hard drive with GParted using GPT?

I want to use several Linux distros on the same HD. I will NOT be using Microsoft Windows.
 
Old 09-30-2013, 12:37 PM   #4
ozar
Member
 
Registered: May 2004
Location: USA
Distribution: Arch Linux
Posts: 415

Rep: Reputation: 85
After you open gparted, create a new partition table, choosing "gpt" as the type. Then create each of your partitions at whatever size you need, or want them to be. Depending on the bootloader and machine you intend to use, you might also need a separate partition for BIOS, or for UEFI purposes.

Gparted and its usage is pretty well documented here:

http://gparted.sourceforge.net/documentation.php

Last edited by ozar; 09-30-2013 at 12:38 PM.
 
1 members found this post helpful.
Old 09-30-2013, 03:38 PM   #5
propofol
Member
 
Registered: Nov 2007
Location: Seattle
Distribution: Debian Wheezy & Jessie; Ubuntu
Posts: 334

Rep: Reputation: 60
Some command line tools:

gdisk - this works similar to fdisk. Have a look at:http://www.rodsbooks.com/gdisk/walkthrough.html
This also has useful advanced options such as converting between GPT & MBR without loss of data.

parted - look at http://www.cyberciti.biz/tips/fdisk-...eater-2tb.html

Regards,
Stefan
 
1 members found this post helpful.
Old 09-30-2013, 04:50 PM   #6
Lola Kews
Member
 
Registered: May 2004
Posts: 549

Original Poster
Rep: Reputation: 38
Quote:
Originally Posted by ozar View Post
After you open gparted, create a new partition table, choosing "gpt" as the type. Then create each of your partitions at whatever size you need, or want them to be. Depending on the bootloader and machine you intend to use, you might also need a separate partition for BIOS, or for UEFI purposes.

Gparted and its usage is pretty well documented here:

http://gparted.sourceforge.net/documentation.php
I will need a BIOS partition, just not sure of how to make one, does GParted do that? UEFI, not sure there, I will have to study that.

SYSTEM: MSI 890FXA-GD70 mother board, 8 GB of ram, WD 2 TB hard drive, CPU Hex a Core, AMD Phenom II X6.
Flags: (Lm nx SSE, SSE2, SSe3, SSE4 a SVM.

The above information was taken from the AntiX system information.

Last edited by Lola Kews; 10-01-2013 at 03:51 PM. Reason: Complete system information.
 
Old 09-30-2013, 05:44 PM   #7
ozar
Member
 
Registered: May 2004
Location: USA
Distribution: Arch Linux
Posts: 415

Rep: Reputation: 85
Quote:
Originally Posted by Lola Kews View Post
I will need a BIOS partition, just not sure of how to make one, does GParted do that? UEFI, not sure there, I will have to study that.

SYSTEM: MSI 890FXA-GD70 mother board, 8 GB of ram, WD 2 TB hard drive.
Yes, gparted can do it. That looks to be a legacy BIOS motherboard and if it is, you won't need to worry about UEFI. You can create a bios partition for booting by creating a partition that is left unformatted, then you right-click it and choose Manage Flags, then choose the bios_grub flag.
 
Old 10-01-2013, 03:43 PM   #8
Lola Kews
Member
 
Registered: May 2004
Posts: 549

Original Poster
Rep: Reputation: 38
Quote:
Originally Posted by ozar View Post
Yes, gparted can do it. That looks to be a legacy BIOS motherboard and if it is, you won't need to worry about UEFI. You can create a bios partition for booting by creating a partition that is left unformatted, then you right-click it and choose Manage Flags, then choose the bios_grub flag.
Thats just it ozar, when I create a BiOS partion for booting, how big? How do I leave it unformated?
Looking at Gparted in GPT mode it just calls for partitions.

I am completely new to this and need some example type talking. I'm lost!


Can you provide a "picture/type" of the entries I'm supposed to make?

Last edited by Lola Kews; 10-01-2013 at 03:52 PM. Reason: Adding Information on system.
 
Old 10-01-2013, 04:11 PM   #9
ozar
Member
 
Registered: May 2004
Location: USA
Distribution: Arch Linux
Posts: 415

Rep: Reputation: 85
I usually make my own bios partitions about 2MB, but 1MB may be big enough for your needs. Using gparted for partitioning chores is probably about as easy as it gets, so if you are uncomfortable with using it, I'd recommend practicing a bit by creating a partition or two on a drive before you get down to business. If you goof up, you can start over by creating a new partition table (if needed) then recreate your partitions again. Once you feel comfortable with it, you'll be well on your way. Note that some people find using the command line easier for partitioning chores while others find the GUI that comes with gparted the easier route.

You can find some gparted instructions with images here:

http://partedmagic.com/doku.php?id=using_gparted
 
1 members found this post helpful.
Old 10-01-2013, 05:31 PM   #10
ozar
Member
 
Registered: May 2004
Location: USA
Distribution: Arch Linux
Posts: 415

Rep: Reputation: 85
I should add that it's easier to work with gparted if you run it from within a livecd such as the gparted livecd or parted-magic's livecd. If you are wanting to try to convert your current partition table to GPT, you can take a look at the first link posted in post #5 above for instructions on that.
 
1 members found this post helpful.
Old 10-02-2013, 01:36 PM   #11
Lola Kews
Member
 
Registered: May 2004
Posts: 549

Original Poster
Rep: Reputation: 38
Quote:
Originally Posted by ozar View Post
I should add that it's easier to work with gparted if you run it from within a livecd such as the gparted livecd or parted-magic's livecd. If you are wanting to try to convert your current partition table to GPT, you can take a look at the first link posted in post #5 above for instructions on that.
Ho ozar, I am working with a NEW 2 TB hard drive, so if I make a mistake I guess I can start over reformating the whole thing again, but hopefuly I won't make a mistake!

I will be creating this partioning scheme in the "GPT" format.

There will be 5 partitions for 5 different Linux distributions.

Using the GPT format do I still make all the same partitions used in a MBR type partioning scheme, like "home", "Data", etc,.
 
Old 10-02-2013, 03:37 PM   #12
ozar
Member
 
Registered: May 2004
Location: USA
Distribution: Arch Linux
Posts: 415

Rep: Reputation: 85
Quote:
Originally Posted by Lola Kews View Post
Using the GPT format do I still make all the same partitions used in a MBR type partioning scheme, like "home", "Data", etc,.
Yes, you would still create any partitions for Linux as usual.
 
1 members found this post helpful.
Old 10-03-2013, 04:13 PM   #13
Lola Kews
Member
 
Registered: May 2004
Posts: 549

Original Poster
Rep: Reputation: 38
Quote:
Originally Posted by ozar View Post
Yes, you would still create any partitions for Linux as usual.

Therin lies the big problem! If all the links I have gone to just had the following all would be fine:

I have a 2 TB hard drive, I would like to see a view/picture of the finished screen showing "ALL text necessary in the Gparted final screen necessary to complete the partioning table/HD partioning in GPT, prior to hitting the "Making it so button"

5 partitions for 5 different distros.

1. partition for the bios boot, witch you showded me how to make, by entering the "flag" in an unformated partition.

1. /home partition (can this be a common partition relative to all distros?

/ ( I think this is the root partition), does each partition need one, or is "1" a catch all)

/data partition (common to all distros ?) I sure don't know, but I hope so!

None of the links or searching produces a viable picture that makes sense, plus, they are all basically different relative to there termanolgy, so how does the GPT setup supposed to work if they don't show a complete screen/picture/explanation ready on a sample disk for "push button and make it so"?

It's because of these problems that I have spent many many hours to little learning.

I am not knocking you sir, just trying to point out the problems. I sinserely hope you see my point.

Take care.
 
Old 10-03-2013, 04:33 PM   #14
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
First partition - size 1007 KiB, unpartitioned (2 MB like ozar said is good enough, type EF02)

Since you want to use this disk to dual boot in between a few distros, you have to realize what you want first; Do you want a common shared home directory across all distros (it is your personal decision)? Do you want encryption? Even besides this being said, what if you want to expand/resize partitions in the future to allocate to a different distro (for whatever means needed)? I would personally use LVM after changing your partition table to GPT, since multiple distros on one drive will have many partitions, whereas with LVM you have the capability to resize, encrypt, and be better organized. This is only my opinion, since I do things like this all the time, and would rather share my best experiences.

For gparted - have you used gparted ever before? You can see the details by expanding the dialog box when applying what you have done in real time. For what you really want, as you make changes to your partitions/etc, you will see a "history" at the bottom of the screen in the GUI window.

For your MAIN concern, well... This is where the nitty gritty comes into play:
Quote:
None of the links or searching produces a viable picture that makes sense, plus, they are all basically different relative to there termanolgy, so how does the GPT setup supposed to work if they don't show a complete screen/picture/explanation ready on a sample disk for "push button and make it so"?
Refer to any wiki regarding the explanation of GPT, and the advantages over MBR:
https://en.wikipedia.org/wiki/GUID_Partition_Table
https://wiki.archlinux.org/index.php...artition_Table

There is no "viable picture for yourself," as you will need to "RTFM" (No harsh feelings, but you do need to apply yourself more to the material that is being presented to you.)

Cheers!

Last edited by corp769; 10-03-2013 at 04:39 PM.
 
1 members found this post helpful.
Old 10-03-2013, 04:47 PM   #15
Dman58
Member
 
Registered: Nov 2010
Location: The Danger Zone
Distribution: Slackware & everything else in a VM
Posts: 294

Rep: Reputation: 31
Quote:
5 partitions for 5 different distros.
No there will be more partitions if they all share the same /home partition

Quote:
/ ( I think this is the root partition), does each partition need one, or is "1" a catch all)
Each one of the 5 distros you choose to I stall will be their own /

If /home is common then that adds 1 more to make 6 partitions at least but don't forget about swap and the bios partition you may need, so now that's 8.

Quote:
/data partition (common to all distros ?) I sure don't know, but I hope so!
If a /data partition is what you want then have at it. This gives you 9 partitions now but this could very well be somewhere inside the /home partition which will already be common to all distros as long as you have it mounted upon installation of that distro and make sure you don't format it by accident.

Quote:
It's because of these problems that I have spent many many hours to little learning.
That's not true at all due to the fact that you are or SHOULD be learning from these problems.

There might be a better way to better organize so many partitions as in what CORP769 posted previously about LVM but I have never used it myself.

Another choice maybe to install a primary distro as a host an use a VM (virtual machine) to install the others.
 
1 members found this post helpful.
  


Reply



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
[SOLVED] Slackware 13.37 - gdisk choices, MBR, GPT or Blank GPT CFet Slackware - Installation 3 04-01-2011 04:46 PM
Help with Partioning umamaheshmunez Linux - Newbie 4 10-16-2008 11:56 AM
GPT Partition support in Linux, more specifically Fedora Core 8 Erunestian Linux - Newbie 1 05-26-2008 07:05 AM
Need help with partioning etc.... SykoMachine Slackware 34 02-09-2004 10:00 PM
partioning, i need help diminishedpower Linux - Software 0 08-12-2003 03:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS

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