Questions tagged [disk-space-utilization]

For questions related to disk space utilisation.

For questions related to disk space utilisation.

602 questions
3
votes
2 answers

How do I get Bamboo's disk usage under control?

Here's the scenario: Our source code is on Github. We run Bamboo (2.7.3 currently) on a Linux server here at work. We have several builds that are farmed out to remote agents (for example, to build iPhone software). On the remote agent, Bamboo…
clee
  • 253
  • 2
  • 10
3
votes
2 answers

Windows Server 2008 Disk Size

I have a fairly fresh install of Windows Server 2008. When I right click on the C: drive and view properties, it says I have used 25.2 GB, but when I select all the contents of the C: drive and view properties it says that the size (and Size on…
Vaccano
  • 1,027
  • 3
  • 16
  • 29
3
votes
1 answer

ERROR: The partition with /var/lib/mysql is too full!

Possible Duplicate: ERROR: The partition with /var/lib/mysql is too full! Hi I am running in a problem here I have a linux instance running on EC2. All was working fine till last night. Today morning it showed me some error stating that there…
jimy
  • 177
  • 2
  • 3
  • 8
3
votes
2 answers

Windows 2008 R2 Server Core Disk Space Requirements/Recomendations

I'm in the preparation stage to roll out a few Windows 2008 R2 Server Core in my VMware ESX environment. In looking over the documentation it looks like Server Core can operate in a little as 6.5 GB of hard drive space. Less disk space required. A…
3
votes
4 answers

Out of disk space on 4GB partiton yet it's only using 2GB

I'm running Ubuntu and have had a problem where the root partition has run out of disk space. When I perform df -h I get the following: Filesystem Size Used Avail Use% Mounted on /dev/sda6 4.6G 4.5G 0 100% / Yet there…
Camsoft
  • 961
  • 4
  • 12
  • 21
3
votes
2 answers

Trying to grok Linux quotas, where is the data stored?

So all the tutorials and documentation for the Linux quota system has left me confused. For each filesystem with quotas enabled/on where is the actual quota information stored? Is it filesystem metadata or is it in a file? Say user foo creates a new…
CarpeNoctem
  • 2,437
  • 4
  • 23
  • 32
3
votes
1 answer

Is there some way to change windows disk size without actually increase it?

What I mean is, for test purpose, Can I change the disk size showed for Windows without actually increase it. For example, in "this computer", the real disk size is: 50gb, but I'd like to change some setting on windows to make it think that the disk…
2
votes
1 answer

AWS CloudWatch alarm not populating data points - Insufficient state always

I am configuring CloudWatch alarm from the custom metric. Custom metric for disk space is configured, and I can see that every 5 minutes I am able to see the data. But when I set the alarm, the data points are not shown. For example: Image below is…
2
votes
1 answer

How to expand the root disk partition without LVM

I was wondering how to increase the size of a root partition without LVM. We have a root partition of 21GB in total and another partition with 2TB in total. Ideally, we'd like to keep everything on / and just increase the size, potentially utilizing…
b8016374
  • 21
  • 4
2
votes
1 answer

how to use our existing mac pros as distributed storage?

I work in a lab that has to support some fairly processor-intensive user applications but basically has no need for local disk storage because we don't guarantee any kind of data persistence. However, being a Mac shop, we still buy Mac Pros with…
Wang
  • 226
  • 1
  • 5
2
votes
4 answers

Server - clean up tool?

I have a Windows 2008 virtual server. Some how every week my server uses an extra 2 gigs and I do not know the reason. Are there any free utility tools that can scan a server and let you know whats gobbling up space?
user29266
  • 363
  • 1
  • 5
  • 12
2
votes
1 answer

BTRFS, out of space, but there is plenty of space

I am facing No space left on BTRFS. What I already tried myself: After remount RW: btrfs filesystem resize max /mnt/hdd I ran balance (for weeks ;-) ) with different parameters btrfs balance start /mnt/hdd -dlimit= Nothing did help. What…
2
votes
2 answers

Low disk space truncate

When you have a low disk situation with a log file taking up some GB and you have no disk space left what is the best course of action without losing any of logs? Things I tried was to mv the log file and compress, but this will show up as deleted…
Olive.b
  • 72
  • 1
  • 2
  • 11
2
votes
0 answers

Unexplained massive rmagick temporarily file

Problem We recently ran into a situation whereby some of our server instances were suddenly running out of disc space, evidenced by below graph: The reason for running out of disc space is a single /tmp/magick-??? file, that grows into a 4GB…
Jack
  • 636
  • 4
  • 15
2
votes
2 answers

How to free up disk space in root directory?

df -h Filesystem Size Used Avail Use% Mounted on udev 1.9G 12K 1.9G 1% /dev tmpfs 391M 1.2M 389M 1% /run /dev/sda6 19G 17G 597M 97% / none 4.0K 0 4.0K 0% /sys/fs/cgroup none …
user3591497
  • 53
  • 1
  • 1
  • 3