我想使用root帐户重新挂载一个只读文件系统,使其成为可读写文件系统。查看Linux手册页面,我注意到没有像MS_RDWRITE这样的标志,所以我的问题是,有没有人知道网上有一个例子,演示了使用mount with remount标志来设置一个允许读写的只读路径?对于运行嵌入式Linux的设备,这将在C++中完成。
在执行mount命令时,我将得到以下输出。/dev/sda2 on / type ext4 (rw)sysfs on /sys type sysfs (rw)tmpfs on /dev/shm type tmpfs (rw)/dev/sda3 on /home type ext4 (rw)
none on /proc/sys/fs/