Rob![]() 21.08.2019, 00:29 |
Updated utilities (Announce) |
Hi everybody: |
Laaca![]() Czech republic, 22.08.2019, 17:48 @ Rob |
Updated utilities |
Hello! --- |
RayeR![]() CZ, 27.08.2019, 11:51 @ Laaca |
Updated utilities |
Interesting, I didn't know about HDAT2 yet! And it's from another Czech programmer. Seems to be powerfull tool. He must have a lot of knowledges, maybe he could help with ATA DMA commands to make me TRIM command call successfull finaly... My SMB can do a lot with ATA & SMART but not all and via menus. --- |
Laaca![]() Czech republic, 27.08.2019, 16:34 @ RayeR |
Updated utilities |
Yes, the issue about UPX-ing of the FPC 3.x.y files is still not fixed yet. --- |
Rugxulo![]() Usono, 30.08.2019, 02:21 @ Laaca |
FPC vs. UPX |
> Yes, the issue about UPX-ing of the FPC 3.x.y files is still not fixed |
RayeR![]() CZ, 02.09.2019, 11:23 @ Laaca |
Updated utilities |
I got reply that it's big due to debug info. I packed with 32lite but only down to 1,8MB. When I tried to remove debug via strip -s *.exe it complains that HDAT2.EXE is not in supported format (strip from FP and DJGPP too). --- |
Laaca![]() Czech republic, 02.09.2019, 13:08 @ RayeR |
Updated utilities |
> I got reply that it's big due to debug info. I packed with 32lite but only --- |
RayeR![]() CZ, 03.09.2019, 01:49 @ Laaca |
Updated utilities |
Aha, I don't know FP internals and though that it use standard binutils like DJGPP. --- |
marcov 04.09.2019, 12:00 @ RayeR |
Updated utilities |
> Aha, I don't know FP internals and though that it use standard binutils |
Laaca![]() Czech republic, 05.01.2021, 21:21 @ RayeR |
Updated utilities - HDAT2 ver. 7.1 |
I needed to check the SMART info from one of my hard disks. For this purpose I used HDAT2 and accidentaly found that in 29.12.2020 vas a new version released. --- |
KormaX 07.01.2021, 19:13 @ Laaca |
Updated utilities - HDAT2 ver. 7.1 |
I didn't know this program but now I've found something to spindown my SATA disks (FDAPM doesn't do it). It's goos, but during initialization, this util ruins my RAM-disk. The block device driver remains intact, but the content of the RAM-disk is lost. Is it inherent to the util or should I look for another RAM-disk host? --- |
Laaca![]() Czech republic, 22.05.2021, 23:06 @ Laaca |
HDAT2 ver. 7.2 |
For fans of this interresting program - a new version is available on the dowload site: --- |
Zyzzle 28.08.2019, 06:09 @ Laaca |
Updated utilities |
> Hello! |
RayeR![]() CZ, 03.09.2019, 04:00 @ Zyzzle |
Updated utilities |
> I'd be more inerested in a DOS utility whose sole intention is to --- |
Zyzzle 05.09.2019, 05:10 @ RayeR |
Updated utilities |
> > I'd be more inerested in a DOS utility whose sole intention is to |
RayeR![]() CZ, 06.09.2019, 21:52 @ Zyzzle |
Updated utilities |
Uh, if I would see such failing SSD I will never want to use it anymore, just image it immediatelly and trash to bin. I had some failed USB sticks and all of them died suddenly and unrecoverable and as I heard from other users SSD died same way for them. If a cluster or LBA is marked bad or elimitated from FS usage it will not help becasue LBAs is still a high level that is translated to physical NAND FlashROM sectors via wear levelling algo. Once the FW decide to erase some block and move data elsewhere you will have problem again. It must be done in wear levelling FW to mark a physical sector bad. And I wonder it didn't do it as it have extra ECC spare memory part of a sector that should detect read errors and FW should remap them without user letting know it. At time when the reserved pool of spare sectors is exhaused by remaping it's too late and read errors can occur anywhere without being fixed by FW. Even it can happen that firmware stored in NAND too gets damaged ad you are f*****. --- |
Laaca![]() Czech republic, 07.09.2019, 10:00 @ RayeR |
Updated utilities |
It would be nice to have some simple utility or maybe some .BAT file calling externaly the HDAT2 which purpouse would be to perform a simple fast check of harddisks health. --- |
RayeR![]() CZ, 08.09.2019, 10:07 @ Laaca |
Updated utilities |
The fast check - you can check SMART status within less than a second (but it's not 100% that disk will not fail). It is possible via my SMB tool when you write a simple script and call it from command line with right parameter. I use it for this purpose in autoexec for years... --- |
RayeR![]() CZ, 10.09.2019, 03:27 @ RayeR |
Updated utilities |
My script: --- |