The Perfect Server / Ubuntu - Quota?

Discussion in 'HOWTO-Related Questions' started by fade2gray, Jul 22, 2008.

  1. fade2gray

    fade2gray New Member

    Hi,

    Section 12 Quota
    Code:
    quotacheck -avugm
    returns
    Code:
    quotaon -avug
    returns
    Is this expected or have I made an error prior to this?

    Thanks for any advice.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    What are the outputs of
    Code:
    mount
    ,
    Code:
    df -h
    , and
    Code:
    fdisk -l
    ?
     
  3. fade2gray

    fade2gray New Member

    Hi Falko,

    mount
    df -h
    fdisk -l
     
  4. ralic

    ralic New Member

    I seem to recall the same thing happening to me and I think this means that quota is already on.
    Try:
    Code:
    quotaoff -a
    followed by:
    Code:
    quotaon -avug
     
  5. fade2gray

    fade2gray New Member

    Ralic was correct with his comment, but my main concern was "quotacheck might damage the file".

    Nothing further to add falko?
     
  6. falko

    falko Super Moderator ISPConfig Developer

    You don't need to run quotacheck if quota is already set up and working.
     

Share This Page