LightSail Site not coming back up after AWS maintenance

0

My site went down after AWS maintenance and hasn't come back up. I stopped and started the service. I can not ping the public IP. I have this error in the /var/log/messages file: FAT-fs (xvda15): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

I can't get fsck to do anything except return this: fsck from util-linux 2.33.1 but it's not actually doing anything

Any help would be appreciated. Some specific command to run or something to look for.

Thx, Mike

Mike
已提问 9 个月前193 查看次数
1 回答
0

Hello.
It is possible that the Lightsail disk is not reading properly.
If snapshots are still available, it is better to restore from snapshots.
https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-create-instance-from-snapshot

For example, it would be possible to identify the disk used by Lightsail with the following command.

sudo fdisk -l

If you can identify it, it may be possible to fix it by repairing it with the following command and then restarting Lightsail.
Note that it is recommended to unmount the disk when executing "sudo fsck -f".

sudo fsck -f /dev/devaice name

Please create a snapshot of Lightsail before executing the above command.

profile picture
专家
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则