I am trying to install ispconfig 3 using this guide http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-apache2-bind-dovecot-ispconfig-3-p5 but I am getting this error. Code: root@server1:/home/pawan# mount -o remount / root@server1:/home/pawan# quotacheck -avugm quotacheck: Scanning /dev/disk/by-uuid/80a9893d-016d-4e63-b1b5-43250a511ffc [/] quotacheck: lstat Cannot stat `//home/pawan/.gvfs': Permission denied Guess you'd better run fsck first ! exiting... root@server1:/home/pawan# the contents of fstab file are 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=80a9893d-016d-4e63-b1b5-43250a511ffc / ext4 errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1 # swap was on /dev/sda5 during installation UUID=67b76afb-a0ab-46ba-b077-deaef47477ff none swap sw 0 0 Need a solution as I am held up at this point. Thanks.