filedisk-21

所属分类:驱动编程
开发工具:Visual C++
文件大小:728KB
下载次数:9
上传日期:2016-06-25 15:32:48
上 传 者sequh
说明:  filedisk-21,发布于2015-12-16,一款虚拟磁盘软件的源代码,可以使用vs2015&wdk10编译。
(filedisk-21 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 optical disks.)

文件列表:
filedisk-21\COPYING.TXT (18332, 1999-09-16)
filedisk-21\DIRS (16, 2015-09-22)
filedisk-21\exe\DIRS (12, 2015-09-22)
filedisk-21\exe\filedisk.sln (1301, 2015-12-16)
filedisk-21\exe\obj\amd64\filedisk.exe (12288, 2015-12-16)
filedisk-21\exe\obj\amd64\filedisk.pdb (551936, 2015-12-16)
filedisk-21\exe\obj\i386\filedisk.exe (11776, 2015-12-16)
filedisk-21\exe\obj\i386\filedisk.pdb (568320, 2015-12-16)
filedisk-21\exe\obj\ia64\filedisk.exe (31744, 2015-12-16)
filedisk-21\exe\obj\ia64\filedisk.pdb (592896, 2015-12-16)
filedisk-21\exe\src\filedisk.c (11966, 2015-09-22)
filedisk-21\exe\src\filedisk.rc (2561, 2015-12-16)
filedisk-21\exe\src\filedisk.vcxproj (7959, 2015-12-16)
filedisk-21\exe\src\filedisk.vcxproj.filters (1235, 2015-12-16)
filedisk-21\exe\src\MAKEFILE (267, 1996-01-21)
filedisk-21\exe\src\Sources (186, 2015-12-16)
filedisk-21\filedisk.reg (356, 2008-08-16)
filedisk-21\install.txt (408, 2009-10-14)
filedisk-21\sys\DIRS (12, 2015-09-22)
filedisk-21\sys\filedisk.sln (2645, 2015-12-16)
filedisk-21\sys\inc\filedisk.h (1920, 2015-12-12)
filedisk-21\sys\obj\chk\amd64\filedisk.pdb (281600, 2015-12-16)
filedisk-21\sys\obj\chk\amd64\filedisk.sys (31744, 2015-12-16)
filedisk-21\sys\obj\chk\i386\filedisk.pdb (281600, 2015-12-16)
filedisk-21\sys\obj\chk\i386\filedisk.sys (22656, 2015-12-16)
filedisk-21\sys\obj\chk\ia64\filedisk.pdb (322560, 2015-12-16)
filedisk-21\sys\obj\chk\ia64\filedisk.sys (79872, 2015-12-16)
filedisk-21\sys\obj\fre\amd64\filedisk.pdb (273408, 2015-12-16)
filedisk-21\sys\obj\fre\amd64\filedisk.sys (23552, 2015-12-16)
filedisk-21\sys\obj\fre\i386\filedisk.pdb (273408, 2015-12-16)
filedisk-21\sys\obj\fre\i386\filedisk.sys (16640, 2015-12-16)
filedisk-21\sys\obj\fre\ia64\filedisk.pdb (314368, 2015-12-16)
filedisk-21\sys\obj\fre\ia64\filedisk.sys (52224, 2015-12-16)
filedisk-21\sys\src\filedisk.c (50297, 2015-12-12)
filedisk-21\sys\src\filedisk.rc (2561, 2015-12-16)
filedisk-21\sys\src\filedisk.vcxproj (10020, 2015-12-16)
filedisk-21\sys\src\filedisk.vcxproj.filters (1412, 2015-12-16)
filedisk-21\sys\src\MAKEFILE (267, 1996-01-21)
filedisk-21\sys\src\Sources (162, 2015-09-22)
... ...

This is a virtual disk driver for Windows that uses one or more files to emulate physical disks. Copyright (C) 1999-2015 Bo Brantén. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Windows and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Please send comments, corrections and contributions to bosse@acc.umu.se. The most recent version of this program is available from: http://www.acc.umu.se/~bosse/ Revision history: 21. 2015-12-16 Improved compatibility with Visual Studio Community 2015 and Windows Driver Kit (WDK) 10. 20. 2015-09-23 Minor change, can be compiled with Visual Studio Community 2015 and Windows Driver Kit (WDK) 10. 19. 2015-04-23 Support for more ioctl:s. Can be compiled with both DDK and WDK. 18. 2015-04-17 Corrected an error when creating a sparse image file. This error only showed up on Windows Vista and later versions of Windows while sparse files where created successfully on Windows XP. 17.01 2015-04-15 Small update to pass all code analyzes in WDK 7.1.0. 17. 2009-10-21 Small bug fix for CD-images on Windows Vista and Windows 7. 16. 2009-10-15 Allow to mount images without administrative privileges by Konstantin Vlasov. 15. 2009-04-12 Support for DVD images with the UDF file system. Set image file to sparse as default. Small bug fix. Can be compiled with the WDK. 14. 2006-01-05 Updated impersonation so that use of image files stored on network drives work on Windows 2000 SP4, Windows XP SP2 and Windows Server 2003 SP1. 13. 2004-06-09 Small fix in file size handling. 12. 2004-05-27 Possible fix for memory leak. 11. 2002-11-30 Added ioctl to query information about mounted disk image files by request from developer of GUI. 10. 2002-11-24 Added a check so that FileDisk doesn't use compressed or encrypted images. For an explanation why this doesn't work see comment in the source code. 9. 2002-08-26 Corrected the share access for read-only FileDisk images. 8. 2002-08-11 Updated the control application to support UNC paths. Changed the handling of CD-ROM device objects to avoid some problems on Windows XP. Corrected the handling of file sizes so that FileDisk images can be sparse files. 7. 2002-02-28 Added support for CD-images. 6. 2002-01-21 Added support for impersonation so that FileDisk images can be stored on network drives. 5. 2002-01-18 Updated for Windows XP by Robert A. Rose. 4. 2001-07-08 Formating to FAT on Windows 2000 now works. 3. 2001-05-14 Corrected the error messages from the usermode control application. 2. 2000-03-15 Added handling of IOCTL_DISK_CHECK_VERIFY to make the driver work on Windows 2000 (tested on beta 3, build 2031). Formating to FAT still doesn't work but formating to NTFS does. 1. 1999-06-09 Initial release.

近期下载者

相关文件


收藏者