RK3308 无法获取root 权限
~ # su root~ # touch x
touch: cannot touch 'x': Read-only file system
~ # touch /root/xx
touch: cannot touch '/root/xx': Read-only file system
~ #
~ # touch x
touch: cannot touch 'x': Read-only file system
~ #
当前默认文件系统为squashfs格式,这是只读的。想要获取文件系统的读写权限,将文件系统格式切换为ext2即可,维基有介绍:http://wiki.t-firefly.com/ROC-RK3308-CC/buildroot_introduction.html#rootfs-qie-huan-wei-ext2 Livvol 发表于 2018-11-30 16:02
当前默认文件系统为squashfs格式,这是只读的。想要获取文件系统的读写权限,将文件系统格式切换为ext2即可 ...
大佬,在哪里?链接没找到,直接搜索ext2搜索不到。我现在遇到问题是rk3308 ,没办法挂载sd卡,是不是因为是只读系统,没办法挂载 参考维基教程,http://wiki.t-firefly.com/ROC-RK3308-CC/buildroot_development.html#rootfs-qie-huan-wei-ext2 firefly_zhongw 发表于 2020-4-9 12:48
参考维基教程,http://wiki.t-firefly.com/ROC-RK3308-CC/buildroot_development.html#rootfs-qie-huan-wei ...
谢谢{:4_123:},这个只能重新编译平台,然后烧到设备才可以嘛,不能在现有的系统设备上做更改嘛 不能。
页:
[1]