550 New Folder: Disk Quota exceeded

Discussion in 'Installation/Configuration' started by Geoinline, Jan 20, 2006.

  1. Geoinline

    Geoinline New Member

    My site's settings are set to unlimited..
    Code:
    Space MB: -1
    Traffice MB: -1
    
    so why is it that I'm getting this error when I try to make a new folder?

    Code:
    550 New Folder: Disk quota exceeded
    When I try to upload a file it says..

    Code:
    200 Type set to I
    200 PORT command successful
    150 Opening BINARY mode data connection for mysong.mp3
    When i delete some files on the site I can make folders and upload files again.

    Any suggestions would be appreciated
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please post the output of
    Code:
    repquota -avug | grep <group of web site, e.g. web1>
     
  3. Geoinline

    Geoinline New Member

    Typing

    Code:
    repquota -avug grep | <admin,web8>
    results in

    Code:
    -bash: syntax error near unexpected token `newline'
    Do I have the syntax correct?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    If the group is web8, use the command like this:

    Code:
    repquota -avug | grep web8
     
  5. submitworld

    submitworld New Member

    ispconfig"disk quota exceeded"

    I have the same problem, could you give me some direction to fix it out?

    [root@host /]# repquota -avug | grep web53
    web53_user +- 11416 10240 11264 6days 725 0 0
    web53 -- 11416 512000 513024 727 0 0
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Either raise web53_user's quota limit in ISPConfig or delete some of his files.
     

Share This Page