Search found 10 matches

by sdl
Tue Sep 21, 2021 12:47 pm
Forum: SysDev Laboratories
Topic: UFS Explorer Feature Requests & Bug Reports
Replies: 19
Views: 21473

Re: UFS Explorer Feature Requests & Bug Reports

Hello,
There is selection of field size. Typically, when field max value exceeds 32bit, there is used 64bit field (e.g. QTFF format uses 64bit for 32bit overflow). If 64bit fields looks reasonable, you may simply select 64bit (little- or big-endian) for field type.
by sdl
Fri Jan 29, 2021 9:09 am
Forum: SysDev Laboratories
Topic: UFS Explorer Feature Requests & Bug Reports
Replies: 19
Views: 21473

Re: UFS Explorer Feature Requests & Bug Reports

lcoughey wrote: Tue Dec 08, 2020 6:30 pm On file duplicate message, add option to keep most recent
In version 8.12 there will be option to pre-configure copying as "Replace if new file was modified later"
by sdl
Mon Jan 04, 2021 9:39 am
Forum: SysDev Laboratories
Topic: UFS Explorer Feature Requests & Bug Reports
Replies: 19
Views: 21473

Re: UFS Explorer Feature Requests & Bug Reports

Can you fix html reports on Mac? Trying to make html report causes UFS to crash/quit (at least on 10.15). This sounds like problem of saving HTML reports from HFS+ file system that was fixed in version 8.10 or 8.9 (problem reason - CRT API specifics, no NULL-check where it is checked under other OS...
by sdl
Mon Jan 04, 2021 9:34 am
Forum: SysDev Laboratories
Topic: UFS Explorer Feature Requests & Bug Reports
Replies: 19
Views: 21473

Re: UFS Explorer Feature Requests & Bug Reports

[*]Prompt to add DeepSpar project ID when one isn't already set - This function doesn't exist in DRE so I assume it can't be set via specific network call (DRE asks to use "DDI intrface" directly). In this state UFS Explorer can access "DDI terminal", so you can do this via UFS ...
by sdl
Sun Jan 03, 2021 12:20 pm
Forum: SysDev Laboratories
Topic: UFS Explorer Feature Requests & Bug Reports
Replies: 19
Views: 21473

Re: UFS Explorer Feature Requests & Bug Reports

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 a...
by sdl
Sun Jan 03, 2021 12:16 pm
Forum: SysDev Laboratories
Topic: UFS Explorer Feature Requests & Bug Reports
Replies: 19
Views: 21473

Re: UFS Explorer Feature Requests & Bug Reports

Same can be argued someone telling a partition starting 200 GB into the drive is easier and more likely than someone giving you LBA address. In most cases partitions are in ascending order, so "200GB offset" is easily seen from preceding partition(s) size. That's a nonsense argument. LBA ...
by sdl
Fri Jan 01, 2021 3:04 pm
Forum: SysDev Laboratories
Topic: UFS Explorer Feature Requests & Bug Reports
Replies: 19
Views: 21473

Re: UFS Explorer Feature Requests & Bug Reports

In this specific location (assuming you are about list of partitions on the left side), more informative to display size in MB/GB/TB. Why? Because one usually tells "that 3TB partiton", and not "that partition with max.LBA 6291455999". Offset like 2048/63/etc. (in sectors) is muc...
by sdl
Thu Dec 24, 2020 9:31 am
Forum: SysDev Laboratories
Topic: UFS Explorer Feature Requests & Bug Reports
Replies: 19
Views: 21473

Re: UFS Explorer Feature Requests & Bug Reports

Hi A save progress system in case of a system crash or power failure. - it is already in "TODO" list at low priority. Planned function is to set up "Save state automatically every NN minutes" on "start scan" page. This will be implementation of automatic pausing/saving...
by sdl
Wed Dec 23, 2020 10:18 pm
Forum: SysDev Laboratories
Topic: Useful switch to know
Replies: 2
Views: 7331

Re: Useful switch to know

there is also "--open" switch to tell the software to open only file specified (with no rescan).

CMD file like:
"C:\Program Files\Data Recovery\ufs-explorer-pro.exe" --open %1
can be associated with files of different types to open then with UFS Explorer
by sdl
Wed Dec 23, 2020 10:06 pm
Forum: SysDev Laboratories
Topic: UFS Explorer Feature Requests & Bug Reports
Replies: 19
Views: 21473

Re: UFS Explorer Feature Requests & Bug Reports

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&...