linux - mount fail chroot

1 .Failed to mount /sysroot

terminal :

xfs_repair -v -L /dev/dm-0
2	. Linux rescue:
give root password for maintenance 
(or type control-d to continue:)

OR
系统文件都变成只读了
这两种情况,统一的解决方法:
terminal :

mount -o remount,rw /

让 / 路径文件系统为可读模式,这样就可以实现自由修改