Git Product home page Git Product logo

Comments (9)

steve6375 avatar steve6375 commented on September 24, 2024 2

image
Looks good under Win10 x64

from nwinfo.

steve6375 avatar steve6375 commented on September 24, 2024

This would be good, so that we can determine if a specific disk is an SSD or not as this is difficult to do unless we use powershell and full OS rather than WinPE.

from nwinfo.

a1ive avatar a1ive commented on September 24, 2024

nwinfo_x64.exe --human --disk=1 --no-smart
This command will only display information of Disk 1 as output.

This parameter is ambiguous.
Windows counts disks starting from 0, so "Disk 1" could be considered either the first disk (DISK0) or the second disk (DISK1).
Besides, "Disk 1" could refer to "\\.\PhysicalDrive0" or "\\.\CdRom0" (or even a floppy disk).

I prefer using the format nwinfo --disk=\\.\PhysicalDrive0 to display information for a specified disk. This way, there is no ambiguity.

from nwinfo.

a1ive avatar a1ive commented on September 24, 2024

@devdevadev You can now download and test: https://github.com/a1ive/nwinfo/releases/tag/latest
Example usage: nwinfo_x64 --disk=\\.\PhysicalDrive0 --no-smart

from nwinfo.

a1ive avatar a1ive commented on September 24, 2024

image Looks good under Win10 x64

When S.M.A.R.T. detection is disabled (by adding the --no-smart option), nwinfo determines whether the disk is an SSD by querying for the seek penalty descriptor, supporting systems from Windows 7 and above.
When S.M.A.R.T. detection is enabled, it invokes the CrystalDiskInfo API (integrated into libcdi.*.dll) to determine whether it's an SSD, which is more accurate but slower.

from nwinfo.

steve6375 avatar steve6375 commented on September 24, 2024

Thanks. I have written a quick blog article
https://rmprepusb.blogspot.com/2024/01/a-useful-system-information-utility-for.html
Hope its OK?

from nwinfo.

devdevadev avatar devdevadev commented on September 24, 2024

Thanks for considering the disk number as parameter in --disk command. I will remove --no-smart so I can get more accurate info about SSD Drives.

As you said nwinfo use CrystalDiskInfo API by default. Will it be possible for nwinfo to measure random-reads of an unformatted/formatted disk and output result to console ? So we can know which SSD is more faster. and can create a SSD Disk list as per decending speed order.

Thanks & Regards...

from nwinfo.

a1ive avatar a1ive commented on September 24, 2024

Thanks. I have written a quick blog article https://rmprepusb.blogspot.com/2024/01/a-useful-system-information-utility-for.html Hope its OK?

Thanks for your article. The drivers (*.sys) included in the release files are on Microsoft's blacklist, so they may trigger antivirus alerts. If you have concerns, you can delete them, but it will result in the inability to access CPU temperature, voltage, power consumption, ACPI tables, and SPD information, without affecting other functionalities. Other files can also be deleted as needed, without affecting the use of CLI / GUI programs.

from nwinfo.

a1ive avatar a1ive commented on September 24, 2024

Will it be possible for nwinfo to measure random-reads of an unformatted/formatted disk and output result to console ?

The feature you mentioned belongs to CrystalDiskMark, not CrystalDiskInfo. You might have confused the two.

from nwinfo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.