Questions tagged [disk-space-utilization]

For questions related to disk space utilisation.

For questions related to disk space utilisation.

602 questions
0
votes
1 answer

FTP Reporting Disk Quota Exceeded

I am using Notepad++ with FTP_Synchronize to upload files to a server, however, it appears that it is not allowing my file to upload because apparently the "Disk Quota Exceeded" 11:18:49 > -> TYPE I 11:18:49 > Response (200): Type set to I 11:18:49…
Austin
  • 15
  • 2
  • 7
0
votes
2 answers

how to limit disk space per user in a PHP web application & CentOS

we have a web application written in PHP and we want all our users to be able to upload images for e.g. 50MB. We will create a directory structure so that every user has its own folder like app/user1/images app/user2/images ... Now everytime a user…
solsol
  • 1,121
  • 8
  • 21
  • 31
0
votes
1 answer

Disk space consumed

I have a very serious problem here in one of my client server. The remote server is installed with REDHAT ES 5.2 and we have a postgresql as database. I was trying to clone the database. The hard drive had 32 GB of free space before taking clone. I…
None
0
votes
1 answer

Is it safe to delete MSP files from c: drive on Windows 2008 Server?

I have a server (actually it's my development VM) that's quite space-limited, and a significant proportion of the c: drive is being used by Windows to store MSP files. A bit of searching has told me these are MS-patch files for installations. Are…
0
votes
0 answers

Why are "wmic diskdrive get size" and "(Get-Disk).Size" returning slightly different values?

As you can see, the following commands provide slightly different output. Why? I was expecting them to be the same. There is a 2.66MB difference between the two. How can I get the values from "wmic diskdrive get size" in powershell? This is the…
Ingram
  • 153
  • 1
  • 2
  • 7
0
votes
0 answers

Is that possible to monitor mysql in cloudwatch?

I have some server in EC2, In that i have configured memory/disk usage metric in cloudwatch it is showing overall usage but i want to check memory of particular path How to check that? Is that possible?
0
votes
1 answer

MSA volume is more used than the StoreEasy disk

I meet a problem on connection between MSA - Proliant servers. The volume has been created on MSA in raid 6: https://i.stack.imgur.com/6lUIY.png https://i.stack.imgur.com/u1LP7.png https://i.stack.imgur.com/lq3FW.png My question is: why does the…
0
votes
0 answers

deleted files doesn't free up space on nfs volume

I would like to hear your suggestion on why space is not released after files deletion. Jira application uses nfs volume as shared jira home. 12 gb indexes snapshot is created per hour (oldest one is deleted and newest one is created) and the…
y47999
  • 1
  • 1
0
votes
0 answers

What's the Difference between xvda15 and root on AWS ubuntu?

So I ran df -hT on my AWS EC2 Ubuntu instance to check the disk storage. I get the following response: Filesystem Type Size Used Avail Use% Mounted on /dev/root ext4 7.6G 7.0G 671M 92% / tmpfs tmpfs 7.9G 4.0K 7.9G 1%…
0
votes
0 answers

How to diagnose out of space errors?

Twice I've noticed out of space errors in my php app and both times I've received the error "No space left on device while writing config" when attempting to login via ssh to troubleshoot the problem. I have plenty of free disk space and both times…
Dan Bray
  • 113
  • 1
  • 1
  • 7
0
votes
2 answers

df -h --total command showing wrong total disk size

I have 512GB attached to my linux centos 7.9 server I'm trying to know how much total disk size used from overall disk size from inside the server I tried to use df -h --total command to show the total disk and used percentage but it shows 224GB…
0
votes
1 answer

Ubuntu server: after upgrading to 22.04 LTS my disk space decreased from 54% to 30%. How can I free up some space?

I recently upgraded an old VM from Ubuntu 18.04 to 20.04 and 22.04. Before the update, I had ~50GB of free space, now I have 24GB. I already run apt autoremove, I purged unused kernel files and emptied apt cache. I also completely removed mySql, and…
0
votes
0 answers

Issue adding space from /home to /var with ext4 fs debian 11

My /var is full on 9.1GB and I need to increase space to 100GB from /home that has 1.4TB. When I run fdisk it keeps giving me the same default amount of space (9.1GB). Is the another way of adding more space from /home to /var that I can use to…
0
votes
1 answer

Linux: 1 TB HDD showing 7 TB partition!

I replaced a 1 TB HDD (which holds a single EXT4 partition with lots of hardlinks to backup files/directories also inside this partition. It has also a bunch of regular files/directories) with a 2 TB HDD and now I'm trying to copy the former's data…
0
votes
1 answer

How to merge in Dovecot extra fields from system accounts to passwd-file format?

I'm running an Ubuntu mail server with Dovecot 2.2.33 and am using system accounts: passdb { driver = pam I have about 100 mail users. I would like to impose per-user storage quotas, but the Dovecot docs on per-user quota configuration say: The…
TommyPeanuts
  • 472
  • 1
  • 7
  • 24