Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
10answers
4k views

Is dd better than cat?

Suppose I want to clone my hard drive (hda) to another drive (hdb) in the same computer. As I see it, there's two easy, rough and do-it-yourself ways: cat /dev/hda > /dev/hdb and dd if=/dev/hda ...
13
votes
21answers
2k views

How do I get rid of a hard disk without exposing my source code?

What is the proper way to dispose an old hard disk which contains my source code and other intellectual property? I was about to throw it away in the recycle box but thought better to check it with SO ...
12
votes
9answers
12k views

How can I easily add storage to a VirtualBox machine with XP installed?

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 ...
12
votes
6answers
14k views

How to list physical disks?

How to list physical disks in windows? In order to obtain a list of "\.\PhysicalDrive0" available.
11
votes
4answers
2k views

How to detect if any specific drive is a hard drive?

In C# how do you detect is a specific drive is a Hard Drive, Network Drive, CDRom, or floppy?
9
votes
3answers
6k 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.MapNetworkDrive("p:", ...
8
votes
2answers
388 views

Create Virtual Disk with .NET?

I found a lot of good topics on Stack Overflow concerning this, but my question is a bit more specific. A lot of companies are using this software to host the same services we do... ...
8
votes
10answers
11k views

How can I find out what's thrashing my hard drive in XP? [closed]

This is a programming question in the sense that I'm experiencing a hardware issue which is keeping me from being able to develop effectively... Anyway, my PC is running insanely slow, but it doesn't ...
7
votes
0answers
95 views

C# - Reading free space bits on harddrive [closed]

Possible Duplicate: How can I undelete a file using C#? Ever since I recovered a document using a software called Undelete, that scans your free space and shows you what files are ...
7
votes
1answer
251 views

C# Hard drive RPM

Anyone knows how to get the RPM info from a hard drive ? I am able to access a lot of info through the Win32_DiskDrive WMI class but not that particular one. Thanks !
7
votes
3answers
2k views

Delphi - How to get list of USB removable hard drives and memory sticks?

In my application (Delphi), I need to list all the USB storage devices. These can be either flash memory sticks or external storage drives. There is a Jvcl component JvDriveCombo, and it has the ...
7
votes
4answers
813 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 first partition for the ...
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 ...
6
votes
4answers
605 views

How to programmatically really clean Delete files?

So you are about to pass your work-computer to some of your colleague. How do you make sure you really delete all your personal data? Re-formatting, Re-installing OS will not really solve the ...
6
votes
3answers
296 views

Best generic strategy to group items using multiple criteria

I have a simple, real life problem I want to solve using an OO approach. My harddrive is a mess. I have 1.500.000 files, duplicates, complete duplicate folders, and so on... The first step, of ...
6
votes
9answers
607 views

What's your experience with Flash drives?

EMC is marketing Solid State Flash Drives and my project is thinking about moving that direction in the future. Does anyone have any experience with replacing traditional disk storage with flash ...
5
votes
2answers
222 views

disable hard disk turn off on Win7

My program performs a task on the hard disk free space. The task is quite long, it takes 1-2 hours. The problem is that on laptop the hard disk may be turned off after a few minutes of user ...
5
votes
1answer
322 views

Know how fast a Hard Drive is in Delphi

I am writing a diagnosis program (like everest, but simpler) and I need to know how fast a HardDrive is. I wanna know things such as: 1 - Bytes per second (read) 2 - Bytes per second (write) 3 - ...
5
votes
4answers
339 views

Will a hybrid hard drive improve Visual Studio compilation times?

I've seen various suggestions that hard disk speed is a big factor in Visual Studio compilation performance. There is now a relatively cheap hybrid hard drive available called the Seagate Momentus ...
5
votes
7answers
2k views

Wipe Free space on hard disk drive using C#

I have been tasked to overwrite all the free space on a few laptops 3 times. I know there are some alternatives but I like to know how things work and if I can to do it myself with C#. 1) yes, I know ...
5
votes
2answers
345 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 know if it's ...
5
votes
11answers
484 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 easiest way to get things ...
5
votes
4answers
951 views

How to determine number of files on a drive with Python?

I have been trying to figure out how to retrieve (quickly) the number of files on a given HFS+ drive with python. I have been playing with os.statvfs and such, but can't quite get anything (that ...
5
votes
3answers
2k views

How to get serial number from hard disks?

Is there an easy way to get the serial number of all the hard disks in a PC using the Win32 API?
5
votes
6answers
6k views

Converting HDD Serial # VB6 code into VB.NET code

Hey guys, I've got a cool piece of code taken from a VC++ project which gets complete information of the hard disk drive WITHOUT using WMI (since WMI has got its own problems) I ask those of you who ...
5
votes
3answers
449 views

Determine Disk Geometry on Windows

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 ...
4
votes
2answers
330 views

MySQL tables on external hard drive

I have a large amount of text data I need to import into MySQL. I'm doing this on a MacBook and don't have enough space for it so I want to store it in an external hard drive (I'm not really concerned ...
4
votes
4answers
330 views

How do I allocate contiguous disk space?

I am developing a system which works with lots of files and doing some google searches I read about improving the speed of information retrieval by the hard disk. But since I work with Java, I can't ...
4
votes
3answers
372 views

C++ IO with Hard Drive

I was wondering if there was any kind of portable (Mac&Windows) method of reading and writing to the hard drive which goes beyond iostream.h, in particular features like getting a list of all the ...
4
votes
3answers
3k 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
3answers
1k views

Tool to show processes writing to the hard drive?

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 running, ...
4
votes
6answers
444 views

Optimizing locations of on-disk data for sequential access

I need to store large amounts of data on-disk in approximately 1k blocks. I will be accessing these objects in a way that is hard to predict, but where patterns probably exist. Is there an algorithm ...
4
votes
6answers
1k views

Emulate hard disk in .NET

Is there a way to emulate a disk drive in .NET, intercepting read/write/lock operations? I would like to create something with a front-end similar to GMail Drive in C#. Thanks, Tom
3
votes
2answers
83 views

How to obtain direct access to raw HD data in C?

I need to do a complete format on a USB stick (FAT16 or FAT32), put a file on the drive, then delete it and recover the file using a C program. Could anyone give me a hint on what should I use to ...
3
votes
3answers
141 views

Permanently removing files from hard drive

I am wondering how to go about writing a program to permanently remove files from my hard drive. I know that my program needs to at least have the same functionality as "rm" in terms of removing the ...
3
votes
3answers
422 views

File.Copy hangs on corrupt file

I've been trying to copy files from an old drive to a new drive. Problem is, the old drive has (I can only assume) some corrupted places on the disk, and any attempt to read from some of these files ...
3
votes
4answers
219 views

Is writing a cookie very slow in JS?

I need to make my website faster on the client side. I wonder if my excessive Javascript cookie manipulation could slow down the browser. It uses the harddrive, which is the slowest component of a ...
3
votes
1answer
495 views

Finding what hard drive sectors occupy a file

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 first ...
3
votes
2answers
279 views

Can a hybrid SSD drive, like a Seagate Momentus XT, add to your developer productivity?

Thanks to Mr. Joel Spolsky we all know that an SSD won't exactly help compile time but can help in just about everything else. I'm looking to eke out some more of that "everything else". Launching ...
3
votes
4answers
920 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 backup this drive to a ...
3
votes
4answers
1k views

Getting a list of logical drives

How can I get the list of logial drives (C#) on a system as well as their capacity and free space?
3
votes
4answers
962 views

Database Structure & Hard drive seek time confusion

could some one help me out trying to understand how hard drive seeking works. I have a small binary database file which read performance is absolutely essential. If I need to skip a few bytes in the ...
3
votes
4answers
5k views

using c# how can I extract information about the hard drives present on the local machine

I'm looking to get data such as Size/Capacity, Serial No, Model No, Heads Sectors, Manufacturer and possibly SMART data.
3
votes
5answers
645 views

Measuring/benchmarking hard drive performance

We know that disk speed is an important performance component of a development machine. I'd like to understand how the multiple drives in my Windows Vista machine compare. Vista will give me a ...
2
votes
1answer
23 views

Performance when accessing file system metadata concurrently

I have to collect certain attributes of files (modification date and so on). But there are many small files to analyze. My question is: would it be more performant if I read, say, 3 or 4 files at the ...
2
votes
4answers
177 views

How to list the harddisks attached to a Linux machine using C++?

I need to list the harddisk drives attached to the Linux machine using the C++. Is there any C or C++ function available to do this?
2
votes
1answer
212 views

Does Mac OS UUID depend on hard disk?

I use this code to get UUID on Mac OS NSString* getComputerId() { io_registry_entry_t ioRegistryRoot = IORegistryEntryFromPath(kIOMasterPortDefault, "IOService:/"); CFStringRef uuidCf = ...
2
votes
4answers
415 views

Mount and unmount hard drives

How can I mount and unmount hard drives (platform independent, so no using Runtime to execute a hard-coded command) in the Java Programming Language?
2
votes
1answer
230 views

Process Many Files Concurrently — Copy Files Over or Read Through NFS?

I need to concurrently process a large amount of files (thousands of different files, with avg. size of 2MB per file). All the information is stored on one (1.5TB) network hard drive, and will be ...
2
votes
2answers
248 views

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 ...

1 2 3 4