Tagged Questions
The hard-drive tag has no wiki summary.
1
vote
6answers
419 views
Hardware Lossless Compression for Hard Drives?
I happened across this article about hardware based hard drive encryption and realized that not only would this give a great way to protect your data but it would also speed up the applications that ...
0
votes
3answers
202 views
Hard disk id of SATA drives
I am using Hard disk ID for my software to check if the authentic user is using the software.
For IDE type hard disk i get the id using the procedure GetIdeSerialNumber.
but in case of SATA drives ...
0
votes
1answer
26 views
number of search accesses
How do you calculate number of accesses for a sequential search if record is present, not present, or sometimes present?
What about for binary search?
0
votes
12answers
263 views
Non-file FileSystems?
I've been thinking on this for a while now (you know, that dangerous thing programmers tend to do) and I've been wondering, is the method of storing data that we're so accustomed to really all that ...