炭坝 发表于 2022-3-11 10:25:22

如何配置 Debian 10 系统开机自动挂载 rootfs 为 rw

烧入 Debian 10 的rootfs 之后默认是 Read-Only,每次开机都要输 mount -o remount,rw /
请问在哪里配置为默认 rw 呢


AndreyMaslow 发表于 2022-7-12 08:09:08

本帖最后由 AndreyMaslow 于 2022-7-12 20:26 编辑

You can add this line in /etc/fstab

/dev/mmcblk0p6 /ext4errors=remount-ro01


Also you need to add autofs and cgroup in your kernel config for building
页: [1]
查看完整版本: 如何配置 Debian 10 系统开机自动挂载 rootfs 为 rw