modified : rewritten _enum_drives_lv to enumerate thru volumes not drive letters (x32) modified : selected.caption replaced with inttostr(integer(lvdisks.Selected.data)) (x32) modified : renamed convert to vmdk/vhd to create vmdk file descriptor modified : added raw to vhd in disk conversion modified : GetVolumeNameForVolumeMountPoint moved to udiskmgmt todo : move md5 hash to disk image added : if pos(':\',path)>0 then exit; in prep_src & prep_dst added : backup/restore in mbr editor (x32) modified : backup will now suggest a proper filename (x32) modified : set disk ro and rw will go offline/online if disk is online (x32) modified : VDI2RAW,vmdk2raw,vhd2raw,restore_devio,backup_devio,EWF2Drive,Drive2EWF moved to new uconvert unit (x32) modified : createfile_devio,getfilesize_deviowrite_devio,prep_src,prep_dst,_lockdismount_vol,_unlock_vol moved to new uconvert unit (x32) modified : vdi,LibVMDK,libVHDI,LibEWFUnit,wsck removed from umain (x32) removed : privilege, ntdll, fmifs units modified : GetDriveParams moved udiskmgt removed : int13ext unit modified : uformat renamed to ufrmformat fixed : result set to 0 in lib._GetDosDrives modified : Drive2RAW,RAW2Drive moved to uconvert unit (x32) added : mode 0 in lib._EnumerateDosDevices to list all devices added : list volume shadow copy volumes in volumes added : add dos device in volumes modified : renamed createvhd to umsvirtdisk modified : renamed main to ufrmMain modified : replaced custom wsck unit with delphi winsock unit midified : libewf_SetCompressionValues uses LIBEWF_COMPRESS_FLAG_USE_EMPTY_BLOCK_COMPRESSION (x32) modified : ufrvolume, definedosdevice will try DDD_RAW_TARGET_PATH and 0 (x32) modified : drive2raw will display the offset if reafile fails (x32) modified : xxx2RAW will propose to delete target file (x32) todo : consider 1mB instead of 65kB for memsize in xxx2RAW functions added : backup/restore from popup menu (x32) added : checkbox in disk/part/disk&part popupmenu (x32) added : offline/online after create partition (x32) added : refresh after format (modal form) (x32) added : try/catch in wim_logmessage |