Results 1 to 2 of 2

Thread: Disk Space

  1. #1
    Registered User
    Join Date
    Jun 2012
    Posts
    4
    cPanel/WHM Access Level

    Root Administrator

    Default Disk Space

    Disk Space

    When I look at disk space on my domain. I get the following information.


    Files in home directory 0.13 MB
    Files in hidden subdirectories 6.67 MB
    conf/ 0.03 MB
    cpmove.psql 0.00 MB
    error_docs 0.04 MB
    etc/ 5.79 MB
    httpsdocs/ 0.34 MB
    mail/ 3,679.08 MB
    pd/ 0.01 MB
    private/ 0.00 MB
    public_ftp/ 0.02 MB
    public_html/ 13,254.64 MB
    statistics/ 341.42 MB
    subdomains/ 0.00 MB
    tmp/ 853.88 MB
    web_users/ 0.00 MB
    MySQL 6.13 MB
    PostgreSQL 0.00 MB
    Mailing lists 0.00 MB
    Other usage 8,098.01 MB

    I would like to knowing what is causing this consumes disk space.
    And where is this directory. Being that it is not within the domain directory.

    Other usage that is consuming but it does not know is the directory

    Can anyone help?

  2. #2
    cPanel Staff cPanelMichael's Avatar
    Join Date
    Apr 2011
    Posts
    2,215
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Disk Space

    Hello

    This usage could be anywhere on the system outside of the user's home directory. I suggest running the following commands to obtain the location of all files owned by this user:

    Code:
    # id username
    # find / -uid UIDNUMBER > /root/username.output
    Replace the first command with the actual username of the account. This will output the account's UID. You can then replace "UIDNUMBER" in the second command with the actual UID of the account. The results will be output to /root/username.output which you can view after the command finishes.

    Thank you.
    cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists - Documentation - Migration Services
    -- cPanelMichael - Migration Specialist, Technical Analyst, cPanel Technical Support

Similar Threads

  1. Replies: 5
    Last Post: 04-12-2012, 05:28 AM
  2. add MySQL Disk Space in user quota space
    By activa in forum E-mail Discussions
    Replies: 139
    Last Post: 10-07-2010, 10:16 AM
  3. add mailman's disk space in user quota space
    By fleksi in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 05-02-2007, 01:08 AM
  4. Mail usage: show disk space used does not match actual disk usage
    By NNNils in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 11-25-2004, 07:01 AM
  5. Disk Space Available Resets to Unlimited Space
    By spoony in forum cPanel & WHM Discussions
    Replies: 4
    Last Post: 03-25-2002, 11:31 PM