Android7.1.1 Mount Cmd

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Android7.1.1 Mount Cmd

1,028 Views
baozhuliu
Contributor III

Hi   all

          I am   useing  the platform of imx6qp which is base of android7.1.1 os   .Now execut  the cmd "mount -o remount,rw /system"  ,but the result  is "mount: '/dev/block/mmcblk3p5'->'/system': Device or resource busy".

         Please  teach me  how to have done it.  Thanks! 

0 Kudos
5 Replies

747 Views
mpc5676r
Contributor II

Hi All,

We are also facing the same issue. Can any one got succeeded please provide the answer for the issue.

Thanks,

Anji

0 Kudos

747 Views
gary_bisson
Senior Contributor III

Hi,

Please connect your platform to your machine via USB cable and use the following ADB command:

$ adb remount

Regards,

Gary

0 Kudos

747 Views
baozhuliu
Contributor III

Thank for your answer!  I  have executed  the cmd " adb remount"  ,but  the result is the same .It  have no work.

0 Kudos

747 Views
gary_bisson
Senior Contributor III

Hi,

It is most likely due to SELinux enforcing that remount. Can you add the following arguments to the bootargs:

androidboot.selinux=permissive

Regards,

Gary

0 Kudos

747 Views
baozhuliu
Contributor III

Hi  Gary Bisson

      The cmd is added,and the result  is:

      pastedImage_1.png

      But  the result is  :

pastedImage_2.png

0 Kudos