2013年2月15日 星期五

vhd和vhdx差異

vhdx是Windows Server 2012/Windows 8 (Hyper-v 3.0)新增虛擬磁碟格式
vhdx最大容量可達64 TB (vhd只能2 TB)
且vhdx提供了power failure時對資料損壞的保護機制
vhdx也支援4KB大小的邏輯磁區(disk sectors)
vhd預設是固定大小(VhdType:Fixed),vhdx預設是動態擴充(VhdType:Dynamic)
可用Convert-VHD指令轉換

ref:
http://www.ithome.com.tw/itadm/article.php?c=74674&s=3
http://technet.microsoft.com/zh-tw/library/hh831446.aspx


 http://gallery.technet.microsoft.com/scriptcenter/Create-Hyper-V-VM-beb888d9
$vhdtype = "Differencing"
$vhdtype = "Fixed"
$vhdtype = "Dynamic"

沒有留言:

張貼留言