active questions tagged harddrive - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T01:34:39Z http://stackoverflow.com/feeds/tag/harddrive http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1933395/using-dd-command-to-get-hard-drive-image 0 using dd command to get hard drive image [closed] salman 2009-12-19T16:44:11Z 2009-12-19T17:13:40Z <p>Is there a way to use 'dd' command to get a hard drive image that ignores the free space on the hard drive?</p> http://stackoverflow.com/questions/1927278/fedora-9-not-reconizing-hard-drive 0 Fedora 9 not reconizing hard drive [closed] Andrew Jones 2009-12-18T09:49:39Z 2009-12-18T09:49:39Z <p>Hi there.</p> <p>I am installing Fedora 9 to a pc (spec at the bottom) and have had a lot of trouble with it recognising the hard drive. To get the fedora installer to recognize it in the first place I had to pass "ata_generic.all_generic_ide=1 pci=nomsi" to the kernel, after which it installed ok.</p> <p>However, now when I boot the installed OS, I get a "could not find filesystem '/dev/root'" error. I tried passing the same arguments to the kernel at boot as I did when installing but to no avail.</p> <p>I have tried using the default LVM layout and defining manual ones but it made no difference. There is no option in the BIOS to enable AHCI or anything like that, infact the BIOS is very limited in most respects. I can get into the system by using the installation cd in rescue mode (with those extra kernal parameters) but I'm not sure what to do once in there...</p> <p>Unfortunately using a more recent version of Fedora or even another Linux distribution altogether isn't an option becuase of outside constraints - which is annoying since I know for a fact Ubuntu works on this setup fine.</p> <p>Not been using Linux that long, so treat me like an idiot - I am one. Any help would be greatly appreciated, thanks!</p> <p>System spec: Intel Atom Z530 CPU @ 1.6 GHz Intel US15W chipset 1GB DDR2 160GB SATA harddisk (Samsung HM16HI) 1000Mb/s Ethernet port Phoenix BIOS</p> http://stackoverflow.com/questions/1837855/to-restrict-the-access-of-hard-drive 0 To restrict the access of hard drive Sharai 2009-12-03T05:33:25Z 2009-12-03T05:37:23Z <p>Hi everybody! I'm a newbie for C# programming. I have a system that access a hard drive call -'H'. this system allows the authorised users to delete and modify the files in H drive. Now my qusestion is I want to restrict deletion of files, if the same authorized users try to access the drive H directly without using the above mentioned program. Can I solve this problem using C#? or is there any otherway I can restrict access only for direct access of H drive.</p> <p>Thanks in advance. </p> http://stackoverflow.com/questions/1203616/scsi-windows-setup-on-dell-precision-670-workstation-please-help 0 SCSI Windows Setup on Dell Precision 670 Workstation...please help. sweetcoder 2009-07-29T23:22:18Z 2009-11-18T16:07:24Z <p>Error Windows Setup: "setup did not find any hard disk drives installed in your computer"</p> <p>This is not exactly a programming question but I thought you guys might be able to help. I just received a Dell Precision 670 workstation. Windows is not recognizing the hard drive and I have experienced this before with other computers. I usually would just go in the bios and set the configuration to compatibility mode.</p> <p>I have no idea how to do this on this machine. There is this Adaptec SCSI HostRaid BIOS v4.30.4S5 screen on startup. It says to press CTRL A for SCSI select utility. It shows a Maxtor ATLAS10K5_73WLS for the drive.</p> <p>I was wondering if anyone out there knew how to configure this thing so that windows setup will recognize the hard drive? Any advice is very much appreciated and if you have to know further information please let me know. Raid was turned off in the BIOS for this device.</p> <p>TY </p> http://stackoverflow.com/questions/138080/emulate-hard-disk-in-net 4 Emulate hard disk in .NET Tom 2008-09-26T06:57:35Z 2009-11-18T10:56:57Z <p>Is there a way to emulate a disk drive in .NET, intercepting read/write/lock operations?<br /> I would like to create something with a front-end similar to <a href="http://en.wikipedia.org/wiki/GMail_Drive" rel="nofollow">GMail Drive</a> in C#.</p> <p>Thanks, Tom</p> http://stackoverflow.com/questions/1688690/how-can-i-easily-add-storage-to-a-virtualbox-machine-with-xp-installed 3 How can I easily add storage to a VirtualBox machine with XP installed? Edward Tanguay 2009-11-06T16:27:08Z 2009-11-16T16:24:55Z <p>When I installed Windows XP on a <strong>VirtualBox</strong> machine, I made the hard drive only <strong>10 GB</strong> since and assumed it would <strong>expand</strong> in size (as do hard drives in <strong>VMWare</strong> as far as I can remember, isn't this true?).</p> <p>In any case, I'm trying to install Visual Studio 2010 beta on this Virtual Box XP image and it has <strong>run out</strong> of disk space.</p> <p>Googling for an answer, I'm finding <strong>complicated <a href="http://www.giannistsakiris.com/index.php/2007/11/25/how-to-enlarge-a-virtualbox-disk/" rel="nofollow">tutorials like this</a></strong> which show you how to increase the size of a VirtualBox hard drive "in just a <strong>couple hours</strong>". </p> <p>But I can't imagine it would be that hard to either:</p> <ul> <li><strong>increase the size</strong> of a virtual disk (after all, it <em>is</em> virtual)</li> <li><strong>create</strong> a new hard drive of, say, 20 GB and just <strong>attach</strong> it in the virtual machine as the D: or E: drive</li> </ul> <p><strong>How can I easily add storage space to a VirtualBox machine with XP installed?</strong></p> http://stackoverflow.com/questions/50762/windows-low-level-disk-question 3 Windows Low Level Disk Question Terry 2008-09-08T21:41:57Z 2009-11-12T19:01:38Z <p>Hi,</p> <p>I need to programmatically determine out how many sectors, heads, and cylinders are on a physical disk from Windows XP. Does anyone know the API for determining this? Where might Windows expose this information?</p> <p>Thanks,</p> <p>Terry</p> http://stackoverflow.com/questions/1680023/mysql-best-storage-engine-for-constantly-changing-data 0 MySQL - best storage engine for constantly changing data Tim 2009-11-05T11:40:58Z 2009-11-11T12:41:24Z <p>I currently have an application that is using 130 MySQL table all with MyISAM storage engine. Every table has multiple queries every second including select/insert/update/delete queries so the data and the indexes are constantly changing.</p> <p>The problem I am facing is that the hard drive is unable to cope, with waiting times up to 6+ seconds for I/O access with so many read/writes being done by MySQL.</p> <p>I was thinking of changing to just 1 table and making it memory based. I've never used a memory table for something with so many queries though, so I am wondering if anyone can give me any feedback on whether it would be the right thing to do?</p> http://stackoverflow.com/questions/977829/linux-direct-access-to-the-hard-disk-in-c 2 Linux: direct access to the hard-disk in C Lopoc 2009-06-10T19:56:49Z 2009-11-11T03:02:48Z <p>How can I obtain a raw access to the HD and know if that location is used or is a free space? Just a piece of example, I can obtain a direct access simply with an open and a read on a disk device, the goal is knowing whether the, for example, the 10.000 byte is used or not.</p> http://stackoverflow.com/questions/543939/what-would-be-the-best-option-performance-wise-between-1-10k-rpm-disk-and-2-7k 0 What would be the best option, performance wise, between 1 10k rpm disk and 2 7k rpm disks in striped raid Bruno Lopes 2009-02-12T23:08:15Z 2009-11-05T15:26:23Z <p>I'm thinking of improving the performance of my development machine, and the next step is the IO subsystem, namely, the hard disks. Assuming consumer grade disks (which removes SCSI and SAS drives) and a reasonable bill (which removes the option of two or more 10k RPM disks), the two options I'm faced are:</p> <ol> <li>getting 1 VelociRaptor or equivalent 10k RPM SATA disk (most likely the 150gb one)</li> <li>getting 2 standard 7k RPM disks and setting them up as RAID 0.</li> </ol> <p>The 10 RPM disk is the safest but most expensive choice, as it costs about 150€ around here for the given size. Getting the 2 other disks gives a more dangerous scenario, because the likelihood of failure doubles, but it's a less expensive option, specially if I take care and do regular full disk backups. </p> <p>My main question is then one of performance: which scenario would yield a better performance in development tasks (.NET mostly, some virtual machines running, Visual Studio). Has anyone seen or done comparative benchmarks between these two scenarios? Is there any scenario I'm missing?</p> <p>EDIT: I'm now leaning towards the Velociraptor. As this is a development machine, the most common scenario would be compiling, and raid 0 would not help much with "mostly" random read/writes.</p> <p>I intend to do some benchmarks before and after, and I'll update this question if/when I get the data. Thank you all for your answers.</p> http://stackoverflow.com/questions/1669581/visual-studio-2008-on-an-external-hard-drive 2 Visual Studio 2008 on an External Hard Drive? David 2009-11-03T19:23:26Z 2009-11-03T19:47:31Z <p>My laptop had an install error with Vista Ultimate and now it does not let me run Visual Studio. I was able to install Visual Studio 2008 on my HP TouchSmart without a problem and now I use it on there. I want to be able to travel though. So I was wondering if I take the folder in which Visual Studio was installed and put it on my external hard drive and just run it off of there. Is this possible? I've managed to do it with other programs before.</p> http://stackoverflow.com/questions/1663525/filestream-very-slow-on-application-cold-start 0 FileStream very slow on application-cold start Alex K 2009-11-02T20:35:28Z 2009-11-02T21:02:59Z <p>A very similar question has also been asked <a href="http://stackoverflow.com/questions/93590/is-filestream-lazy-loaded-in-net">here on SO</a> in case you are interested, but as we will see the accepted answer of that question is not always the case (and it's never the case for my application use-pattern).</p> <p>The performance determining code consists of FileStream constructor (to open a file) and a SHA1 hash (the .Net framework implementation). The code is pretty much C# version of what was asked in the question I've linked to above.</p> <p><strong>Case 1:</strong> The Application is started either for the first time or Nth time, but with different target file set. The application is now told to compute the hash values on the files that were never accessed before.</p> <ul> <li>~50ms</li> <li>80% FileStream constructor</li> <li>18% hash computation</li> </ul> <p><strong>Case 2:</strong> Application is now fully terminated, and started again, asked to compute hash on the same files:</p> <ul> <li>~8ms</li> <li>90% hash computation</li> <li>8% FileStream constructor</li> </ul> <p><strong>Problem</strong><br /> My application is always in use <strong>Case 1</strong>. It will never be asked to re-compute a hash on a file that was already visited once.</p> <p>So my rate-determining step is FileStream Constructor! Is there anything I can do to speed up this use case?</p> <p>Thank you.</p> <p>P.S. Stats were gathered using JetBrains profiler.</p> http://stackoverflow.com/questions/1609324/can-you-check-available-hard-disk-space-with-adobe-air 2 Can you check available hard disk space with Adobe Air? weotch 2009-10-22T19:02:57Z 2009-10-29T00:04:32Z <p>We have an Adobe Air app that downloads a large amount of images into application storage. I've scanned the docs and found no sign of this, but I thought I'd double check: anyone know if it's possible to see how much available storage space the user has on their HD so we can warn them they don't have enough room?</p> http://stackoverflow.com/questions/1626139/how-do-you-find-how-much-disk-space-is-left-in-cocoa 0 How do you find how much disk space is left in Cocoa? zekel 2009-10-26T17:28:56Z 2009-10-28T21:27:59Z <p>I suppose I'd like to be able to find out for any storage, not just the system disk, but that's most important.</p> http://stackoverflow.com/questions/1586972/diskless-login-with-linux-opensolaris 1 Diskless login with Linux/OpenSolaris [closed] HonoredMule 2009-10-19T04:34:46Z 2009-10-19T04:44:42Z <h2>Is it possible to enable a Linux or OpenSolaris based server to process standard unix login requests without spinning up the hard drive holding the root partition?</h2> <p>I have a Nexenta-based (1) server that uses a very old 40GB PATA drive for the root partition which could not reside in the main storage array (nor would I want it to, though it does back up to it). It performs well because everything that actively accesses storage uses the SATA raid2z array. This means that the root partition itself is actually completely inactive and the 40GB disk is usually left asleep.</p> <p>Or rather, <em>almost</em> completely inactive. Login requests require the drive to spin up, causing both annoying login delays and unnecessary strain on this old drive which could otherwise remain completely dormant.</p> <p>As far as I can tell, the drive is only accessed to read the passwd and shadow files, and I'm surprised that these do not remain cached in memory after first being read and thereafter unmodified. Is it possible to explicitly keep them cached, relocate them elsewhere, or otherwise prevent the root partition from having to spin up? (2)</p> <p><hr /></p> <ol> <li>For those unfamiliar, Nexenta is a variant of Ubuntu that uses the OpenSolaris kernel and tool chain while supporting the Debian tool chain as much as possible. For the most part, I have access to the capabilities of both.</li> <li>Please note that I do not consider a suitable solution anything that breaks logins or bootup when the storage array is not present.</li> </ol> http://stackoverflow.com/questions/1580645/wireless-hard-drives 0 wireless hard drives. [closed] miss chohoh 2009-10-16T21:53:55Z 2009-10-17T13:21:00Z <p>I have 2 PCs (windows xp professional &amp; vista home premium) and a new IMAC (OS X 10.5.8 // leopard).</p> <p>I'm looking to purchase a wireless hard drive and I'd like to know your thoughts on what is out there, the good, the bad, the ugly, the amazing.</p> <p>I'm leaning towards the time capsule but it seems like it's quite a bit of money. Let me hear your thoughts, and shopping advice.</p> http://stackoverflow.com/questions/1560408/hard-drive-problem-spinrite-vs-s-m-a-r-t 0 Hard Drive Problem? SpinRite vs. S.M.A.R.T. [closed] unknown (google) 2009-10-13T13:54:38Z 2009-10-13T13:54:38Z <p>The Toshiba hard drive in a Sony VAIO laptop went bad. I put in a Western Digital drive (WD1600BEVS-60RST0, firmware v4.01G04) from an HP laptop. Ran SpinRite at level 2. Found some bad sectors, but seemed to recover data and mark. Ran SpinRite at level 5. Took ~30 hours but finished clean - no report of any problems.</p> <p>However, when I boot, I get a non-specific S.M.A.R.T. error saying something to the effect of "drive failure is imminent!" So I'm a little confused - SpinRite said, "all good!" but S.M.A.R.T. is saying "Danger, Will Robinson!". Who do I trust? What's going on? What does S.M.A.R.T. know that SpinRite doesn't?</p> <p>Thanks for any advice.</p> http://stackoverflow.com/questions/1557842/need-software-to-recover-files-from-harddrive -1 Need software to recover files from harddrive [closed] Alex 2009-10-13T01:41:36Z 2009-10-13T01:41:36Z <p>Hi there,</p> <p>My DELL Vista laptop is bust and I need a utility cd to boot from that can copy from my file system to an external harddrive that i plug into the laptop</p> <p>I tried KNOPPIX and BartPE and although i can see my file system using KNOPPIX and open files successfully, copying was unsuccessful. I think there is something wronge with the CD to be honest, it's old. I should try download the new version again and try it</p> <p>Just though I'd ask here first if anyone can recommend something?</p> http://stackoverflow.com/questions/1530733/powershell-how-to-map-a-network-drive-with-a-different-username-password 1 Powershell: how to map a network drive with a different username/password dreftymac 2009-10-07T10:23:19Z 2009-10-07T15:28:42Z <p><strong>Background:</strong> Assume I use the following powershell script from my local machine to automatically map some network drives.</p> <pre><code>$net = $(New-Object -ComObject WScript.Network); $net.MapNetworkDrive("p:", "\\papabox\files"); $net = $(New-Object -ComObject WScript.Network); $net.MapNetworkDrive("q:", "\\quebecbox\files"); ## problem -- this one does not work because my username/password ## is different on romeobox $net = $(New-Object -ComObject WScript.Network); $net.MapNetworkDrive("r:", "\\romeobox\files"); </code></pre> <p><strong>Question:</strong> How do I modify the script so that I can also connect to romeobox, even though my username/password on romeobox is different from that of the other two boxes?</p> http://stackoverflow.com/questions/1452040/how-to-read-an-intermittent-hard-drive-consistently 3 How to read an intermittent hard drive consistently? Spidey 2009-09-20T21:18:41Z 2009-09-21T01:37:57Z <p>I have a faulty hard drive that works intermittently. After cold booting, I can access it for about 30-60 seconds, then the hard drive fails. I'm willing to write a software to backup this drive to a new and bigger disk. I can develop it under GNU/Linux or Windows, I don't care.</p> <p>The problem is: I can only access the disk for some time, and there are some files that are big and <strong>will take longer than that to be copied</strong>. For this reason, I'm thinking of backing up the entire hard disk in smaller pieces, something like bit torrenting. I'll read some megabytes and store it, before trying to read another set. My main loop would be something like this:</p> <pre><code>while(1){ if(!check_harddrive()){ sleep(100ms); continue; } read_some_megabytes(); if(!check_harddrive()){ sleep(100ms); continue; } save_data(); update_reading_pointer(); if(all_done){ break; } } </code></pre> <p>The problem is the check_harddrive() function. I'm willing to write this in C/C++ for maximus API/library compatibility. I'll need some control over my file handlers to check if they are still valid, and I need something to return bad data, but return, if the drive fails during the copy process.</p> <p>Maybe C# would give me best results if I abuse "hardcoded" hardware exceptions?</p> <p>Another approach would be measuring how much time would I need to power cycle my harddrive and code a program to read it during this time only, and flagging me when to power cycle.</p> <p>What would you do in this case? Are there any tools/utilities that already do this?</p> <p>Oh, there is a GREAT app to read bad optical medias <a href="http://www.geocities.com/marsoupilamis/DocEnglish.htm" rel="nofollow" title="IsoPuzzle">here</a>, it's called IsoPuzzle, it's not mine, I just wanted to share something related to my problem.</p> <p>!EDIT!</p> <p>Some clarifications. I'm a home user, a student of computer engineering at college, I'd rather lose the data than spend thousands of dollars recovering it. The harddrive is still covered by Seagate's warranty, but since they gave me 5 years of warranty, I wanna try everything possible until the time runs out.</p> <p>When I say cold booting, I mean booting after some seconds without power. Hot booting would be rebooting your computer, cold booting would be shutting it down, waiting a few seconds then bootting it up again. Since the harddisk in question is internal but SATA, I can just disconnect the power cable, wait a few seconds and connect it again.</p> <p>Until now I'll go with robocopy, I'm just searching for it to see how I can use it. If I don't need to code myself, but script, it'll be even easier.</p> <p>!EDIT2!</p> <p>I wasn't clear, my drive is a Seagate 7200.11. It's known that it has a bad firmware and it's not always fixable with a simple firmware update (not after this bug appears). The drive physically is 100% in working condition, just the firmware is screwed, making it enter on a infinite busy state after some seconds.</p> http://stackoverflow.com/questions/1360528/hard-disk-data-access-please-help 0 Hard Disk - Data Access - Please help [closed] helen 2009-09-01T04:29:35Z 2009-09-11T21:53:43Z <p>(b) A disk has an average seek time of 4 mill i-seconds and rotates at 6000 revolutions per minute. Estimate the average rotational latency</p> <p>(c) A file occupies 400 sectors on the disk of part (b) and these sectors are randomly distributed over the disk. Estimate the time to read all of the file. [Assume 200 sectors per track.</p> <p>(d) The disk of (c) is re-organised so that sectors are allocated and read in blocks of 4 sequential sectors within a track, assuming blocks used are randomly distributed over the disk. How long does it now take to read the file? </p> <p>(e) Assuming the disk has 4 platters and 8 sides, how long would it take to read the file of (d), if the disk was defragmented, so that all blocks of the file are stored in the same cylinder.</p> <p>Ok so these are a few questions from my past exam paper that im stuck on - any help on how to do them will be appreciated.</p> <p>Here's what im doing so far - </p> <p>Part b - the rotational latency is 5m/s</p> <p>part c - if i assume 200 sectors per track so 2 tracks so 8ms - 400 sectors = 2000ms so total = 2008 m/s? but arent there more than 2 tracks - so i dnt get why the question says assume 200 sectors per track :S</p> <p>part d - i'm thinkin it takes 4 times the amount of time in part c - is my assumption correct?</p> <p>part e - ummm 1/4 of the time of part c ? since all tracks can be accessed simaltaneously?</p> <p>any help will be appreciated thank you.</p> http://stackoverflow.com/questions/1384436/how-does-one-map-physical-sectors-of-a-disk-to-the-files-that-contain-them-on-an 2 How does one map physical sectors of a disk to the files that contain them on an HFS+ volume on Mac OS X Joey Hagedorn 2009-09-05T22:46:20Z 2009-09-09T14:55:10Z <p>I've been recovering a hard disk using <a href="http://www.garloff.de/kurt/linux/ddrescue/" rel="nofollow">dd_rescue</a>, which provides me a list of all of the device sectors it could not copy due to hardware errors.</p> <p>I'd like to take that list, and write a tool to give me all of the files that contain these bad sectors so I can delete them. I'm not sure what APIs I can use to do this--essentially i want to get a list of all files on disk and for each file, a list of the ranges of sectors it occupies on disk.</p> <p>My first guess is that I will iterate over each directory entry on the disk and check to see if the file overlaps one of these bad sectors. Maybe there's a better way.</p> http://stackoverflow.com/questions/1391015/perl-write-speed-mystery 5 Perl: write speed mystery? Peter Mortensen 2009-09-07T21:27:19Z 2009-09-08T16:30:57Z <p>How can the output rate be higher than hard disk write rate?</p> <p><strong>Update 1</strong>: I have changed the following:</p> <ol> <li><p>Turned off antivirus. No change.</p></li> <li><p>Inserted new physical disk and used the first partition for the test. (The disk for the initial test was on the last partition, separate from the system partition, but on the same physical disk.). Result: there is the same cyclic pattern, but the system is <strong>no longer unresponsive</strong> during the test. The write speed is somewhat higher (could be due to using the first partition and/or no longer interference with the system partition). Preliminary conclusion: there was some kind of interference from the system partition.</p></li> <li><p>Installed 64 bit Perl. The cycles are gone and everything is stable on a 2 second timescale: 55% CPU on the single core, write speed about 65 MB/s.</p></li> <li><p>Tried on the original drive with 64 bit Perl. Result: somewhere in-between. Cycles of 8 seconds, CPU 20-50%, 35 - 65 MB/sec (instead of deep cycles of 0-100%, 0 - 120 MB/sec). The system is only mildly unresponsive. Write speed is 50 MB/sec. This supports the interference theory.</p></li> <li><p>Flushing in the Perl script. Not tried yet.</p></li> </ol> <p><hr /></p> <p>OK, I got past the <a href="http://stackoverflow.com/questions/1373372">first hurdle</a>. I have written a Perl script that can generate a very large text file (e.g. 20 GB) and is essentially just a number of:</p> <pre><code>print NUMBERS_OUTFILE $line; </code></pre> <p>where $line is a long string with a "\n" at the end.</p> <p>When the Perl script starts the write rate is about 120 MB/s (consistent between what is computed by the script, <a href="http://en.wikipedia.org/wiki/Process%5FExplorer" rel="nofollow">Process Explorer</a> and "IO Write Bytes/sec" for process Perl in Performance Monitor.) and 100% CPU on the single core it is running on. This rate is, I believe, higher than write speed of the hard disk.</p> <p>Then after some time (e.g. 20 seconds and 2.7 GB written) the whole system becomes very unresponsive and CPU drops to 0%. This last for e.g. 30 seconds. The average write speed over these two phases is consistent with the write speed of the hard disk. The times and sizes mentioned in this paragraph varies a lot from run to run. The range 1 GB to 4.3 GB for the first phase has been observed so far. Here is a <a href="http://www.pil.sdu.dk/1/until2039-12-31/PerlPerfTranscript%5F2009-09-07b.txt" rel="nofollow">transcript for the run with 4.3 GB</a>.</p> <p>There are several of these cycles for a 9.2 GB text file generated in the test:</p> <p><img src="http://www.pil.sdu.dk/1/until2039-12-31/PerlPerf%5F2009-09-07.png" alt="alt text" /></p> <p>What is going on?</p> <p><hr /></p> <p>Full <a href="http://www.pil.sdu.dk/1/until2039-12-31/generate%5F2009-09-07.pl.html" rel="nofollow">Perl script</a> and <a href="http://www.pil.sdu.dk/1/until2039-12-31/generate%5F2009-09-07.bat.html" rel="nofollow">BAT driver script</a> (HTML formatted with the pre tag). If the two environment variables MBSIZE and OUTFILE are setup then the Perl script should be able to run unchanged on other platforms than Windows.</p> <p>Platform: Perl 5.10.0 from ActiveState; (initially 32 bit, later 64 bit); build 1004. Windows XP x64 SP2, no page file, 8 GB RAM, AMD quad core CPU, 500 GB Green Caviar hard disks (write speed 85 MB/s ?).</p> http://stackoverflow.com/questions/1353881/how-do-i-use-c-to-get-the-hard-disk-serial-number 2 How do I use C# to get the Hard-disk serial number? Aiswarya 2009-08-30T13:34:22Z 2009-08-30T13:55:13Z <p>How do i get the hard disk serial number without using dll and supported by VISTA</p> http://stackoverflow.com/questions/1032642/direct-control-of-ata-commands 0 Direct control of ATA commands Chris 2009-06-23T13:39:46Z 2009-08-05T13:02:07Z <p>I am working on hard drive analysis, and wanted to know if there is a way to directly control an ATA hard drive under windows. In short I want to do something like a packet sniffer, but for the ATA commands sent to/from the hard drive.</p> <p>After that, I'd like to be able to write ATA commands directly the drive. If this is not possible under Windows then Linux is second choice.</p> <p>Third choice is to make an FPGA that does all this under PC control.</p> <p>Any ideas on if this is possible from standard APIs?</p> http://stackoverflow.com/questions/148742/how-to-detect-if-any-specific-drive-is-a-hard-drive 5 How to detect if any specific drive is a hard drive? StubbornMule 2008-09-29T13:55:56Z 2009-08-04T05:56:14Z <p>In C# how do you detect is a specific drive is a Hard Drive, Network Drive, CDRom, or floppy?</p> http://stackoverflow.com/questions/1200417/how-to-enumerate-hard-drives-and 0 How to enumerate hard drives and ... Seth Spearman 2009-07-29T13:50:31Z 2009-07-30T10:08:01Z <p>I am writing a .net winforms application. I want to be able to do the following... </p> <p>Enumerate all of the hard drives on a system. </p> <p>Furthermore I would love to be able to determine which of the drives is Fixed and Which is removable.</p> <p>Finally, of the removable drives, I would love to be able to determine which of them is a flash (SSD or thumb) drive versus a standard hard drive.</p> <p>Any thoughts. </p> <p>Seth</p> http://stackoverflow.com/questions/1192435/restricting-users-to-access-c-drive-in-c 1 Restricting users to access C drive in C#? crazy_itgal 2009-07-28T07:38:36Z 2009-07-28T10:44:19Z <p>Hi ,</p> <p>i have a winform to merge few file and save the merge files in a Directory.</p> <p>The directory in which it is saved ,it deletes the whole files and subdirectory in it .</p> <p>Now i want that the user should not be able to save the file in My Computer,C,D Drives.</p> <p>User can choose the directory through FolderBrowserDialog.</p> <p>How can i restrict the user in doing so?<br /> Can u plz help out?</p> http://stackoverflow.com/questions/1144250/are-solid-state-drives-good-enough-to-stop-worrying-about-disk-io-bottlenecks 4 Are solid-state drives good enough to stop worrying about disk IO bottlenecks? Larsenal 2009-07-17T16:08:59Z 2009-07-21T03:16:56Z <p>I've got a proof-of-concept program which is doing some interprocess communication simply by writing and reading from the HD. Yes, I know this is <em>really</em> slow; but it was the easiest way to get things up and running. I had always planned on coming back and swapping out that part of the code with a mechanism that does all the IPC(interprocess communication) in RAM.</p> <p>With the arrival of solid-state disks, do you think that bottleneck is likely to become negligible?</p> <p>Notes: It's server software written in C# calling some bare metal number-crunching libraries written in FORTRAN.</p> http://stackoverflow.com/questions/1142901/is-there-anyone-using-hardware-encrypted-hdd-on-their-laptops 0 Is there anyone using hardware encrypted HDD on their laptops? [closed] Sorin Sbarnea 2009-07-17T12:12:01Z 2009-07-17T12:21:13Z <p>Some laptop manufacturers are providing support for hardware encrypted disk drivers. One of them is Lenovo. </p> <p>Using a drive that supports this encryption is much better than using software encryption solutions because it does not limit the range of OS to choose from and more important is not slowing down your computer. Details <a href="http://en.wikipedia.org/wiki/Full_disk_encryption" rel="nofollow">http://en.wikipedia.org/wiki/Full_disk_encryption</a></p> <p>Example products: * ThinkPad 200GB Security (FDE) 7200 rpm Serial ATA Hard Drive * Seagate ST9160824AS, Seagate 160GB ST9160414ASG, Seagate 160GB ST9160414AS, Seagate 320GB ST9320424AS,* Seagate 320GB ST9320424ASG * Hitachi part numbers supporting BDE (the same thing as FDE) <a href="http://www.hitachigst.com/hdd/support/bulk_faqs.htm" rel="nofollow">http://www.hitachigst.com/hdd/support/bulk_faqs.htm</a></p> <p>What is worse is that I tried at several retailer to order one of them but nobody was able to deliver me one. One of them received the order, get the money and after more than one week I received an email telling me that the product is not available and they refunded me.</p> <p>More than one month ago I used the contact form all these manufacturers to ask them about these HDD products - still no answer. I wonder if these are <em>virtual</em> products ;)</p> <p>The question is: do you use one of them? where could I order one? </p>