File /etc/fstab

Discussion in 'Installation/Configuration' started by Alex21, Jan 25, 2021.

Tags:
  1. Alex21

    Alex21 New Member

    Hallo,
    I am a newbie of Ispconfig.

    I am installing ISPconfig on a Debian 8 Vps upgraded to Debian 10 buster.

    I followed
    https://www.howtoforge.com/perfect-server-debian-10-buster-apache-bind-dovecot-ispconfig-3-1/
    instructions which are a little different from those in the ISPconfig manual.

    So far pretty good. I just need to execute the command php -q install.php

    I have a problem with pure-ftpd quota
    The /etc/fstab file is very different.

    [istructions perfect server]
    # /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>
    # / was on /dev/sda1 during installation
    UUID=45576b38-39e8-4994-b8c1-ea4870e2e614 / ext4 errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1
    # swap was on /dev/sda5 during installation
    UUID=8bea0d1e-ec37-4b20-9976-4b7daaa3eb69 none swap sw 0 0
    /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0


    [my file /etc/fstab]
    proc /proc proc defaults 0 0
    none /dev/pts devpts rw,gid=5,mode=620 0 0
    none /run/shm tmpfs defaults 0 0

    Right now I just don't know what to do with the quota.

    Thank you

    Greetings
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You seem to use some kind of virtualized system where the hard disk is not configured inside the VM. In this case, skip quote configuration
     
  3. Alex21

    Alex21 New Member

    Ok, Thank you.
     

Share This Page