2 Answers
- Newest
- Most votes
- Most comments
2
Hello.
How about mounting the root volume on another EC2 and retrieving the necessary data and restoring the application etc.?
https://docs.aws.amazon.com/ebs/latest/userguide/ebs-using-volumes.html
When mounting an EBS volume, an error will occur if the UUID is duplicated, so try running the command with the "-o nouuid" option as described in the document below.
https://repost.aws/knowledge-center/ebs-mount-volume-issues
0
Hello, thanks for the answer! I mounted the problematic EBS to another working server. I'm able to access the files, and proceed to delete the massive log file.
After deleting the log file, I try to run the EBS Server again and now it works. Seems like the massive log in my EBS causing the issue when booting up the server.
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked 3 years ago
