Tagged Questions

Issues relating to availability of disk space.

learn more… | top users | synonyms

39
votes
7answers
44k views

How to monitor the computer's cpu, memory, and disk usage in Java?

I would like to monitor the following system information in Java: current cpu usage** (percent) available memory* (free/total) available disk space (free/total) *note that I mean overall memory ...
22
votes
13answers
2k views

Easiest way to simulate no free disk space situation?

I need to test my web app in a scenario where there’s no disk space remaining, i.e. I cannot write any more files. But I don’t want to fill my hard drive with junk just to make sure there’s really no ...
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
7answers
4k views

Cross-platform space remaining on volume using python

I need a way to determine the space remaining on a disk volume using python on linux, Windows and OS X. I'm currently parsing the output of the various system calls (df, dir) to accomplish this - is ...
10
votes
4answers
1k views

Any way to keep curl's cookies in memory and not on disk

I'm doing some cURL work in php 5.3.0. I'm wondering if there is any way to tell the curl handle/object to keep the cookies in memory (assuming I'm reusing the same handle for multiple requests), or ...
9
votes
1answer
1k views

Auto compact the deleted space in mongodb?

The mongodb document says that To compact this space, run db.repairDatabase() from the mongo shell (note this operation will block and is slow). in ...
8
votes
4answers
254 views

How can I estimate the disk size of a string with JavaScript?

I need to try to estimate the DISK size of a text string (which could be raw text or a Base64 encoded string for an image/audio/etc) in JavaScript. I'm not sure how to estimate this. The only thing ...
8
votes
3answers
14k views

c# - Get free disk space

Possible Duplicate: how to get disk information by using c#? Given each of the inputs below, I'd like to get free space on that location. Something like long GetFreeSpace(string path) ...
8
votes
4answers
4k views

Find free disk space in python on OS/X

I'm looking for the number of free bytes on my HD, but have trouble doing so on python. I've tried the following: import os stat = os.statvfs(path) print stat.f_bsize * stat.f_bavail But, on OS/X ...
7
votes
2answers
2k views

iOS - how to detect total available/free disk space on the iPhone/iPad device?

I'm looking for a better way to detect available/free disk space on the iPhone/iPad device programmatically. Currently I'm using the NSFileManager to detect the disk space. Following is the snippet ...
7
votes
2answers
523 views

TFS Branching and Disk Space

I've been thinking over some branching strategies (creating branches per feature, maybe per developer since we're a small group) and was wondering if anyone had experienced any issues. Does creating ...
7
votes
4answers
2k views

How to find how much disk space is left using Java?

How to find how much disk space is left using Java?
7
votes
11answers
1k views

How to cope with “disk full” scenarios?

The vast majority of applications does not handle "disk full" scenarios properly. Example: an installer doesn't see that the disk is full, ignores all errors, and finally happily announces ...
6
votes
3answers
599 views

How to read a multi-session DVD disk size in Windows?

Trying to read the sizes of disks that were created in multiple sessions using GetDiskFreeSpaceEx() gives the size of the last session only. How do I read correctly the number and sizes of all ...
5
votes
1answer
184 views

Free disk space on a network drive in Delphi

I am making a program for A2 Computing which exports a lot of data. My HDD allocation on the local network is about 50 MB, so it's a good candidate to test the "no disk space" error. Currently when ...
5
votes
3answers
480 views

Tips to save space in mongodb

Various mongodb services meters by disk use. What are some tips for saving space when working with mongodb? Thanks.
5
votes
6answers
3k views

Finding out total and free disk space in .NET

I am trying to find a way to determine the total and available disk space in an arbitrary folder from a .NET app. By "total disk space" and "available disk space" in a folder I refer to the total and ...
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
4answers
409 views

Get available diskspace in ruby

What is the best way to get diskspace information with ruby. I would prefer a pure ruby solution. If not possible (even with additional gems), it could also use any command available in a standard ...
4
votes
5answers
2k views

Disk usage in linux using python

I'm using python 2.6 on linux. What is the fastest way: to know which partition contains a given directory or file? For example, suppose that /dev/sda2 is mounted on /home, and /dev/mapper/foo is ...
4
votes
1answer
1k views

How can I reduce the size of a Subversion repository?

I have a pair of svn repositories which are significantly larger than others. They're not too big for svn, but they're taking a lot of disk space I'd rather be using for something else. What ...
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
539 views

partition full, or not?

my partition /tmp is full... and its empty at the same time. So the partition is full. Check the directory: # du -sh /tmp 28K /tmp What? It is empty... And it is really empty... just two empty ...
4
votes
6answers
5k views

What is the unix command to see how much disk space there is and how much is remaining?

I'm looking for the equivalent of right clicking on the drive in windows and seeing the disk space used and remaining info.
3
votes
1answer
69 views

How can GetFreeDiskSpaceEx return the (seemingly) wrong amount of disk space?

So I work on a device that outputs large images (anywhere from 30MB to 2GB+). Before we begin creating one of these images we check to see if there is sufficient disk space via GetDiskFreeSpaceEx. ...
3
votes
2answers
64 views

Is there a way to get available disk space in Silverlight?

I'm currently trying to determine the available disk space from my Silverlight application. My app can download a lot of data (video files) and obviously, this can fail if the disk space isn't ...
3
votes
1answer
97 views

Is there any msbuild-task to get free space in a unit in TFS Builds (TFS2008)?

My builds are failing because some times I have no disk-space in my build server. The problem is that the error message is not clear. It fails in any random part and log is not available when this ...
3
votes
1answer
151 views

