I have been trying to use (#debian) #linux with separate partitions for /home and couple of others. However, I have been facing the problem of /var becoming full and thus blocking further updates and installations. Most of the time deleting /var/log/auth.log would help but now I have messed up and can’t startup lightdm and using it from another tty. Can you guys share some tips and tricks as to avoiding this problem? I know keeping everything in one partition is one such trick. Anything else? #linux #foss #gnu #free_software #libre_software #disk #operatingsystems

  • @Tiuku
    link
    1
    edit-2
    2 years ago

    This doesn’t solve your present problem but maybe it helps to avoid it in the future.

    Instead of physical volumes, you could use thin provisioned logical volumes. LVM is the word here. These would allow you to maintain volume division without fixing the sizes rigidly.

    Another way to do this would be to use a BTRFS filesystem, and it’s subvolumes as ‘real volumes’. The semantics would be the same.