0
votes
3answers
46 views
MySQL - best storage engine for constantly changing data
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 qu …
2
votes
4answers
58 views
Visual Studio 2008 on an External Hard Drive?
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 …
0
votes
2answers
41 views
FileStream very slow on application-cold start
A very similar question has also been asked here on SO 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 th …
0
votes
2answers
47 views
How do you find how much disk space is left in Cocoa?
I suppose I'd like to be able to find out for any storage, not just the system disk, but that's most important.
2
votes
2answers
36 views
Can you check available hard disk space with Adobe Air?
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 …
1
vote
3answers
164 views
Powershell: how to map a network drive with a different username/password
Background: Assume I use the following powershell script from my local machine to automatically map some network drives.
$net = $(New-Object -ComObject WScript.Network);
$net.MapN …
0
votes
0answers
37 views
wireless hard drives. [closed]
I have 2 PCs (windows xp professional & vista home premium) and a new IMAC (OS X 10.5.8 // leopard).
I'm looking to purchase a wireless hard drive and I'd like to know your th …
1
vote
0answers
20 views
Diskless login with Linux/OpenSolaris [closed]
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?
I have a Nexent …
0
votes
0answers
34 views
Hard Drive Problem? SpinRite vs. S.M.A.R.T. [closed]
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 …
2
votes
4answers
204 views
How to read an intermittent hard drive consistently?
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 bac …
-1
votes
0answers
28 views
Need software to recover files from harddrive [closed]
Hi there,
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
I tried KNOPPIX …
5
votes
4answers
191 views
Perl: write speed mystery?
How can the output rate be higher than hard disk write rate?
Update 1: I have changed the following:
Turned off antivirus. No change.
Inserted new physical disk and used the fir …
2
votes
1answer
61 views
How does one map physical sectors of a disk to the files that contain them on an HFS+ volume on Mac OS X
I've been recovering a hard disk using dd_rescue, which provides me a list of all of the device sectors it could not copy due to hardware errors.
I'd like to take that list, and w …
2
votes
2answers
329 views
How do I use C# to get the Hard-disk serial number?
How do i get the hard disk serial number without using dll and supported by VISTA
4
votes
11answers
297 views
Are solid-state drives good enough to stop worrying about disk IO bottlenecks?
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 really slow; but it was the easie …
