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…
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…
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…
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
…
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?
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…
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…
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:…
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…
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%…
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%…
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…
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…
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…