fstab文件无法编辑

问题描述

编辑/etc/fstab文件,提示“readonly”。

图1 fstab文件提示readonly

处理方法

修复模式下(read-only system)文件是被保护的不能修改,运行下面命令,把系统文件权限改成可读写(rw)。

mount -o remount,rw /

执行完上述命令,重试编辑fstab文件。

注:本文参考华为官方文档
posted @ 2022-11-10 11:28  小蟋帅  阅读(681)  评论(0编辑  收藏  举报