forked from andreiw/vhdtool
-
Notifications
You must be signed in to change notification settings - Fork 0
tohghua/vhdtool
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
用一般方法创建空白的VHD文件很慢,因为它需要把文件的每一个字节都写到磁盘。 本项目提供了在NTFS分区快速创建超大VHD文件的方法,实测创建100G的VHD文件也不到一秒。 使用方法: vhdtool.exe -s 文件大小 -c -t fixed create vhd文件路径 文件大小可以是**G、**M等 -c表示允许微量调整大小以便对齐扇区 fixed表示预分配空间
About
Manipulate VHD (Virtual Hard Disk) images within Windows
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 100.0%