Disk Paritioning Scheme--GPT or MBR

 
Thread Tools Search this Thread
Operating Systems Linux Fedora Disk Paritioning Scheme--GPT or MBR
# 1  
Old 09-19-2012
Disk Paritioning Scheme--GPT or MBR

Hi,

I just built myself a new machine which has an ASUS motherboard with is UEFI based.
I noticed after I installed Fedora 17 that my sda is MBR and my sdb is GPT:

sda is a ssd drive. Should the ssd drive be GPT or is MBR okay?
sda is 60Gb drive.
# 2  
Old 09-20-2012
MBR is okay.

GPT is needed:
a) when you want a partition to be bigger than 2GB, or when at least one of your partitions has to begin beyond the first 2GB of its disk;
b) when you want the fastest (they say) possible boot using the UEFI firmware bootmanager and UEFI boot partition(s) with UEFI OS loader(s).

However every UEFI based motherboard can boot very well a disk with MBR, too.

So: if it ain't broken, don't fix it. Smilie
Stay with your MBR.
--
Bye

EDIT: I apologize for my typo: of course I meant 2TB, not 2GB. Thanks to fpmurphy for pointing it out.

Last edited by Lem; 09-21-2012 at 04:14 AM..
# 3  
Old 09-20-2012
Quote:
Originally Posted by Lem
MBR is okay.

GPT is needed:
a) when you want a partition to be bigger than 2GB, or when at least one of your partitions has to begin beyond the first 2GB of its disk;
MBR partitions can be greater than 2Gb. GPT is required when your disk is greater than approx 2Tb and using 512 sector sizes.
# 4  
Old 09-21-2012
Quote:
Originally Posted by fpmurphy
MBR partitions can be greater than 2Gb. GPT is required when your disk is greater than approx 2Tb and using 512 sector sizes.
Of course, it was a typo: I meant 2TB. Smilie

In MBR every partition is defined by its starting sector and its size in sectors. Both values are limited to 32 bits. So a partition max size, as well as its farthest possible starting point, is:
(2^32-1) x 512 = 2,199,023,255,040 bytes.

This means that you can use a MBR for two 1.5TB partitions in a 3TB disk, for instance. On the same disk you can't use MBR for a single 3TB partition, nor for four 750GB partitions, nor for two partitions of 0.5TB and 2.5TB ...

Today even disks having 4kB sectors show to the system virtual sectors of 512B. So the disk sector real size doesn't affect the 2TB limit.
--
Bye
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

2nd hdd is Linux_lvm can't mount MBR on BSD with GPT

rying it this way, because I can't handle the slices for the second hdd. If there is someone on this forum who can help me out of that misery, he would really save my digital life in this digital ocean. So not giving up, reading several times the manual of gpart. But the best hint in all that... (0 Replies)
Discussion started by: 1in10
0 Replies

2. Red Hat

GPT Partitions

(Don't you hate being on holiday and being the only IT person in the family?) Got a wonderful thanksgiving surprise .. dead windows-8 laptop with "important" unbacked-up data. No worries, I have my my fedora labtop and a magical SATA to USB converter. Plugged in the drive, and ... can't mount... (4 Replies)
Discussion started by: derekludwig
4 Replies

3. Windows & DOS: Issues & Discussions

Installing Windows 7 on a GPT drive

Hello, My hard drive was formatted with GPT. It is part of a volume group and has two logical volumes on it. Is it possible to convert the drive to MBR? If so, how would I got about doing it? I know there are programs out there that do it, but I have volume groups with LVM's so I am wondering if... (1 Reply)
Discussion started by: mojoman
1 Replies

4. Emergency UNIX and Linux Support

Ubuntu filesystem error corrupt GPT label

Need help/advice urgently.:wall: I really shot myself in the foot this time. Here is the scenario Have a Solaris server Solaris 10 x86 Update 8. Installed an LSI MegaRaid 9280 raid controller and attached a 16 bay JBOD box to it, created a RAID6 virtual drive with 1 hot spare. Created a... (2 Replies)
Discussion started by: ccj4467
2 Replies

5. Boot Loaders

Lost MBR on disk

trying to recover a lost partition table, where the signature (0x55AA) has been lost, though attempting to restore using a number of tools (fdisk, testdisk et al) the write fails. also the os is unable to read the disk geometry correctly, after attempting to correct the geometry, the updated... (2 Replies)
Discussion started by: xaphan
2 Replies

6. UNIX for Dummies Questions & Answers

paritioning mac harddrive during arch install

hi so i am a noob to linux but not computers in general and have decided i want to give linux a go. because i like to make things hard for myself and because someone told me i wouldnt be able to figure it out iv decided to try arch so iinstalled it last night and it installed fine and i got... (0 Replies)
Discussion started by: Irish
0 Replies

7. Boot Loaders

GPT/Protective MBR problem...

Hi, short thing: I've done something I didn't know what happens; bad thing: I did it with my partition table. :D My OS is Ubuntu 10.10. I've used GPT and now want to convert it to MBR with gdisk. I started gdisk, chose 'r' for "transformation options" and chose 'g' to "convert GPT into MBR... (3 Replies)
Discussion started by: Blackbird
3 Replies

8. Red Hat

RHEL4 easyRAID problem 2tb gpt xfs

hello community, i have problems with my redhat enterprise linux 4 nanhant 6 and my easyraid x8s (8x1tb) extern fibre channel raid extern raid configuration: raid level 5 (8x1tb) redhat system shows me four 2tb partitions and one 450gb partition from my raid :( why????? i have... (1 Reply)
Discussion started by: onkeldave
1 Replies

9. UNIX for Dummies Questions & Answers

Delete gpt signatures

Hi Can anyone tell me how to delete GPT signatures in linux/unix. Thanks Tannu (3 Replies)
Discussion started by: tannu
3 Replies

10. UNIX for Dummies Questions & Answers

How to zero a disk (especially MBR)?

I'm confused. Originally I did telinit 1 cp /dev/sda /dev/sdb where sda is my boot disk and sdb is a USB disk. This probably copied my MBR. Since /dev/sdb is 300GB and /dev/sda only 160GB I had a bunch of space left which I decided to experiment with by creating partitions of various... (1 Reply)
Discussion started by: siegfried
1 Replies
Login or Register to Ask a Question