The MASM Forum

Miscellaneous => Hardware & Software Corner => Topic started by: Vortex on October 27, 2012, 03:26:34 AM

Title: HttpDisk
Post by: Vortex on October 27, 2012, 03:26:34 AM
QuoteHttpDisk is a virtual disk driver for Windows that uses HTTP to mount disk or CD/DVD images from a web server. It is also a demonstration on how to do network communication from kernel mode on Windows using the TDI interface.
Latest news: Allow to mount images without administrative privileges, works better on Windows Vista and Windows 7, support for 64-bit systems.

http://www.acc.umu.se/~bosse/

The site provides other nice utilities like FileDisk,  a virtual disk driver using file(s) to emulate physical disks.
Title: Re: HttpDisk
Post by: dedndave on October 27, 2012, 02:13:41 PM
very interesting site, Erol
it looks like a lot of good learning material   :t
Title: Re: HttpDisk
Post by: Vortex on October 27, 2012, 07:06:13 PM
Hi Dave,

Yes, a lot of good learning material. HttpDisk is useful as it can avoid large downloads to get some specific tools.