1. Make imaging functions a little more intuitive (ie, Menu Button to Image, choose source, choose destination, etc)
Currently imaging function can be invoked from:
- disk/partition context menu;
- select disk, then click button on toolbar above disks;
- open disk (advanced) with "for imaging" task selection;
- from explorer (with map).
I don't think that additional "wizard" will simplify this or will make this more obvious.
2. Multiple pass imaging for better handling of drives with bad sectors
Currently there are two passes. When you are imaging to SDLSP file, there is option to reset defects and re-image them again.
3. Identify a partition table, even if MBR is disabled with 55BB or another pattern
55BB is supported for very long time. "DEAD" in LVM and "XFI PART" in GPT are supported since 8.10.
4. Prompt to add DeepSpar project ID when one isn't already set
TODO: we will check if this possible.
5. Add option to lock DeepSpar Activity monitor and/or Terminal on top of other application windows
This is not possible in current cross-platform SDK. Possibly to consider this in the future.
6. On file duplicate message, add option to keep most recent
Do you mean "the one with most recent modification date"?
7. When interfacing with DDI, PC3000 or MRT map files, allow a way to verify files and generate an HTML report showing the good and damaged without having to first save them to a destination drive. Even if we had to save to separate HTML files, one for the good and one for the damaged, that would be fine.
This option will be added in later software versions.
8. Allow the user to select targeted data within a bitlocker/core storage volume and still push to background image with DDI (refer to this post for more details - viewtopic.php?f=42&t=654)
BitLocker and CoreStorage re-translate addresses. This means every sector defined by files map have to be re-translated to different (traslated) map. This require lots of work to make it work efficiently so this can be possible in later releases.
"Glitches":
1. Imaging to file on linux (possibly with other versions), can result in the last block of sectors being marked as bad. Seems to be if the last block to be read is smaller than the block size reading (ie, 512 sectors to read, but reading 4096). The result is the image file is larger than the source and the actual blocks that should have been read at the end of the drive, get written as damaged, without the original content.
When size of storage in 512b blocks will be not multiple of 8, the software will assume 512b imaging by default (will be available in 8.11).
2. Configure to handle imaged drives with the MBR disabled (55AA set to 55BB at the end of sector 0) and the EFI disabled (EFI set to XFI at the beginning of sector 1)
Is this about support of these images? 55BB is supported for a long time, while "XFI " is supported since 8.10
Also, this is not "glitch", this is "feature request"