genieautravail Posted May 1, 2024 Posted May 1, 2024 I think you must exclude volumes with a size of 0. Regards
George King Posted May 1, 2024 Author Posted May 1, 2024 Great, I'm going to find my USB Floppy and SD Cards reader, then I should probably reproduce it my main machine. I will probably just suppress that error, because issue is caused by something else - Not used drives are mounted, but doesnt contains real disk physically connected IOCTL_DISK_GET_DRIVE_LAYOUT_EX, thats probably due that mechanism, because they are another part of HW where you connect another one too. Will see what can I do. I will check also mentioned SSE if it's possible.
George King Posted August 27, 2024 Author Posted August 27, 2024 @genieautravail I have not reproduced your issue on Windows 10 x64 with connected USB2 CardReader to motherboard.. New improved version should be released in few days.
genieautravail Posted August 28, 2024 Posted August 28, 2024 @George King With the new version, can you provide a SSE only release ? Regards
George King Posted August 28, 2024 Author Posted August 28, 2024 5 hours ago, genieautravail said: @George King With the new version, can you provide a SSE only release ? Regards I have set it in Visual Studio, do you have test environment to try it? It will be still dynamic build with VC++ Repack installed.
genieautravail Posted August 28, 2024 Posted August 28, 2024 (edited) @George King YES, a desktop computer powered by an AMD Sempron 2800+ (socket A) CPU from 2004. https://www.cpu-world.com/CPUs/K7/AMD-Sempron 2800%2B - SDA2800DUT3D (SDA2800BOX).html Regards Edited August 28, 2024 by genieautravail
George King Posted September 1, 2024 Author Posted September 1, 2024 ListDisk v1.1 - Added application Icon and FileVersion - Added configuration for building SSE release aswell - Improved /mount command, now can mount Windows invisible partitions too, for example 0x17 NTFS Hidden partition, Windows Explorer still can't see it, but it's accessible from CMD, Total Commander or Explorer++ for example. You can also confirm it's mounted using fsutil fsinfo drives command from CMD. - Improved /mount command, you can no longer need to specify drive letter, it will now automatically use last available unused letter - Improved /mount command, when trying to mount already mounted partition you now receive message: "Partition X on Disk X is already mounted to X" - Improved /unmount command, now correctly unmounts Windows Explorer invisible partitions - Improved /settype command, now can attributes be changed on already mounted partition. In fact it unmounts, change settings and remount partition back to same letter - Improved /setactive command, now can be changed active flag on already mounted partition. In fact it unmounts, change settings and remount partition back to same letter - Improved /setlabel, now can be changed partition label on unmounted partition. In fact it mounts partition to temporary free drive letter, change label and unmounts https://github.com/GeorgeK1ng/ListDisk/releases
genieautravail Posted September 1, 2024 Posted September 1, 2024 @George King The SSE only release doesn't works, nothing happen.
George King Posted September 1, 2024 Author Posted September 1, 2024 (edited) @genieautravail Absolutely no idea right now I just set it in Visual Studio. I quess normal build should work correctly - on my test machines worked. Same nothing I received when I tried to compile static build with MinGW.. Edited September 1, 2024 by George King
reboot12 Posted September 4, 2024 Posted September 4, 2024 On 9/1/2024 at 5:39 PM, genieautravail said: The SSE only release doesn't works, nothing happen. I test both Release XP & Release XP SSE work OK on SSE only CPU with vcredist x86 14: 1
genieautravail Posted September 4, 2024 Posted September 4, 2024 @reboot12 Thanks, I completely forgot to install Redistribuable C++ 2015 on this computer. ListDisk is working now ! 1
George King Posted September 4, 2024 Author Posted September 4, 2024 (edited) @genieautravail Have you encounter same error as before you reported here on different environment or is fixed aswell? Edited September 5, 2024 by George King
genieautravail Posted September 5, 2024 Posted September 5, 2024 @George King On my HP laptops, the error is still here. Regards
reboot12 Posted September 5, 2024 Posted September 5, 2024 (edited) On 4/27/2024 at 8:20 PM, genieautravail said: IOCTL_DISK_GET_DRIVE_LAYOUT_EX failed for 0012FE0C with error 21 Does dmdiag.exe -v or diskmap.exe -ddisk_number displays the similar errors? Edited September 5, 2024 by reboot12
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now