2009年10月9日 星期五

[微軟] 磁碟管理

What's the difference between MBR and GPT?

MBR is the standard partitioning scheme that's been used on hard disks since the PC first came out. It supports 4 primary partitions per hard drive, and a maximum partition size of 2TB.

GPT disks are new, and are readable only by Windows Server 2003 SP1, Windows Vista (all versions), and Windows XP x64 Edition. The GPT disk itself can support a volume up to 2^64 blocks in length. (For 512-byte blocks, this is 9.44 ZB - zettabytes. 1 ZB is 1 billion terabytes). It can also support theoretically unlimited partitions.

quote from  http://www.tomshardware.com/forum/233291-32-what-difference


Primary, Extended and Logical Partitions

一個硬碟最多就只能切出四個primary partitions剩下沒切完的空間就不能再切了,如果切出不只四個partitions就請用使用extended partitions,在extended partitions裡面可以切n個logical partitions 
在2008磁碟管理內建只要切完三個primary partitions剩下的空間會被自動切進去extended partition
而2003是可以自由選取要在第幾個partition去切割extended partitions,就結果論來說MBR最小切割不是8MB而是16MB,GPT最小切割才是8MB,下面補一張有趣的圖,











 142個就懶得建了,不知道還能建立幾個,不過只是建立,mount也好,給他磁碟機代號也好,我不知道可用的有幾個,我好像有印象老師上課是說最多只能切primary partitions和logical partitions總共64個,記錯請原諒我,不過真的可以切超多個的。用diskpart切


Shrink & Extend disk
Shrink是2008新的功能  2003只能做extend   系統分割區也可以shrink


動態磁碟的管理

1.Spanned volume
   作跨距的時候最讓人納悶的是,儲存方式明明就是要先將第一個硬碟配發的空間用完,才會存到下一個硬碟所配發的空間,但是如果損壞一顆就整個spanned volume全毀,沒容錯就夠悶了,還會因為壞一顆其他顆也不能抓資料;另外spanned volume不能做 raid 0 1 5,所以現在硬碟夠大世界裡spanned volume實用價值等於0。
2.Striped  volume
   RAID 0的概念,換個名詞而已,存取速度可大大提升,FTP用這個超好的,大型的網頁伺服器這也不錯用,但是因為沒有容錯功能,所以技術上會搭配上RAID 1形成 RAID 0+1,最好使用屬性相同的硬碟,屬於高成本的磁碟管理策略
3.Mirrored volume
  RAID 1的觀念,從名詞也顯而易見,可以包含boot volume和system volume,讀取效率可大幅提升,但儲存就還好。整體感覺mirrored volume跟distributed file system很像
4.RAID-5 volume (Stripe Set With Parity)
  不多介紹,就是RAID 5,可用容量n-1/n,和RAID 1的50%有所不同,但同時兼具容錯,所以算是比較低成本的磁碟管理策略

沒有留言:

張貼留言