Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
4answers
1k views

Spin Down Hard Disk Programmatically on Windows?

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 ...
8
votes
3answers
3k views

Get hard disk serial number using Python on Linux

How can I get serial number of hard disk drive using Python code on Linux? I want to do this using a python module, not running external program such as hdparm etc. Perhaps I could use the fcntl ...
6
votes
2answers
188 views

Emulate a hard drive in Linux

I have developed a FUSE-based file system as part of a research project and now have to study the actual read/write requests that are received by the hard drive. In an attempt to do this, I am looking ...
3
votes
7answers
398 views

How many threads for reading and writing to the hard disk?

i am developing an application that gathers a list with all the files of the hard drive and also afterwards it does write files to the hard drive. I want to ask : what is the optimum number of ...
3
votes
3answers
1k views

Linux: Hard disk direct access (without any FS) from C program

this is my first post here. I want to access the whole hard disk directly from a C program. There's no FS on it and never's gonna be one. I just want to open /dev/sda (for example) and do I/O at ...
3
votes
4answers
186 views

Writing data chunks while processing - is there a convergence value due to hardware constraints?

I'm processing data from a harddisk from one large file (processing is fast and not a lot of overhead) and then have to write the results back (hundreds of thousands of files). I started writing the ...
2
votes
3answers
50 views

Where does Windows store amount of data read written to hard drive

I want to develop a program which keeps track of the amount of data written to my hard drive. I searched the Internet but didn't find the necessary API calls. But they have to exist as I found a ...
2
votes
2answers
102 views

How to get unallocated space info in a physical disk

Can anybody help, how to get unallocated space information in a disk using C# ?
2
votes
0answers
48 views

S.M.A.R.T. cross-platform API?

I'm writing a utility to rate/benchmark systems based off of a number of variables (such as CPU, memory, system-load, disk information, network performance, etc.) and the one component that seems to ...
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 ...
2
votes
4answers
124 views

Does it make sense to optimize queries for less i/o pressure?

I have a read only database (product) that recides on its own Sql Server 2008. I already optimized queries by looking at most expensive queries in activity monitor - report. I ordered the report by ...
2
votes
1answer
183 views

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%5FBootstrap%5FLoader%5FProgramming%5FTutorial%5Fin%5FASM ...
1
vote
0answers
23 views

Development kits for OPAL SSC full-disk encryption

I am looking for development kits or utilities to interact with and test OPAL SSC full disk encryption. I could get it working from BIOS, but that makes R&D tricky. Please pass along any helpful ...
1
vote
2answers
84 views

Get local drives without hitting floppy

I'm looking for a way to scan for hard disks without incurring the 'floppy tax' of the system attempting to read the floppy drive to see if there's a disk in there. Important: I know how to use ...
1
vote
1answer
57 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
2answers
122 views

Why is the access time of a hard disk the sum of rotational delay and seek time rather than their maximum?

Rotational delay is the time necessary for the drum to rotate until the right sector can be reached by the head assembly. Seek time is the time necessary for the head assembly to move in the right ...
1
vote
4answers
342 views

Is it possible to get special Local Disk information from PHP?

I am running my PHP code on my local computer,So ,I just want to know the PHP has any functions to get the local hard disk information.Such as the disk name , disk space,free space available .etc. ...
1
vote
1answer
1k views

Can anyone recommend disk I/O benchmarking software for Windows?

I want to test the performance of a filesystem under different conditions. Specifically I want to test the performance of Windows virtual machines without compression and with compression both on ...
1
vote
1answer
486 views

how to get hard disk information in c?

I am using MSVS 2008. I am writing an application in c, and would like to know whats the best way to determine hard disk information such as space available and total capacity. Thanks
1
vote
2answers
159 views

How do I access hard drive from boot disk?

A computer, which the hard drive is configured as raid(not sure about the raid number or master or slave), has a corrupt file called stpd.sys which doesn't let me start up windows in normal mode or ...
1
vote
2answers
187 views

Is reading from remote networked memory mapped file or device block faster than reading from Local 7200rpm HDDs?

Or rather how does remote RAM compare against local Disk access? If the answer is "it depends", what are the conditions? Data access patterns, ratio of read-to-writes, distance etc. Finally, what if ...
1
vote
2answers
868 views

Win32 API P-Invoke to bring a disk online, offline, and set unique ID

I am currently using Diskpart to accomplish these functions, but i would like to be able to use P-Invoke and not have to shell out to an external process in my C# app. The example Diskpart scripts ...
1
vote
1answer
105 views

if two drives in a system - getting hard disk number - VC++

If two drives in a system - How to get Hard Disk Number? How to get in order (primary & secondary).
1
vote
2answers
756 views

C# getdrives with type fixed but without usb harddisks?

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 ...
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
0answers
10 views

How can I know number of write and read operation have been done on a page of a hard disk or flash

I need some information for select a disk for some application. Then I want to know numebr of Read/Write operation have been done each of logical pages in personal computer, like my computer, or ...
0
votes
0answers
32 views

How to Write a Ntfs Defrag Application in C#?

I searched this topic in stackoverflow but I can't found any... How to Write a Defrag Application in C# ? I'm hearing your mumblings for "this is not the right language to develop a disk defrag ...
0
votes
2answers
38 views