iphone - how to know the storage size an app used?

My app is caching content so that user can read it when offline. I wrote everything of the cache into a database file (using CoreData) in iPhone. However, the storage size is limited in iphone. So ...
3
votes
2answers
253 views

iphone - storing images to disk

I have a bunch of images that I want to save to my app but I'm worried about taking up too much space on the device. Is there a way to check how much space I'm taking up? And how do I know when I ...
3
votes
1answer
139 views

Google App Engine Database : disk usage

I have a Google App engine Application storing 135 MBytes into its datastore, however when I check my quotas It tells me that I'm using 76% of my Free 1gb of stored data. Is it because of the index ? ...
3
votes
5answers
7k views

How can I check for available disk space?

I need a way to check available disk space on a remote Windows server before copying files to that server. Using this method I can check to see if the primary server is full and if it is, then I'll ...
3
votes
2answers
1k views

du in powershell?

How can I get a "du" -ish analysis using powershell? I'd like to periodically check the size of directories on my disk. The following gives me the size of each file in the current directory: ...
3
votes
3answers
2k views

How can I find the free space available on mounted volumes using Perl?

I'm trying to untar a file. Before untarring I would like to know free space available on the mounted volume. The plan is if there is not enough space I will not untar it! So how can I find the free ...
2
votes
2answers
149 views

How to handle disk full errors in java

I am working on a java application. We read lot of data, manipulate it and then write to files in local m/c. If, in any case, the disk is full then how to handle this exception in java application.
2
votes
1answer
123 views

physical disk space management of cassandra

Recently I have been looking into Cassandra from our new project's perspective and learned a lot from this community and its wiki too. But I have not found anything about about how updates are managed ...
2
votes
3answers
206 views

Finding out what folders and files take the most space on a Windows computer?

1) What good software out there already exists that allows one (preferably visually) see what folders and files are taking the most space on one's computer (Windows Vista compatible) 2) Say I wanted ...
2
votes
1answer
123 views

Are there more efficient alternatives to ASP.NET 2.0 anonymous Profiles?

I discovered ASP.NET profiles a few years back and found it quick and easy to implement some powerful functionality in my web site. I ended up exclusively using "anonymous" profile properties because ...
2
votes
3answers
236 views

Find out how much storage a row is taking up in the database

Is there a way to find out how much space (on disk) a row in my database takes up? I would love to see it for SQL Server CE, but failing that SQL Server 2008 works (I am storing about the same data ...
2
votes
1answer
227 views

how to estimate disk size required for subversion

We have a subversion repository for a large application, and create stabilisation branches for each release. Development branches are created as well for major contributions worked on by several ...
2
votes
6answers
154 views

Which data structure should I use for storing hash values?

I have a hash table that I want to store to disk. The list looks like this: <16-byte key > <1-byte result> a7b4903def8764941bac7485d97e4f76 04 ...
2
votes
3answers
585 views

how much server space do I need for a subversion repository?

I'm going to be getting some server space of arbitrary size, and be given ssh access to it to set up a subversion repository. But, I have no idea how much space to ask for. For now, it's going to ...
2
votes
6answers
969 views

bash: Measure disk space of certain file types in aggregate

I have some files across several folders: /home/d/folder1/a.txt /home/d/folder1/b.txt /home/d/folder1/c.mov /home/d/folder2/a.txt /home/d/folder2/d.mov /home/d/folder2/folder3/f.txt How can I ...
2
votes
2answers
386 views

GetDiskFreeSpaceEx with compressed disk

I want to get the free space on a compressed disk to show it to a end user. I'm using C++, MFC on Windows 2000 and later. The Windows API offers the GetDiskFreeSpaceEx() function. However, this ...
2
votes
4answers
1k views

Programatically determining file “size on disk” in advance

I need to know how big a given in-memory buffer will be as an on-disk (usb stick) file before I write it. I know that unless the size falls on the block size boundary, its likely to get rounded up, ...
2
votes
2answers
878 views

Reserving Disk Space on iPhone

I want to be able to 'reserve' a set amount of disk space on my iPhone for my particular application. Before I get flamed I should add this is NOT for a public application. I assume the simplest way ...
2
votes
1answer
871 views

Available space left on drive - WinAPI - Windows CE

I've forgotten the WinAPI call to find out how much space is remaining on a particular drive and pinvoke.net isn't giving me any love. It's compact framework by the way, so I figure coredll.dll. Can ...
1
vote
3answers
37 views

Eclipse .metadata\.plugins disk space

Eclipse's .metadata/.plugins seems to consume way too much space (235 MB), is there something I can safely throw away and still be happy? I archive my source root, and this seems to take away all my ...
1
vote
0answers
48 views

Simplified/automated datafile free disk space reclaim

On Oracle version 11g: After Googling, I can't find a simple way to reclaim free space after deleting a table. I've found a lot of explanations, telling how the datafile becomes fragmented, the big ...
1
vote
3answers
40 views

What database is best suited, especially in terms of disk usage, to millions of very small rows with a high insert, query, and delete volume?

I'm looking at a table structure that might look about like this: | char(32) | char(32) | (boolean) | The combination of the first two columns will be indexed. This database could easily have ...
1
vote
2answers
185 views

Mysql table size on the HDD

I have a around 80 csv files, each contains 4million rows, I want to make calculation regarding the disk size. How can I make this? I have an Idea, to upload one file and check the table size, but I ...

1 2 3