windows 가상 하 드 디스크
official website:http://www.acc.umu.se/~bosse/
bosse 홈 페이지.Httpdisk
다음은 영문 원본 버 전 입 니 다.
FileDisk
Release 21 (2015-12-16)filedisk-21.zip filedisk-21.rar is a virtual disk driver for Windows that uses one or more files to emulate physical disks. A console application is included that let you dynamically mount and unmount files. FileDisk can also use ISO images from optical disks.Latest news: Can be compiled with Visual Studio Community 2015 and Windows Driver Kit (WDK) 10.Screenshot of an example of use. FileDisk will use sparse files as disk images if the underlying file system supports it. A sparse file is a file were suficiently large blocks of zeros isn't allocated disk space. To see how much disk space a file actually uses right click on the file and choose properties. If you for example create a sparse file of 4GB, mounts it in FileDisk and formats it to NTFS, it will only take up 24MB on disk but look like a normal disk of 4GB. When you copy files to it the used disk space will automatically increase.Note: To be sure to take advantage of sparse image files you should use Quick Format when formating them.Note: To be able to see the virtual disks in Explorer on later versions of Windows you should run the mount program filedisk.exe as a normal user and not from a command prompt run as administrator.filedisk-17p3.zip filedisk-17p3.rar is a version of FileDisk contributed by Anton Zechner that lets you use an disk image of a full harddisk with partitions.filedisk-15-signed.zip filedisk-15-signed.rar Signed by Matt Wu so that it can be loaded on 64-bit versions of Windows without pressing F8 at boot and select "Disable enforce driver signing".FileDisk with support for .bin CD-ROM images by Gilles Vollant.Disk images to test the driver. Old versions of filedisk.
HttpDisk
Release 10.1 (2016-01-19)httpdisk-10.1.zip httpdisk-10.1.rar is a virtual disk driver for Windows that uses the HTTP protocol to mount disk images from a web server. It is also a demonstration on how to do network communication from kernel mode on Windows using the transport driver interface (TDI).Screenshot of an example of use.Note: To be able to see the virtual disks in Explorer on later versions of Windows you should run the mount program httpdisk.exe as a normal user and not from a command prompt run as administrator.New in release 10.1: Ksocket is now built as a library, this will make it easier to maintain and use for more than one project.Example: Installing the Windows Server 2003 Service Pack 1 (SP1) Driver Development Kit (DDK) and the Windows Driver Kit (WDK) 7.1.0 direct from Microsoft by mounting the ISO images over HTTP.
C:\> httpdisk /mount 0 http://download.microsoft.com/download/9/0/f/90f019ac-8243-48d3-91cf-81fc4093ecfd/1830_usa_ddk.iso /cd f:
C:\> httpdisk /mount 1 http://download.microsoft.com/download/4/a/2/4a25c7d5-efbe-4182-b6a9-ae6850409a78/grmwdk_en_7600_1.iso /cd h:
C:\> f:\setup.exe && h:\kitsetup.exe
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Visual Studio 2019의 C++/CLI에서 출력되는 바이너리 경로 변경Visual C++ 프로젝트에서는 디폴트로 솔루션과 같은 계층에 플랫폼의 폴더( Win32 라든지 x64 라든지)나 구성 폴더( Debug 라든지 Release 라든지)가 만들어지지만, 여러가지 구성을 바꾸고 있으면...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.