Ubuntu ispconfig install 12.04 quota check error

Discussion in 'ISPConfig 3 Priority Support' started by pawan, Mar 7, 2016.

  1. pawan

    pawan Member

    I am installing fresh ispconfig from the perfect server guide and I am held at this point that is quota check. what I am doing wrong here, not able to make it out.

    root@server1:/home/pawan# mount -o remount /
    root@server1:/home/pawan# quotacheck -avugm
    quotacheck: Scanning /dev/disk/by-uuid/7cc9486e-b0d0-41cc-bc54-5517397ec139 [/] quotacheck: lstat Cannot stat `//home/pawan/.gvfs': Permission denied
    Guess you'd better run fsck first !
    exiting...

    my fstab file reads like this
    Code:
    # /etc/fstab: static file system information.
    #
    # Use 'blkid' to print the universally unique identifier for a
    # device; this may be used with UUID= as a more robust way to name devices
    # that works even if disks are added and removed. See fstab(5).
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    nodev,noexec,nosuid 0       0
    
    # was on /dev/sda1 during installation
    UUID=7cc9486e-b0d0-41cc-bc54-5517397ec139 /               ext4    errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0       1
    # swap was on /dev/sda5 during installation
    UUID=1d96b4a1-cf4f-4690-be3a-8d771585fd37 none            swap    sw              0       0
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess that's ok so you can ignore the error message. the hidden .gvfs file is most likely from gvfs file system and therefor this hidden file can not be checked. https://en.wikipedia.org/wiki/GVfs
     
  3. pawan

    pawan Member

    Thanks Till
     

Share This Page