5
votes
4answers
558 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 ac …
1
vote
8answers
114 views
Looking for a “build storage filesystem” that can merge duplicate and similar files for increased storage space
Our shop is constantly running out of disk space, because we have a mandate from the developers and management to keep all of the nightly builds, as it greatly aids debugging.
Eac …
1
vote
2answers
116 views
Android and data storage space?
Hi
Im wondering how much data storage is available for my application in android?
I need to cache lots of files, and i was thinking to store it inside the sharedpreferences, this …
3
votes
2answers
52 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 iss …
4
votes
3answers
334 views
How to find how much disk space is left using Java?
How to find how much disk space is left using Java?
3
votes
3answers
124 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 mul …
0
votes
1answer
55 views
Find out if there is enough disk space to install in a shared folder
I need to be able to install a program in a shared folder on a computer in LAN.
First i must find out which folders are shared on a computer, and then check if there is enough dis …
1
vote
3answers
496 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 c …
0
votes
1answer
45 views
How does the compression file attribute impact performance on a file save in windows?
QUESTION:
If I set the compression attribute on a directory on a windows server, how does that effect file saving performance?
WHY I WANT TO KNOW:
I have a server that several …
0
votes
4answers
258 views
table size not reducing after purged table
I recently perform a purging on my application table. total record of 1.1 millions with the disk space used 11.12GB.
I had deleted 860k records and remain 290k records, but why m …
1
vote
5answers
368 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 i …
0
votes
0answers
38 views
About keeping track of disk space in web server
Hi.
May I ask is there any recommended tools for keeping track of the disk usage on a web server?
And is there any special things that I may need to consider for choosing a tool …
0
votes
3answers
494 views
c# - Get free disk space [closed]
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 …
0
votes
3answers
110 views
postgreSQL vacuum temp files?
Hey,
I've got a "little" problem. A week ago my database was reaching full disk capasity. I deleted many rows in different tables trying to free up disk space. After wich i tried …
0
votes
5answers
169 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.t …