Sectors written when over-writing a file?

Imagine there is a file of size 5 MB. I open it in write mode in C and then fill it up with junk data of exactly 5 MB. Will the same disk sectors previously used be overwritten or will the OS select ...
0
votes
0answers
42 views

Can I put my hard disk from Macbook pro Early 2009 in a Macbook Pro from 2011 without problems? [closed]

Can I put my hard disk (with OS) from a Macbook pro Early 2009 in a Macbook Pro from 2011 without problems? (And put the hard disk from this 2011 in the one from 2009 without any problems?) Like ...
0
votes
2answers
38 views

Sensor to read data from defective disks

I am looking for a sensor that can be used as a reading head for hard disks.Is there a device like that?
0
votes
0answers
74 views

Corrupted Git Branch after suspected hard disk issue

So I was having a problem with my hard disk (I think). Everytime I ran git log commands (when running Windows through VMWare Fusion for Mac) it would throw a fatal error causing VMWare to crash ...
0
votes
2answers
314 views

how to get hard disk serial number with action script

I'm using action script 3.0 compiling the code to flash 10 how to get hard disk serial number with action script? I want to get this info without any security requirement. Is there a way to do it?
0
votes
0answers
63 views

LVM: Extending Physical Volume (under VMWare)

I have a virtual server under VMware, where I got 10 more GB harddisk from the sysadm. Inside Linux (running Ubuntu 11.04 server), things are set up with LVM. In [c]fdisk, I do find these extra 10 ...
0
votes
0answers
23 views

Why is deleting TinyMCE files from my disk so slow? [closed]

Does anybody know why deleting tinyMCE direcory is so slow? It drives me nuts. No matter if in Joomla, Drupal or standalone unzipped archive. I have 7200rpm standard disc i3 intel proc. 6 months old ...
0
votes
0answers
20 views

External HD and electric current issue [closed]

I had a Logiccom external HD drive bought at $100 at that time, it used 110 voltage current to run. In order for it to be runnable with 220V I bought a e-transformer but soon after a few weeks, my ...
0
votes
2answers
101 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
26 views

Show DAS SATA disk to network computers

I have a set of 1 TB SATA disks directly attached to one system and are visible in /dev as sd{a,b,c,d,e,f..}. I want to export these SATA disks as devices to other hosts connected on the network i.e. ...
0
votes
1answer
172 views

Hard Disk space reduce after executing big query

After executing a big query (it is my mistake: I had only 1Gb of free hard disk space) SQL Server 2008 says there is no space for allocate some temporary tables... The the 1Gb reduced to 33Mb on my ...
0
votes
1answer
619 views

STOP: c000021a {Fatal System Error} The initial session process or system process terminated unexpectedly

I'm encountering such an error after expanding disk (done by Hyper-V) space on virtual machine. STOP: c000021a {Fatal System Error} The initial session process or system process terminated ...
0
votes
0answers
85 views

Hard Disk, finding free clusters

I need to write a program to show info about free clusters on the disk, on a unix-like system (linux or Mac Osx). On windows, we could use FSCTL_GET_VOLUME_BITMAP ...
0
votes
0answers
133 views

About Hard Disk Driver: Read vs. Write [closed]

I want to know whether a PC hard disk has the same Read and Write speed. And, whether read and write a same amount of data do equivalent amount of harm to hard disk. Thanks in advance.
0
votes
2answers
101 views

How do I prevent a disk partition from being shown in Windows Explorer?

Assuming I have a 100GB drive and I want to put reinstallation software using 1GB. I would like that 1GB to he hidden - not from users but from the OS. Assuming Windows XP and later. Is there a series ...
0
votes
1answer
167 views

Storage devices, file transfer and copy operation logic

I am trying to create a file copy utility which should work as a replacement of the standard windows file copying process. The main reason to do so is to add copy/move queue support and hopefully some ...
0
votes
2answers
2k views

How to get Hard-Disk SerialNumber in C# (no WMI)?

I know there are two articles in CodeProject (one uses WMI and the other no WMI but in C++). I tried the WMI way, not only it's slow, but it is also unreliable. So, that's why I decided not to pursue ...
0
votes
1answer
159 views

LBA level disk access

What's the best way to issue disk commands (read k blocks from lba n etc.) to a SATA disk? The choice of OS does not matter. I also need to be able to issue ATA commands. I would rather do this ...
0
votes
2answers
62 views

Need expert's comment on deciding DB storage or file base

Hi Friends I have an application that stores thousands of text files in database with average of 3KB each. and another table storing brief info about them that searched more frequently. with 140,000 ...
0
votes
1answer
38 views

logical drive as dvd drive

I am having a English learning DVD, i copy complete dvd into my hard disk then install that english learning software from hard disk, after i install i try to run the installed software it said your ...
0
votes
3answers
138 views

Is there a muti index container for the harddisk storage rather than memory?

I need a muti index container based on red-black trees (something like boost::multi_index::multi_index_container) for the case of the harddisk storage. All data must be store on hard disk rather than ...
0
votes
0answers
153 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 ...
0
votes
2answers
303 views

Making Internal Harddisk act as External drive to another computer

I want to use the internal Hard disk of one computer to act as an external harddisk for another computer. Is there are direct way or tool available to achieve this. I know I can share the drive and ...

1 2