0
votes
0answers
12 views
getHardDriveComputerID by Lynn McGuire with mirrored drives
I've been using this code to obtain the system disk serial number ala hardware id. I've found that it fails with mirrored drives and wonder if there are any enhancements for such …
7
votes
16answers
2k views
How do I erase my disk? (In a secure way) (Ubuntu)
I mean really erase. In a secure way.
(It's Ubuntu)
UPDATE: Ok, "shred -vfz -n 10 /dev/hda" looks like what I was after.
1
vote
4answers
527 views
Fastest external drives on the market?
What are the fastest external drives on the market today that you recommend and is an eSata interface important or will USB 2.0 cut it?
0
votes
1answer
430 views
Are independent persistent disks faster than dependent ones in vmware server 1?
Please can you help me compare disk types vor vmware?
I know "independent nonpersistent" is slower. But what about "independent persistent" versus "dependent" (or how do you call …
4
votes
4answers
2k views
Generate disk usage graphs/charts with CLI only tools in Linux
In this question someone asked for ways to display disk usage in Linux. I'd like to take this one step further down the cli-path... how about a shell script that takes the output f …
0
votes
3answers
306 views
Disk Drive properties read via WMI
I am using WMI to query some properties disk drive. Does WMI read this information from the Drive itself or does it query the registry? How do I read the properties directly from t …
5
votes
12answers
802 views
Why overwrite a file more than once to securely delete all traces of a file?
Erasing programs such as Eraser recommend overwriting data maybe 36 times.
As I understand it all data is stored on a hard drive as 1s or 0s.
If an overwrite of random 1s and 0s …
2
votes
4answers
1k views
Flush disk write cache
When the policy for a disk in Windows XP and Vista is set to enable write caching on the hard disk, is there a way to flush a file that has just been written, and ensure that it ha …
19
votes
19answers
1k views
Tracking down where disk space has gone on Linux?
When administering Linux systems I often find myself struggling to track down the culprit after a partition goes full. I normally use
du / | sort -nr
but on a large filesystem …
0
votes
0answers
209 views
How can I access an external Firewire disk from Mac OS single user mode? [closed]
I'm trying to raw-copy a disk partition on a firewire disk to a new disk. The old disk has a partially broken filesystem and lots of precious data, so I cannot mount it without ris …
1
vote
3answers
465 views
How to find the disk that holds a given partition in C#?
Does anyone know a way to find out programatically which physical disk holds a given partition?
Manually, I can find this info using Start->Run->diskmgmt.msc , where I can see that …
0
votes
1answer
514 views
Raid 5 vs raid 1 unrecoverable error rate [closed]
The discussion on RAID 5's URE error rate during recover and how that can affect a rebuild leads me down the path of asking about other forms of raid. According to this article:
h …
0
votes
0answers
746 views
Raw partition access in Windows Vista
Accessing a raw disk partition in Windows Vista requires kernel mode control, as opposed to for instance WinXP where you can access it from user mode.
However, I've heard that whe …
6
votes
8answers
498 views
What’s the best database storage device?
So, the answer should probably be presented in tiers for the size of the application, but I'm wondering about people's experience with choosing where the disk drives used by the da …
5
votes
3answers
373 views
How do I read a disk directly with .Net?
Is is possible to read a disk directly with .Net? By directly I mean via the device bypassing the file system. I think I would go about this by opening the device some way "\Devi …
