How to remount /system to rw

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to remount /system to rw

10,367件の閲覧回数
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,165件の閲覧回数
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,165件の閲覧回数
pingyuchen
Contributor II

Hi VinothS,

Thank you very much. Now I can remount it.

0 件の賞賛

10,165件の閲覧回数
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 件の賞賛