Issues relating to availability of disk space.
0
votes
1answer
20 views
Database running out of space [closed]
My database has 16MB of space left
I used to just truncate as I was taught but I found these links that advise against truncating
...
0
votes
0answers
14 views
My 500GB external HDD is now only 150gb. What could have gone wrong? [migrated]
Attempting to hand over my external HDD to a friend of mine for his use, I deleted all the files in my external HDD amount to freeing space close to 470GB. I did it all in my mac. For all I remember, ...
0
votes
2answers
17 views
Java Fill preallocated File with Data (on drive)
i want to download a videofile from the web. It is 121 MB. Now i want to pre allocate this 121 MB on the disk (with zeros or what ever) and fill it step by step with the data of the inputstream from ...
0
votes
1answer
17 views
SOLVED: What does getAvailableBlocks() on Android actually return?
I'm writing an app that gets how much disk space is left on an Android device and I use the following code:
public int phone_storage_free()
{
StatFs statFs = new ...
0
votes
2answers
25 views
extending logical volume in ubuntu
I have the following problem. I ' ve added a 20GB to my ubuntu machine (from 20 to 40gb). Now this is what i get from fdisk -l command :
Disk /dev/sda: 42.9 GB, 42949672960 bytes
255 heads, 63 ...
0
votes
0answers
9 views
root space full How to take backup?
I 'm using ubuntu and windows in parallel. In my hard disk I left some space for windows and linux also. Now disk apace is full. How can I transfer some data from root to other derive without ...
0
votes
1answer
23 views
vmware enlarging space for linux
Its maybe stupid question but how can i enlarge my linux machine from 20 to 40gb? i need to increase my / space. I made it on vmware and its says 40gb now but if i make :
df -h
Filesystem ...
0
votes
1answer
17 views
VB.NET: To Monitor Disk Usage
I was wondering if disk usage monitoring is programmatically possible in VB.NET?
I will be using this to monitor our system clones, there is one point that the clones in the queue will fail because of ...
5
votes
1answer
90 views
How to estimate temporary disk space required for MySQL query?
I have a set of quite complex SELECT queries which use a lot of disk space (I see this from df -h while running). Is there a way to estimate the temporary disk space required for a query before ...
4
votes
2answers
93 views
How to rewrite a file from a shell script without any danger of truncating the file if out of disk space?
How to rewrite a file from a shell script without any danger of truncating the file if out of disk space?
This handy perl one liner replaces all occurrences of "foo" with "bar" in a file called ...
1
vote
1answer
30 views
Determine disk space consumed by a structure of directories
I have a directory structure which will contain thousands of files/directories. Now, I want to determine who much disk space is consumed by this directory structure. One of the method to determine ...
0
votes
1answer
53 views
Difference between a Hard Link and its Program in C
I'm writing a program that does something similar to the disk usage utility on Linux, and I'm having trouble when it comes to Hard links.
I currently have the program running, and it determines ...
1
vote
2answers
74 views
Get Real Free Usable Space
I've got an issue with a program that should send me back the free disk space usable by any user.
My goal is to get all the free disk space of every partitions of my hard drive that is usable by ...
0
votes
1answer
87 views
Disk space rapidly decrease because of /var/log/cups/error_log has gone to be very huge
After I update my ubuntu to 12.04, my system went slow and system warn me that my disk space has less left. I checked my disk and found the file /var/log/cups/error_log 's size is 78G!!. I checked ...
0
votes
2answers
25 views
Use value from void in onCreate inputfilter
I'm working on an app which generates swap space on the /cache partition of Android devices. It can already calculate the maximum size of the swap, but the maximum amount one can enter is still ...
0
votes
1answer
40 views
How wide is a null column in a table in a PostgreSQL database?
Do null columns consume the same space on disk as when transferred over the network to a client?
How wide, in bytes, is a null column in a table in a PostgreSQL database?
0
votes
1answer
45 views
SQL Server: About improving diskspace
I've tried to find out the answer to this question, but i haven't found a clear and/or precise answer.
In MS SQL (2008 in this case) does any of this commands: Delete, Truncate or Drop (table), ...
0
votes
2answers
24 views
Is there a way to have shorter `_cls` values in mongoengine?
Is there a way to have shorter _cls values in mongoengine, apart from making the names of the classes shorter (which would make code difficult to read)?
I was looking for something like this:
class ...
0
votes
0answers
117 views
Not enough disk space when doing a SOAP request on mac osx
I'm on Mac osx, I'm sending a SOAP request and the response is:
There is not enough space on the disk.
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
...
0
votes
1answer
31 views
does BIT fill unused space past 1 byte?
My tables will probably have very large row lengths. If I'm reading correctly, a BIGINT with a value of 1 will take up the full 8 bytes. ...
1
vote
2answers
105 views
Funny and really annoying integer issue
So, I have the following code, I know it is broken somewhere and I simply cannot identify where...
static uint64_t get_disk_total(const char* path)
{
struct statvfs stfs;
if ( statvfs(path, ...
1
vote
1answer
77 views
With Phonegap, how can I check how much free disk space remaining?
I have a Phonegap app that uses filesystem API to save file on device filesystem.
On startup the app requires some filesystem space with window.requestFileSystem but runtime it's possible to download ...
0
votes
1answer
72 views
Size on Disk of multiple tiny files
Size: ~5mb
Size on Disk: ~3gb
We're using C# and saving data constantly as it changes, all of the file data has to be accessible at any given time. Basically if something changes the file ...
2
votes
2answers
86 views
Analyse SVN disk space
I'm searching for a tool, which help me to analyze the disk space requirements of different files in a repository.
In my repository there are bigger binarys with several revisions.
So I'm for ...
1
vote
1answer
33 views
Is disk space consumed when storing null data?
I use the sqlite database.
When adding records, disk space is obviously used for non null data. But what about data records that contain null values?
Why Im asking is that I will have a large number ...
1
vote
4answers
113 views
How to save disk usage when cloning git or hg repositories?
I have cloned few trees into my local disk and it takes too much space from my limited laptop disk. Unlike non-distributed version controls, such as SVN and CVS, when you checkout a git or Mercurial ...
0
votes
0answers
167 views
Recovering lost inodes after moving large number of files [closed]
TL;DR version: Are there any tools that I can install on a flash-drive Ubuntu that will recover 'lost' inodes?
I am having a problem after mv'ing a large number of small files on my Ubuntu 12.04 ...
0
votes
1answer
92 views
Need to check RDS diskspace utilization
Recently we have been facing problem on RDS as our allocated diskspace is getting exhausted on Amazon RDS.
So is there any tool/plugins (nagios plugin) available or any other utility through which we ...
0
votes
1answer
282 views
How to resolve `FATAL: could not write lock file “postmaster.pid”: No space left on device` error? [closed]
I have installed postgres 8.4.9 database in my fedora core 14 and deployed an application. It was working fine until today before I tried to restart the system. Now I am unable to start the pgsql. ...
0
votes
0answers
44 views
Huge number of session files in tomcat running wicket application
I am running an wicket 1.5.7 application on Tomcat 6 and CentOS. Last 7 days I have a huge number of session folders in tomcat work folder. Those folders doesn't get deleted after session has expired. ...
0
votes
1answer
112 views
Postgresql find total disk space used by a database [closed]
I have more than 50 databases hosted in my postgresql server, i need to move some of them on another host, to free-up some disk-spaces.but how can i measure the free-space used by each database on my ...
0
votes
0answers
41 views
Exchange server disk space and Emails copies
We are considering to empty some disk space on an Exchange server. I was wondering if when an email contains many addresses in CC, does Exchange saves as many copies on the disk as the receivers? or ...
-1
votes
1answer
69 views
Why does RAID-10 shows more diskspace than it should? [closed]
I ordered a RAID-10 6 disk array(600mb each disk @ 15k rpm) from my host, but when I do df on ssh it show 1.7TB (I'm using centos). Shouldn't my available disk space be around 1.2TB tops?
I'm ...
0
votes
3answers
132 views
Linux command df extract “name” and “available space” [closed]
How can extract only "name" and "available space" from df linux command.
1
vote
4answers
173 views
Git disk usage per branch
Do you know if there is a way to list the space usage of a git repository per branch ? (like df or du would)
By "the space usage" for a branch I mean "the space used by the commits which are not yet ...
0
votes
1answer
91 views
Linux Command Find a Drive with given Free space [closed]
I am searching for a linux command to find a drive which have free space greater than the given number.
Means I am trying to find a drive with space equal or greater than 4 GB.
Any suggestions.
...
1
vote
1answer
108 views
MongoDB Replica-Set Disk Cleanup
I am trying to shrink the size of my MongoDB replica-set(the collections are the same size but disk space keeps growing). According to the MongoDB website, I should just run mongod --repair on the ...
0
votes
1answer
422 views
Getting disk space error, but enough disk space is available
I am experiencing a problem with a website.
Originally the Access database file got lost, and started causing 500 errors on the website because it could not find the database file.
I found a backup ...
0
votes
1answer
85 views
Store diskspace in a file
Hello I have a javascript file, that stores data in the mongodb. I would like to do two things
1) ask for the diskspace due to "db.mycol.stats();" or something like that and store the used storage ...
2
votes
1answer
519 views
Trying to resize2fs EB volume fails
I have a 200GB EBS volume and am trying to increase the space available. I followed the instructions on: ...
0
votes
0answers
74 views
Windows - I don't use MongoDb but it uses 3gb on windows
I installed mongodb to play around with it using chocolatey. I played around with it in that I created a simple db and stored some values from the command line and went on my way. Six months later ...
0
votes
1answer
106 views
How to reserve continuous blocks in XFS with CentOS5.8?
I'm using CentOS5.8, with XFS filesystem extend storage disks. What I want to do is, pre-allocating many files, with continuous blocks in filesystem, both single file and crossing files.
I could do ...
0
votes
0answers
89 views
filesystem root low on disk space
I am running eclipse Juno on Ubuntu natty. When I try to start an android emulator, I get the message that my Filesystem Root has low disk space. Then, seemingly, the emulator is started but without ...
4
votes
2answers
134 views
Searching in couchdb or do river thru an elastic search
I understand we create views on couchdb and then we can search. Another interesting approach is to connect couchdb with elasticsearch thru river and search in elasticsearch. I have two questions:
in ...
1
vote
3answers
81 views
When does the space get allocated
If I declare a column as nvarchar(max), I understand that this will allocate 2Gb of space, but does it actually take the 2Gb, of disk space, straight away once I save the changes to the table? Or, is ...
2
votes
1answer
205 views
AWS Amazon offers 160GB space for small instance. On booting Suse linux the total root partition space is
AWS Amazon offers 160GB space for small instance. On booting Suse linux the total root partition space I got is 10GB. On df -h I only see/dev/sda1 with 10GB space. Where is rest 150GB? How can I claim ...
0
votes
1answer
187 views
List total free space in available drives VB.net
I am trying to get the free disk space from all the logical drives available on the computer using batch and VB.net. Using "wmic" i get the required output and then using VB convert the 'bytes' value ...
-1
votes
1answer
296 views
Size vs Size On Disk
I read about the byte vs cluster theory, but I don't think it can apply in my case;
Doesn't seem to have to do with "a bunch of small files";
.
├── [ 11K] 2ndVisit_Checklist.xlsx
├── [ 35K] ...
3
votes
0answers
160 views
Why is xCode reserving so much disk space when running?
I've noticed then when I have 1 or more projects open in xCode, free disk space on my disk quickly goes down to few (~40) MBs. I want to understand why is this happening, even when developing a ...
1
vote
1answer
145 views
Number of free inodes on a partition containing a directory
I have a Python script running under Linux that generates huge numbers of tiny files into a given directory. However, many Linux filesystems like ext4 have a fixed number of inodes set at creation ...



