hard-drive Questions
9
Getting Serial Number of the Hard Drive
Provided by the manufacturer through PHP :
How can it be done?
I want to store it in a file.
OS : windows 2000,XP,ME,Vista...
Yes, I want the serial numb...
Collude asked 2/4, 2009 at 10:5
15
When I installed Windows XP on a VirtualBox machine, I made the hard drive only 10 GB since and assumed it would expand in size (as do hard drives in VMWare as far as I can remember, isn't this tru...
Stamen asked 6/11, 2009 at 16:27
1
I have a java program that write some temporary files in the temp directory. The temp directory is on a SSD. The write operation is normally very fast. But now with some specific sample data ...
Obliging asked 29/6, 2016 at 8:46
5
Solved
I need to get specifications of hard disk on both Win and *nix machines. I used <hdreg.h> on Linux like this:
static struct hd_driveid hd;
int device;
if ((device = open("/dev/sda", O_RDO...
Subsidence asked 4/3, 2011 at 12:21
4
How do i get the hard disk serial number without using dll and supported by VISTA
Cammiecammy asked 30/8, 2009 at 13:34
2
I have SATA Hard Disk, and I want to detect by C# windows form. I want to display that it is SATA or IDE drive. I am using following code but it always return IDE but its should be return SATA. So ...
Bringhurst asked 5/5, 2016 at 11:21
2
Solved
This is a duplicated post since I didn't get any help on askubuntu.com.
I have a 1TB external hard drive that I recently formatted to NTFS. It was mounting on my Ubuntu 11.10 fine until just now. ...
Tasker asked 4/9, 2012 at 15:53
3
Using DISKPART command line utility, I can get something called a "Location path" which appears to give me what I need, you can view this by using the command detail disk after selecting one of you...
Tedford asked 16/8, 2012 at 2:36
1
How can I programatically determine if a hard drive is currently spinning or not (Windows 7 or later)?
I tried GetDevicePowerState() but it always returns TRUE (always 1, not another non-zero valu...
Frederickafredericks asked 11/3, 2014 at 18:33
4
I want to retrieve the list of fixed disks in a system. But C#s GetDrives Fixed Drives are including plug USB Harddisks.
Any idea how I may detect that a fixed Drive is not an USB harddisk or vica...
Brawn asked 3/11, 2009 at 8:32
4
Solved
Is there a tool that will show me what applications are writing to the hard drive in real time? I'm thinking something like Task Manager but for I/O. I've got a number of background processes runni...
Trichomoniasis asked 15/12, 2008 at 14:4
1
Solved
I have just upgraded to a new Intel Core i7 (4th gen) PC featuring a 512gb SSD, about 5TB of mechanical storage, and 16GB of DDR3 ram. I am now planning to set up the Android SDK and Android studio...
Brocket asked 26/5, 2015 at 1:24
2
I'm looking for a nice easy way to find what sectors occupy a given file. My language preference is C#.
From my A-Level Computing class I was taught that a hard drive has a lookup table on the fir...
Hasen asked 9/8, 2010 at 23:5
1
Solved
One of our company's server has 32 CPUs, and we have 1000+ very large files to be processed. I'm not sure if it is a good idea to read 32 files at the same time so all cores can perform independent...
Rego asked 19/2, 2015 at 19:15
6
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 t...
Flow asked 24/7, 2009 at 10:42
5
How do you request Windows to spin down a hard disk programmatically? Is there any user-mode function I can call (or kernel-mode function to call or IRP to send) in order to make this happen?
I've...
Mattos asked 20/3, 2011 at 6:9
6
Solved
All OSs that exist right now work in files and folders. I was thinking that there are may other ways of storing files. Would it be a better way to store files by tags, for example:
A file ca...
Toro asked 15/3, 2013 at 2:18
2
Solved
I'm working on a OS portable program that would benefit from detecting if a physical storage device is a SSD or a plain old spin-disk.
On Linux there is:
/sys/block/sdX/queue/rotational
which r...
Lynd asked 5/5, 2014 at 11:52
3
Solved
I have a hard drive that I want to overwrite, not with null bytes, but with a message.
48 69 64 64 65 6e 20 = "Hidden "
Here's my command thus far:
echo "Hidden " > /myfile
dd if=/myfile of=/...
Cassius asked 21/12, 2013 at 0:59
2
Solved
I have an issue with some processes stuck in a D state on Ubuntu 10.04.3 LTS.
They have been in this state since Nov the 5th (today being December 6th). I understand these are uninterruptib...
Adlare asked 6/12, 2013 at 12:8
2
Solved
I have a special need for block data storage. My data are formatted data blocks in size of 4096. For high efficiency, I want to directly manipulate the block on hard disk sector and do not wa...
Prohibitive asked 23/11, 2013 at 10:30
1
So I am studying for an up and coming exam, one of the questions involves calculating various disk drive properties. I have spent a fair while researching sample questions and formula but because I...
Run asked 14/8, 2012 at 12:15
2
This question came to mind when I was trying to solve this problem.
I have harddrive with capacity 120 GB, of which 100 GB is occupied by a single huge file. So 20 GB is still free.
My question i...
Cullin asked 11/4, 2013 at 3:20
3
I'm working on a project that uses a couple maps that can have over 100,000 keys. Currently I'm creating the maps at each runtime using an abbreviated form of the data to save time so that the maps...
Cerebellum asked 11/3, 2013 at 15:8
1
Solved
I am having trouble trying to get theh permissions for some of my external drives set up.
I believe the probem is due to how I am dealing with spaces in the text such that the commands can ...
Ascospore asked 9/3, 2013 at 21:17
© 2022 - 2025 — McMap. All rights reserved.