• [^] # Re: Beaucoup de boulot

    Posté par (site web personnel, Mastodon) . En réponse à la dépêche Linux pour Workgroups 3.11, le noyau prêt pour le bureau. Évalué à 6.

    root@host ~ # apt-get -y install quotatool
    root@host ~ # <<\EOF patch /etc/fstab
    1c1
    < LABEL=volume-name /mount-point ext4 errors=remount-ro 0 1
    ---
    > LABEL=volume-name /mount-point ext4 errors=remount-ro,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 1
    EOF
    root@host ~ # quotacheck -vagum
    root@host ~ # quotaon -vagu
    root@host ~ # mount -o remount LABEL=volume-name

    ce commentaire est sous licence cc by 4 et précédentes