filedisk-18

所属分类:驱动编程
开发工具:Visual C++
文件大小:355KB
下载次数:32
上传日期:2014-07-29 11:41:10
上 传 者isscall
说明:  这是一个使用一个或多个文件来模拟物理磁盘创建虚拟磁盘驱动程序适用于Windows。
(This is a virtual disk driver for Windows that uses one or more files to emulate physical disks.)

文件列表:
filedisk-18\COPYING.TXT (18332, 2008-08-16)
filedisk-18\exe\filedisk.c (11668, 2009-10-21)
filedisk-18\exe\filedisk.exe (7680, 2009-10-22)
filedisk-18\exe\filedisk.rc (2570, 2009-10-21)
filedisk-18\exe\MAKEFILE (267, 2008-08-16)
filedisk-18\exe\sources (180, 2009-10-14)
filedisk-18\exe\vssver.scc (96, 2009-10-22)
filedisk-18\filedisk.reg (356, 2008-08-16)
filedisk-18\install.txt (408, 2009-10-14)
filedisk-18\sys\inc\filedisk.h (1944, 2009-10-21)
filedisk-18\sys\inc\vssver.scc (48, 2009-10-22)
filedisk-18\sys\obj\chk\amd64\filedisk.pdb (175104, 2009-10-22)
filedisk-18\sys\obj\chk\amd64\filedisk.sys (28672, 2009-10-22)
filedisk-18\sys\obj\chk\i386\filedisk.pdb (158720, 2009-10-22)
filedisk-18\sys\obj\chk\i386\filedisk.sys (19712, 2009-10-22)
filedisk-18\sys\obj\chk\ia64\filedisk.pdb (191488, 2009-10-22)
filedisk-18\sys\obj\chk\ia64\filedisk.sys (62976, 2009-10-22)
filedisk-18\sys\obj\fre\amd64\filedisk.pdb (175104, 2009-10-22)
filedisk-18\sys\obj\fre\amd64\filedisk.sys (23552, 2009-10-22)
filedisk-18\sys\obj\fre\i386\filedisk.pdb (158720, 2009-10-22)
filedisk-18\sys\obj\fre\i386\filedisk.sys (15232, 2009-10-22)
filedisk-18\sys\obj\fre\ia64\filedisk.pdb (191488, 2009-10-22)
filedisk-18\sys\obj\fre\ia64\filedisk.sys (46080, 2009-10-22)
filedisk-18\sys\src\filedisk.c (47150, 2009-10-22)
filedisk-18\sys\src\filedisk.rc (2570, 2009-10-21)
filedisk-18\sys\src\MAKEFILE (267, 2008-08-16)
filedisk-18\sys\src\Sources (162, 2009-10-15)
filedisk-18\sys\src\vssver.scc (96, 2009-10-22)
filedisk-18\vssver.scc (112, 2009-10-22)
filedisk-18\sys\obj\chk\amd64 (0, 2014-07-29)
filedisk-18\sys\obj\chk\i386 (0, 2014-07-29)
filedisk-18\sys\obj\chk\ia64 (0, 2014-07-29)
filedisk-18\sys\obj\fre\amd64 (0, 2014-07-29)
filedisk-18\sys\obj\fre\i386 (0, 2014-07-29)
filedisk-18\sys\obj\fre\ia64 (0, 2014-07-29)
filedisk-18\sys\obj\chk (0, 2014-07-29)
filedisk-18\sys\obj\fre (0, 2014-07-29)
filedisk-18\sys\inc (0, 2014-07-29)
filedisk-18\sys\obj (0, 2014-07-29)
... ...

This is a virtual disk driver for Windows that uses one or more files to emulate physical disks. Copyright (C) 1999-2009 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, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA The GNU General Public License is also available from: http://www.gnu.org/copyleft/gpl.html 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: 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. END

近期下载者

相关文件


收藏者