Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

25
votes
15answers
21k views

How do I erase my disk? (In a secure way) (Ubuntu) [closed]

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.
22
votes
22answers
4k 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 this takes a long ...
13
votes
4answers
5k views

C# Get file size on disk

var length = new System.IO.FileInfo(path).Length; This gives the logical size of the file, not the size on the disk. I wish to get the size on the disk in C# (preferably without interop) of a file ...
13
votes
4answers
4k views

Clear file cache to repeat performance testing

What tools are available to either completely clear, or selectively remove cached information about file and directory contents? The application that I'm developing is a specialised compression ...
12
votes
3answers
566 views

How do I copy a locked file directly from the disk and make sure that the file is intact?

The application I am writing needs to be able to copy files that are locked. We attempted to use Volume Shadow Copy, and while it was successful in copying the file, the application that had the lock ...
12
votes
7answers
9k views

How do I retrieve disk information in C#?

I would like to access information on the logical drives on my computer using C#. How should I accomplish this? Thanks!
9
votes
4answers
5k views

Is there a way to mount Android .img to access the AVD (Android Virtual Device) contents?

I feel a bit blind developing on an emulator for Android and not being able to see the file system on the AVD (.img). Is there a way to mount it in Windows or Linux, so that I could at least see the ...
8
votes
5answers
295 views

Which are the best practices for data intensive reading and writing in a HD?

I'm developing a C++ application (running in a Linux box) that is very intensive in reading log files and writing derived results in disk. I'd like to know which are the best practices for optimizing ...
8
votes
7answers
15k views

How to correctly convert filesize in bytes into mega or gigabytes?

I'm using the DriveInfo class in my C# project to retrieve the available bytes on given drives. How to I correctly convert this number into Mega- or Gigabytes? Dividing by 1024 will not do the job I ...
8
votes
12answers
2k 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 is carried out once ...
8
votes
3answers
1k 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 ...
7
votes
4answers
162 views

How to access a data structure from a currently running Python process on Linux?

I have a long-running Python process that is generating more data than I planned for. My results are stored in a list that will be serialized (pickled) and written to disk when the program completes ...
7
votes
2answers
1k views

How can I simulate a failed disk during testing?

