Re: GPT Disk
- From: Nick Domukhovsky <ndomukhovsky@xxxxx>
- Date: Thu, 05 Apr 2007 10:25:04 +0600
What is the best practice and where do you get best disk performance: Basic,First. There is no performance changes, when you simply change type of
Dynamic, and GPT Disk Partitions. Also what type of partition is recommended
if it stores SQL or Exchange Databases?
disk. Type of disk - is the format in which information about partitions
is stored (but, of course, various format has various capabilities).
Most simple is basic disk. It stores all partition information in first
sector (called MBR) in partition table. There are only 4 entries in
partition table, however there is can be special entry - extended, which
means, that this partition should be treated as virtually new disk, with
it's own MBR (this special partition called extended and Windows OS
limits you to have only one extended partition). In this extended
partition you can create new partitions, called logical drives. Windows
creates one logical drive and all remaining palce in extended partition
marked as new (nested) extended partition - so you can create virtually
any number of logical drives.
GPT disk used in modern EFI based systems. First sector emulates
traditional MBR, but then there is GUID Partition Table (so GPT comes
from here). GPT can be rather long, so GPT disk can contain large number
of partitions without weird schemes of basic disks.
Dynamic disks supported by Windows OS only (however, there is some
support in modern Linux kernels). Whole dynamic disk marked as one
partition in MBR (or GPT) and information about it's structure placed at
last 8Mb of disk. Dynamic disks allows you to construct complex
structures like spanned volumes (this volume made from pieces of various
dynamic disks, but looks like single solid partition), stripped volumes
(software RAID 0), mirrored volumes (software RAID 1) and RAID 5 volumes.
However, it may be a bad idea to use dynamic disks on SQL server or
Exchange box, because best practice is to build fail over cluster for
this applications and cluster on dynamic disks is not supported by MS.
--
With best regards
Nickolay Domukhovsky, MCSA
.
- Prev by Date: Re: DHCP Settings
- Next by Date: Re: Which is my Primary DNS?
- Previous by thread: Re: DHCP Settings
- Next by thread: Re: Which is my Primary DNS?
- Index(es):
Relevant Pages
|
Loading