Tagged Questions
2
votes
2answers
2k views
Serial number of Hard Disk or Hard Drive
At first it may seems it is very easy question and some body may be trying to give me advice to try Google, it may be so.
But for me it is very hard I have try Google, Stack Overflow and can’t find ...
1
vote
1answer
59 views
Visual Basic hard disk acceleration sensor
Is there a way to detect the motion sensor in the hard disk with visual basic .net?
I know that hard discs has an acceleration sensor to turn the hard disk off when the computer falls from a height.
...
1
vote
7answers
2k views
How can I find the Harddisk Device Serial Number without using the WMI in .NET?
I want to get the hardwired serial number from the hard disk but NOT using WMI. I tried using WMI code, and it doesn't work on my machine for sure. So is there any alternative in .NET for finding the ...
0
votes
2answers
107 views
fs.write(); fs.flush(); When is it really written to disk? What if kernel-panic or power outage?
I need to implement some atomic writes to secondary storage. How can I make this fool proof?
If I open a C# file handle using File.Open I will receive a handle. I can write some data to it. Flush it ...
0
votes
0answers
154 views
Is it possible to read serial number from a harddisk in c#? [closed]
Possible Duplicate:
How can I find the Harddisk Device Serial Number without using the WMI in .NET?
how to read the serial number from a harddisk in c#? Any suggestion...
EDIT:
I want ...