hard-drive
Why this code generates different numbers?
I have this function that creates a unique number for hard-disk and CPU combination. GetVolumeInformation(drv, szNameBuffer, 256, &dwHddUnique, NULL, NULL, NULL, NULL);[详细]
2022-12-31 04:26 分类:问答C++ IO with Hard Drive
I was wondering if there was any kind of开发者_StackOverflow中文版 portable (Mac&Windows) method of reading and writing to the hard drive which goes beyond iostream.h, in particular features like[详细]
2022-12-28 23:23 分类:问答ASP SaveToDisk method takes an incredible amount of time
This is a method in ASP Classic that saves a file to disk. It takes a very long time but I\'m not sure why. Normally, I wouldn\'t mind so much, but the files it handles are pretty large so need this n[详细]
2022-12-28 13:59 分类:问答How to recognize external hard drive from all local drives in .NET Framework?
I\'ve already tried System.IO.DriveType. But it only provides to me with the information of whether it\'s a removable drive such as floppy disc or a USB flash drive. And a USB external hard drive will[详细]
2022-12-27 16:29 分类:问答FInding the hard disk storage capacity programmatically
How do I find out the storage capa开发者_如何转开发city of my harddisk without using the OS functions like dir or ls?On windows:[详细]
2022-12-26 11:37 分类:问答All partitions missing when copying
I bought a new 320GB SATA hard drive few months ago no recently when i try to copy something to the drive after about 20 seconds the all the partitions in the hard drive sudden开发者_Python百科ly disa[详细]
2022-12-24 04:45 分类:问答number of search accesses
How do you calculate number of accesses for a sequential search if record is present, not present, 开发者_Python百科or sometimes present?[详细]
2022-12-22 21:08 分类:问答How to read individual sectors/clusters using DeviceIoControl() in Windows?
I dropped my laptop while Windows was preparing to hibernate and as a result, I got a head crash on the hard drive. (Teaches me to get a hard drive and/or laptop with a freefall sensor next time aroun[详细]
2022-12-21 06:31 分类:问答Reading in parallel from multiple hard drives
I am writing an application that deals with lots of data (gigabytes). I am considering splitting the data onto multiple hard drives and reading it in parallel. I am wondering what kind of limitations[详细]
2022-12-18 00:42 分类:问答Bootstrap Hard disk access
I\'m trying to write a bootstrap loader for the fun of it, I\'ve been using guides such as: http://www.omninerd.com/articles/PC_Bootstrap_Loader_Programming_Tutorial_in_ASM[详细]
2022-12-12 21:43 分类:问答