Questions tagged [disk-space-utilization]

For questions related to disk space utilisation.

For questions related to disk space utilisation.

602 questions
3
votes
1 answer

Creating a System Event for Newly Created 10 Gig Files in a specific directory

I'm looking to find some way that my Windows Small Business Server 2011 machine can auto create system events any time there is a newly created file 10 GBs and larger in a specific directory. It seems that the ideal tool to use is the File System…
3
votes
4 answers

Why can I not shrink the disk volume down more than 50% of original size on Server 2008

I have a new server with 540 GB disk on one partition. I decided to shrink the volume down so I could have a couple of partitions for various reasons. I could only shrink the volume by 50%. I went back in later thinking maybe I could shrink it…
3
votes
1 answer

Running out of memory, or running out of disk space?

I'm running a database loading process (osm2pgsql) which is failing: Processing: Node(17404k 148.8k/s) Way(1351k 6.38k/s) Relation(9520 29.94/s)way_done failed: ERROR: could not extend file "base/140667/152463": No space left on device HINT: Check…
3
votes
1 answer

How to list disk space usages of all containers on an OpenVZ server?

I have an OpenVZ server with 46 containers. How do I get a list of all the containers with their corresponding disk usage?
user3180
  • 337
  • 1
  • 4
  • 13
3
votes
1 answer

How do I find the biggest files on multiple servers and sum up their size?

I am trying to find the biggest files in the /export/home directory and add up (sum) their sizes. Script: #!/bin/bash filename=hostnames > export_home.log while read -r -a line do hostname=${line//\"} echo $hostname":" >> export_home.log …
ujjain
  • 3,983
  • 16
  • 53
  • 91
3
votes
1 answer

Bulk removing Features On Demand payloads from Windows 8?

Short of running dism /online /disable-feature /remove /featurename:featurename on every feature I'd like to prune, is there a way of removing the payload on disk for all disabled features?
Martytoof
  • 135
  • 1
  • 6
3
votes
2 answers

OpenBSD - Image on a new, bigger disk - how to use the extra space

Our present OpenBSD server needed more disk space, so we replaced the 13 GB disk (it's pretty old too) with 150GB. An image was made and then restored on the new disk. So far, so good. The new disk has a 13GB OpenBSD partition, it boots and works…
Erwin Blonk
  • 151
  • 2
  • 4
  • 15
3
votes
1 answer

Ubuntu mysql error: Disk is full writing

I had some mysql problems yesterday. I got "Too many connections" error on my sites because one of my script went a little bit crazy. After I fixed the connection problems I still got an error in mysql log. /usr/sbin/mysqld: Disk is full writing I…
martintrapp
  • 177
  • 1
  • 1
  • 5
3
votes
2 answers

Mail Server suggestion for large inboxes

The employees in the company that I working are using mails alot. Some employees have more than 20GB of mail archive (Checked from Outlook data files). I am using hMailServer for mail server. The reason why they have such a high archives is this:…
Valour
  • 157
  • 4
3
votes
2 answers

df -h overreports disk space on VPS

When I run the command df -h on my new Ubuntu linux vServer I get the following: # df -h Filesystem Size Used Avail Use% Mounted on /dev/hdv1 466G 33G 434G 7% / none 16M 0 16M 0% /tmp Running…
Rincewind42
  • 133
  • 5
3
votes
2 answers

Got error 28 from storage engine (disk full) but my disk are not full

Basically MySQL is giving me many errors of "Got error 28 from storage engine" that means no more disk space is available. The output of df -h is: File system Dim. Usati Disp. Uso% Montato su /dev/md1 10G 7,9G 1,6G 84%…
dynamic
  • 740
  • 6
  • 17
  • 32
3
votes
1 answer

AMI AWS No space left on device

I have a small AMI instance on AWS. The docs say that I should have 160G. I cannot download anything to the server as I get the following error: write error: No space left on deviceMiB | 276 KiB/s $df -h Filesystem Size Used Avail Use%…
3
votes
3 answers

What kind of Windows-based "process accounting" software is available?

Linux has pacct and kernel-based processing. What equivalents are available for Windows? I am aware (and use/recommend) of Process Explorer, but that only tracks real-time stats, with non-portable graphs for a single process. I want to be able to…
3
votes
4 answers

Missing drive space in Server 2003

I have two drives used for SQL backups which for the last week have been acting strange - the free space indicated by windows is far off from what windirstat, etc indicates. There should only be about 60 GB of drive space used and there is about…
3
votes
3 answers

Disk Cleanup on Server 2008 R2 is ineffective

I have a user profile with ~2.9GB of Error Reports backed up in the ReportQueue folder (C:\Users\UserName\AppData\Local\Microsoft\Windows\WER\ReportQueue). Running DiskCleanup as the administrator does not detect these files and therefore does not…
Chris76786777
  • 979
  • 5
  • 21
  • 35