Tuesday, February 28, 2023

AWS root filesystem recovery

 1. Shutdown the instance which is affected.

2. Take root disk sanpshot.

3. Detach the root disk and attach to rescue server.

4. Fix the issue by mounting  'mount -t xfs -o nouuid /dev/xvdf4 /mnt'

5. Reattach the disk back to affected server. 

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.