How to remount /system to rw

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to remount /system to rw

10,998 次查看
pingyuchen
Contributor II

Hello,

I am using imx8mq in android8.1.  Now I want to remount /system to rw. I use the following command

1|evk_8mq:/dev/block # mount -o rw,remount /system    

but the result is:                        
mount: '/system' not in /proc/mounts

Who can tell me how to do to remount /system?

Thanks!

标签 (1)
0 项奖励
3 回复数

10,796 次查看
vinothkumars
Senior Contributor IV

Hi pingyuchen‌,

Follow this step,

1, adb shell
2, reboot bootloader
3, fastboot oem unlock
Reboot the devices,
4, adb root
5, adb disable-verity
6, adb root
7, adb reboot
8, adb remount
9, adb push <Path where your file is located> /system/app/
Wait until finish
10, adb reboot

Thanks & Regards,

VinothS,

Regards,
Vinothkumar Sekar
0 项奖励

10,796 次查看
pingyuchen
Contributor II

Hi VinothS,

Thank you very much. Now I can remount it.

0 项奖励

10,796 次查看
b36401
NXP Employee
NXP Employee

Alternatively you can set both device and mountpoint to the command:

# mount -o rw,remount /path/to/the/partition /system

0 项奖励