Outils pour utilisateurs

Outils du site


informatique:windows:virtual_file

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:windows:virtual_file [19/03/2010 21:29] cyrilleinformatique:windows:virtual_file [19/05/2012 00:18] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 ====== Virtual File (windows) ====== ====== Virtual File (windows) ======
  
-http://www.acc.umu.se/~bosse. Windows driver examples with free source code related to file systems, virtual disks and network communication from kernel mode.+[[http://www.ltr-data.se/opencode.html|Zero and Random device driver]] 
 + 
 +http://www.acc.umu.se/~bosse. Windows driver examples with free source code related to file systems, virtual disks and network communication from kernel mode (HttpDisk, ...).
  
 http://stackoverflow.com/questions/1325568/easiest-way-to-program-a-virtual-file-system-in-windows-with-python http://stackoverflow.com/questions/1325568/easiest-way-to-program-a-virtual-file-system-in-windows-with-python
Ligne 10: Ligne 12:
  
 I would look at a container file format. VHD is well documented along with HDI and (embedded) OSQ. I would look at a container file format. VHD is well documented along with HDI and (embedded) OSQ.
 +
 +===== HttpDisk =====
 +
 +[[http://www.acc.umu.se/~bosse/|HttpDisk]] 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.
 +I have put a small CD image here to make it easy to try HttpDisk, use the following command:
 +
 +httpdisk /mount 0 http://www.acc.umu.se/~bosse/fdbootcd.iso /cd f:
 +...
 +httpdisk /umount f:
 +
  
informatique/windows/virtual_file.1269030549.txt.gz · Dernière modification : 19/05/2012 00:15 (modification externe)

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki