Thread
[How-To] Fix full OS filesystem - GUI login loop
Symptoms
When you try to login to the GUI of OMV you are not being logged in, but the login page shows up again
Check, if a full root filesystem is the problem
ssh into your server (check the new user guide on how to ssh into your server) and run following command
df df will show you the usage of each filesystem
the output of df will look like this:
(Code, 19 lines)
The filesystem dev/sda1 which is mounted on "/" is the OS filesystem. The use of that filesystem is 100% --> the OS filesystem is full.
…
When you try to login to the GUI of OMV you are not being logged in, but the login page shows up again
Check, if a full root filesystem is the problem
ssh into your server (check the new user guide on how to ssh into your server) and run following command
df df will show you the usage of each filesystem
the output of df will look like this:
(Code, 19 lines)
The filesystem dev/sda1 which is mounted on "/" is the OS filesystem. The use of that filesystem is 100% --> the OS filesystem is full.
…