'VHD tool'에 해당되는 글 1건

  1. 2009.04.27 VHD tool

VHD tool

카테고리 없음 2009. 4. 27. 10:19

안녕하세요

구리구리 입니다

좋은 툴 하나 소개시켜 드리려 합니다

VHD tool 1.0 beta 2 아직 베타지만 나름 쓸만하네요 ^^

여러분 VHD파일을 한번 만들어 놓았을 때, 용량이 부족하여 더 이상 쓸 수 없는 경우 새로운 VHD파일을 붙여야만 했죠? 간편한 툴을 개발 중 인 것 같습니다

VHDtool 이라는 것인데요

아직 베타버전 입니다

지금까지는 3가지 기능을 가지고 있습니다

새로 만들거나, Img파일을 변환시키거나, 확장하는 기능이 있습니다


사용 방법은

-----------------------------------------------------------------------------------------

VhdTool.exe /create <FileName> <Size> [/quiet]

VhdTool.exe /convert <FileName> [/quiet]

VhdTool.exe /extend <FileName> <NewSize> [/quiet]


Create: Creates a new fixed format VHD of size <Size>.

WARNING - this function is admin only and bypasses

file system security. The resulting VHD file will

contain data which currently exists on the physical disk.


Convert: Converts an existing file to a fixed-format VHD.

The existing file length, rounded up, will contain block data

A VHD footer is appended to the current end of file.


Extend: Extends an existing fixed format VHD to a larger size <Size>.

WARNING - this function is admin only and bypasses

file system security. The resulting VHD file will

contain data which currently exists on the physical disk.

------------------------------------------------------------------------------------------


예시를 들어보면 다음과 같습니다


Create a new 10 GB fixed VHD in the current directory.

VhdTool.exe /create "c:\Program Files\MyApp\foo.vhd" 10737418240


Convert an existing flat image file into a VHD & do not output status to the command line.

VhdTool.exe /convert bar.img /quiet


Extend an existing fixed format VHD to a larger size.

VhdTool.exe /extend foo.vhd 21474836480


한번쯤 사용해 보아도 좋은 툴인 것 같습니다

VHD Tool 1.0 Beta 2 에서 다운 받을 수 있습니다

: