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