In a Linux VM (Vmware workstation or similar), how can I simulate a failure on a previously working disc? I have a situation happening in production where a disc fails (probably a controller, cable ...
7
votes
4answers
3k views

How to make Linux GUI “usable” when lots of disk activity is happening

If I start copying a huge file tree from one position to another or if some other process starts doing lots of disk activity, the foreground app (GUI) slows way down. For example, take a 2gb file tree ...
7
votes
7answers
5k views

How can I record what process or kernel activity is using the disk in GNU/Linux?

On a particular Debian server, iostat (and similar) report an unexpectedly high volume (in bytes) of disk writes going on. I am having trouble working out which process is doing these writes. Two ...
6
votes
4answers
143 views

How to handle large numbers of concurrent disk write requests as efficiently as possible

Say the method below is being called several thousand times by different threads in a .net 4 application. What’s the best way to handle this situation? Understand that the disk is the bottleneck ...
6
votes
1answer
118 views

Hey, I need some help with my custom bootloader

Im trying to write a bootloader for a Hobby OS and have it working great. Nothing Special, just prints a line of text: BITS 16 ORG 0 start: jmp main OEM db "Test OS " ...
6
votes
9answers
812 views

Read data from damaged media

Is it possible to read damaged media (cd, hdd, dvd,...) even if windows explorer bombs out? What I mean to ask is, whether there is a set of APIs or something that can access the disk at a very low ...
6
votes
8answers
914 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 database should ...
5
votes
2answers
483 views

Looking for a disk-bound b-tree example

Maybe my google-foo just isn't up to snuff, but I'm wanting to play with a b-tree alogrithm that is bound to disk. Since most tutorials and examples are on-memory, they assume random access memory in ...
5
votes
3answers
2k views

Direct disk access in windows (C#)

I want to be able to read and write data directly to and from a disk (i.e. at a sector / cluster level) but I've yet to find a suitable tool for doing this under windows. I've been trying to figure ...
5
votes
4answers
1k views

How much faster is the memory usually than the disk?

IDE,SCSI,SSD,SATA or all of those.
5
votes
3answers
584 views

Profiling disk access

Currently I am working on a MFC application which reads and writes in to the disk. Sometimes this application runs amazingly fast and sometimes it is damn slow. I am guessing that it is because of the ...
5
votes
3answers
228 views

Identifying CDs

I'd like to be able to determine what music album CD is in a CD drive. For example, if someone claims that the CD in their drive is Eminem - The Eminem Show, I would like to be able to verify that the ...
5
votes
4answers
2k views

Detect disk activity in Delphi

I'm using Delphi 2007. I am copying files to a remote drive. When the copying ends, I shutdown/standby the machine. It can happen that some files don't get copied from buffer to disk, and the remote ...
5
votes
1answer
1k views

Can I use WMI to find the network usage by each process?

I'd like to use WMI on some windows systems to poll the network usage of each process. From what I can tell, there are many IO instances in the Win32_PerfRawData_PerfProc_Process but they are for the ...
5
votes
2answers
4k views

Flush disk write cache from Windows CLI

Does anyone know how to flush the disk write cache data from the cache manager for the current directory (or any given file or directory, for that matter), from a Windows command line?
5
votes
4answers
5k 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 from something like a ...
4
votes
6answers
2k views

Xcode 4 (4.0.1) became extremely slow and kills my hard drive

My machine has 8 GB or RAM, Core 2 Duo 3,06 GHZ and it seems it is not enough for Xcode 4 (4.0.1). From some time now it started to behave more and more slow. Auto completion, editing code as well as ...
4
votes
5answers
246 views

On-Disk database storage, best practices

If this question seems common to you, I apologise, I did a quick search around this site and a few google searches and could not find a satisfying answer. My question is this; I have only been a ...
4
votes
1answer
2k views

How to download files directly to disk on the iPhone os?

I would like to download files directly from an URL to the disk using objective-c on the iPhone os. Currently I am using NSURLConnection to send a synchronousRequest, writing the returned NSData into ...
4
votes
3answers
1k views

Determine available disk size with a sql query

I need to determine the available space on the drive where my database lives. I know about the xp_fixeddrives procedure but how do I get the info for the specific drive where my database resides?
4
votes
2answers
1k views

Programmatically getting per-process disk io statistics on Windows?

I would like to display a list of processes (Windows, C++) and how much they are reading and writing from the disk in KB/sec. The Resource Monitor of Windows 7 has the ability so I should be able to ...
4
votes
4answers
2k views

Manipulate an Archive in memory with PHP (without creating a temporary file on disk)

I am trying to generate an archive on-the-fly in PHP and send it to the user immediately (without saving it). I figured that there would be no need to create a file on disk as the data I'm sending ...
3
votes
1answer
149 views

How can I show an image in webBrowser control directly from memory?

How can I show an image in webBrowser control directly from memory instead of hard disk? When I use RAM Disk software to create a virtual drive, it is possible to address an image source to load it ...
3
votes
3answers
73 views

Is FileInputStream using buffers already?

When I am using FileInputStream to read an object (say a few bytes), does the underlying operation involve: 1) Reading a whole block of disk so that if I subsequently do another read operation, it ...
3
votes
6answers
149 views

How to avoid physical disk I/O

I have a process which writes huge data over the network. Let's say it runs on machine A and dumps around 70-80GB of file on machine B over NFS. After process 1 finishes and exits, my process 2 runs ...
3
votes
2answers
68 views

Random disk writes

I need to perform random updates in-place to a file. Let's I need to update a file at offset k1, k2, ...., kn. From a performance perspective does it matter if I write in any order or does the ...
3
votes
2answers
425 views

CreateFile Windows error in a Delphi THandleStream

I have a simple class derivated from THandleStream which I use to edit a raw volume. I call Windows createfile() function to open a drive but the function never returns a valid handle, rather an ...
3
votes
1answer
177 views

Multiple disk read/write operations can cause bottleneck?

I've been doing a lot of work where I concurrently access one file from 30+ processes (via 4 nodes mounted on NFS) and was wondering if, besides the bandwith bottleneck, there is an advantage to ...
3
votes
2answers
322 views

Determine what physical hard drive a file is on?

How can I find the physical drive a file/directory is located on. I want to compare 2 files and if they are on two separate drives, then I can speed up the compare by reading both simultaneously. ...
3
votes
4answers
583 views

In Python, how do I check if a drive exists w/o throwing an error for removable drives?

Here's what I have so far: import os.path as op for d in map(chr, range(98, 123)): #drives b-z if not op.isdir(d + ':/'): continue The problem is that it pops up a "No Disk" error box in ...
3
votes
1answer
141 views

How can I write a hard drive sector as reserved?

I am hex editing a hard disk and I would like to mark some hard drive sectors as reserved so that they are not overwritten by Windows (Vista or 7). I think this is possible, since during a defrag, the ...
3
votes
2answers
711 views

Performance comparison of MemCached with Disk Caching

I would like to know the performances of Memcached on remote server(on same LAN) with Disk Caching.Besides Memcached is a scalable cache solution, would there be any advantage of using Memcached with ...
3
votes
3answers
210 views

How many files can i have opened at once?

On a typical OS how many files can i have opened at once using standard C disc IO? I tried to read some constant that should tell it, but on Windows XP 32 bit that was a measly 20 or something. It ...
3
votes
3answers
400 views

Disk partition structure

Is there any way in Java (1.6+) to retrieve the partition disk structure? (For example: NTFS, FAT32, HFS+, or EXT3.) External libraries are permitted. Thanks, Gianni
3
votes
3answers
541 views

Programmatically assign new letter to existing drive with C++

I want to change a drive letter. For example, I can use diskpart to assign a new letter to a drive (a USB disk or a new hard disk). How can I implement it in C/C++?
3
votes
1answer
2k views

Difference between sequential write and random write

What is the difference between sequential write and random write in case of :- 1)Disk based systems 2)SSD [Flash Device ] based systems When the application writes something and the information/data ...
3
votes
3answers
349 views

Memory mapped - partially disk based algorithms

Are there any good resources or books for spillable data structures, ie say a queue, when storing large objects it could fill up all of memory, but if you can keep say the most used items of that ...
3
votes
7answers
1k views

Performance issues with hard disk reading

I have a C++ program which reads files from the hard disk and does some processing on the data in the files. I am using standard Win32 APIs to read the files. My problem is that this program is ...

1 2 3 4 5 6