We created a new EC2 instance (t2.medium). After a reboot, the root filesystem became read only, so cannot do anything on the system
/dev/xvda1 on / type xfs (ro,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota) [/]
Any idea how to fix this? I tried xfs_repair -d and then rebooted, but the filesystem is still read only
이 답변이 도움이 되었나요?커뮤니티가 여러분의 지식을 활용할 수 있도록 정답을 찬성하세요.
0
I think I found the problem immediately after I posted this: Error introduced to fstab when editing to mount a second volume. Since this is a new instance, I can just terminate it and start over.