9 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-2
votes
2
answers
278
views
S.M.A.R.T Disk remaining life percentage lifetime used C#
I want to retrieve or calculate this value "remaining life" that can be found in Windows 11 at storage setting, or in CrystalDiskInfo as "Health Status" here i have 99% in windows ...
0
votes
1
answer
1k
views
Is it possible to monitor SMART disk information from a VM?
I am working on a server ubuntu 14.04.1 LTS
In fact i don't have an access to the server itself, but at a VM.
I am trying to monitor SMART disk information (like Temperature_Celsius and othet stuff ...
3
votes
1
answer
3k
views
Load/Unload Cycle Count using S.M.A.R.T and WMI
In an attempt to develop a hard disk analytic tool, I'm trying to get the value of Load/Unload cycle count from my hard disk's S.M.A.R.T data, I'm wondering if anyone knows how to do this.
What I'm ...
5
votes
1
answer
9k
views
S.M.A.R.T. Hard Drive Data in C#
Just trying to pull off some SMART info from connected Hard Drives on any computer my application will run on.
I'm using WMI for a lot of other stuff in the program, and every question about SMART I'...
5
votes
1
answer
11k
views
How can I use C# To read extended smart data?
I know a bit of C++ and Java, but am wanting to learn c# on my own. To mess with, I'm trying to read the SMART data of my hard drive. I have this C# Code, but I do not know how to modify it to read an ...
0
votes
1
answer
469
views
Want to use WMI to monitor SMART via vb.net
The code below:
For Each queryObj As ManagementObject In searcher.Get()
objWriter = New StreamWriter("C:\vsl\scripts\results.txt", False)
objWriter.Write("Active: {0} ", queryObj("Active"))
...
1
vote
1
answer
2k
views
S.M.A.R.T HDD and WMI
I try to get the SMART data from my HDD using WMI (this is the only way I found).
Using the namespace root\WMI with class MSStorageDriver_ATAPISmartData I can get the VendorSpecific. I just wonder how ...
2
votes
2
answers
6k
views
Windows C/C++ Drive Init/Partition/Format
I am trying to build an application for Windows XP 64bit which is able to detect drives of a particular model in the system, and if they are not initialized & formatted perform these processes.
I ...
3
votes
1
answer
2k
views
Is there a S.M.A.R.T. Library for .NET or Java? [closed]
I asked a somewhat related question but I want it to make it more concrete and 'programming' oriented, so here it goes:
Does any body know, if there is a .NET, JAVA or any other Framework, library, ....