fanshuming2011 发表于 2018-11-30 15:51:57

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
~ #

Livvol 发表于 2018-11-30 16:02:11

当前默认文件系统为squashfs格式,这是只读的。想要获取文件系统的读写权限,将文件系统格式切换为ext2即可,维基有介绍:http://wiki.t-firefly.com/ROC-RK3308-CC/buildroot_introduction.html#rootfs-qie-huan-wei-ext2

wx_Knight_EGH77 发表于 2020-4-9 10:03:11

Livvol 发表于 2018-11-30 16:02
当前默认文件系统为squashfs格式,这是只读的。想要获取文件系统的读写权限,将文件系统格式切换为ext2即可 ...

大佬,在哪里?链接没找到,直接搜索ext2搜索不到。我现在遇到问题是rk3308 ,没办法挂载sd卡,是不是因为是只读系统,没办法挂载

firefly_zhongw 发表于 2020-4-9 12:48:52

参考维基教程,http://wiki.t-firefly.com/ROC-RK3308-CC/buildroot_development.html#rootfs-qie-huan-wei-ext2

wx_Knight_EGH77 发表于 2020-4-10 10:25:58

firefly_zhongw 发表于 2020-4-9 12:48
参考维基教程,http://wiki.t-firefly.com/ROC-RK3308-CC/buildroot_development.html#rootfs-qie-huan-wei ...

谢谢{:4_123:},这个只能重新编译平台,然后烧到设备才可以嘛,不能在现有的系统设备上做更改嘛

firefly_zhongw 发表于 2020-4-10 10:34:46

不能。
页: [1]
查看完整版本: RK3308 无法获取root 权限