Hello
Can anyone explain or help me find out what's going on here?
In the Workbench GUI under 'Storage > Filesystems' I have /dev/sdf1 showing as Online but not showing as Mounted and not showing Available and Used data.
/dev/sdf1 is not a primary drive. It's a 250GB SATA SSD, It has a single EXT4 filesystem on it and it's being used as a Docker drive.
The Workbench shows Docker is running but no containers are up.
If I ssh into the server as root and run
fsck -r /dev/sdf1
fsck from util-linux 2.38.1
e2fsck 1.47.0 (5-Feb-2023)
/dev/sdf1: clean, 133280/14655488 files, 18975302/58607505 blocks
/dev/sdf1: status 0, rss 3224, real 0.065613, user 0.051157, sys 0.007308
However the main login screen on the server shortly after boot shows some errors.
How best to resolve this?
---------EDIT---------
Ok, so a reboot, after backing up the files from /dev/sdf1, seems to have returned operations to normal. Puzzling.