linux文件系统只读怎么修复

2025-05-18 08:32:57
推荐回答(1个)
回答(1):

重新mount
mount -o remount,rw /dev/sda2 /mntpoint
如果出错不能mount,则需要卸载文件系统,检查后再mount
umount /mntpoint
fsck /dev/sda2