Problem with ftp space

Kurogane

Verified User
Joined
Oct 6, 2019
Messages
88
Hello,

I've having a problem with upload files via FTP.

Code:
552 Disk full - please upload later

Obvious error no? but not is not obvious, i have free disk space and resource plan is unlimited. Via Directadmin if i want to upload not having this error, upload without issue it only happens if i want to upload via ftp.

I'm using pure-ftpd, please what could be the issue.
 
i have free disk space and resource plan is unlimited.
Care to share the provider? really unlimited ? good to be true as seen because somehow the provider has limited your space
Pleas try to contact your provider first
 
Perhaps an inode limit, some hosters set limits on that when they give you unlimited.
 
You got confused, i'm not saying i have a host with unlimited resource if not "reseller plan" you create via directadmin.

I've a dedicated server with own resource and know space what i'm using also is not inode issue, first because i own my server and second i check inode and is fine.
 
check all partitions, maybe /tmp full, check logs, check ftp connection host - maybe you connect to another server, check quota - DA didn't show realtime disk usage.
 
I'm fine with space in all partitions including tmps, i'm connecting right server and i can connect to but when i start to upload give me that error.
 
I'm getting the same message. Did you fix it? I have a VPS but I'm pretty sure its not at its limit. I have 175GB.
Can't upload anything on all users on the server unless I make some free space.
 
Last edited:
If I run: $ df -h I see Use 100% on /dev/mapper/cl-root

Filesystem Size Used Avail Use% Mounted on
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 1.8G 0 1.8G 0% /dev/shm
tmpfs 1.8G 174M 1.7G 10% /run
tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup
/dev/mapper/cl-root 72G 72G 499M 100% /
/dev/sda1 974M 262M 646M 29% /boot
tmpfs 365M 0 365M 0% /run/user/100x
 
I have 175GB.
I don't know where you see 175 GB
What is see is 72 G from which 72G is used and 499M free, so yes, your disk is full.
You don't have a cl-home so the cl-root is used and that is full.

So message is correct, your disk is full. If you think you should have 175 GB then I would advise to contact your vps provider.
 
I rent a server at Argeweb and it has a Pro 4 packet.
It says: 2 CPU / 175 GB storage / 4MB memory
I see the Pro 1 has 75GB and maybe it isn't changed after upgrading.

I will contact them.
 
Last edited:
Oke, they tell me they will fix it tomorrow.
With some command-line on SSH I should be able to use the full 175 GB. (I can use more space but somehow still restricted by the server)
The dude I talked with didn't know the command himself and the ones who do are not working anymore.
 
$ lsblk


NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 175G 0 disk
|-sda1 8:1 0 1G 0 part /boot
`-sda2 8:2 0 74G 0 part
|-cl-root 253:0 0 72G 0 lvm /
`-cl-swap 253:1 0 2G 0 lvm [SWAP]
sr0 11:0 1 1024M 0 rom

So I think I have to increase the partition or something..
 
The dude I talked with didn't know the command himself and the ones who do are not working anymore.
They should have fixed it at once, just a couple of minutes work.
Since you rent with Argeweb I presume you can read Dutch.

Check this.
 
Correct, thanks for your help. Yes well I guess they are strict on worktimes.
I will let them do it tomorrow. Its not my expertise.
 
Back
Top