var low on disk space, again
Just a few weeks after install Fedora27 I have started getting "low on disk space /var" and it currently has 0Mb of space. I have also seen that seems to be because of pakageKit
My question is, can I just change the line in fstab that reads /dev/mapper/fedora-var /var ext4 defaults 1 2 to pint towards another disk that I make a var folder on ? Could I do this by Diskuuid/var /var ext4 default 1 2 ( obviously assuming the disk is an ext4
Or do I need to create a partition in that new disk out of free space and name that var ? And if I do that, again, do I just use the uuid to point towards it in fstab ?
Are there any other things that may still point to the old var paertition? For instance, will packagekit automatically find the new one because of the statement in fstab ?
Thanks in advance
If you are using LVM you can extend
/var
over the new storage, even better, assuming it's a big new disk, you can extend/root
an/home
as well.How can I do that ? A huge question lol...but I just want to move /var really