I've got a Minecraft server running as my 5th VM (105) and according to it's console it's not booted because..
So googling this brings up the possibility that my drive is dying? Also suggesting to run..
However nothing from that post mentioned 'ProxMox' so typically I'm guessing they were talking about Bare Metal install and hence referencing sda1. On my system sda1 is my ProxMox boot drive and my VMs are spanned across sdb1-sdi1. I also need to point out I am a linux noob so be gentle please!
Running the manual file system check on spanned drives (in ZFS pool) only returns with..
So I googled that as well and apparently nothing is happening as this is the wrong command.. Maybe it should be 'fsck -t ext4 -f /filesystem' but at this point I'd rather post on here and rely on the experts please.
Thank in advance,
Code:
Failure: File system check of the root filesystem failed The root filesystem on /dev/mapper/ubuntu--vg-ubuntu--lv requires a manual fsck
So googling this brings up the possibility that my drive is dying? Also suggesting to run..
Code:
fsck -yf /dev/sda1
However nothing from that post mentioned 'ProxMox' so typically I'm guessing they were talking about Bare Metal install and hence referencing sda1. On my system sda1 is my ProxMox boot drive and my VMs are spanned across sdb1-sdi1. I also need to point out I am a linux noob so be gentle please!
Running the manual file system check on spanned drives (in ZFS pool) only returns with..
Code:
fsck from util-linux 2.33.1
So I googled that as well and apparently nothing is happening as this is the wrong command.. Maybe it should be 'fsck -t ext4 -f /filesystem' but at this point I'd rather post on here and rely on the experts please.
Thank in advance,