android-emulator-m1-preview icon indicating copy to clipboard operation
android-emulator-m1-preview copied to clipboard

'/dev/block/dm-0' is read-only

Open shu1qin9 opened this issue 3 years ago • 1 comments

I want cp certificate in /cacert, However, an error occurs during command execution; The command is mount -o rw,remount / mount -o rw,remount /system mount -o rw,remount /dev/block/dm-0 /system

All of these commands report errors:'/dev/block/dm-0' is read-only

Google search is the solution:adb disable-verity

However, after I execute the command, a new error is still generated: image

shu1qin9 avatar Aug 31 '21 03:08 shu1qin9

I want cp certificate in /cacert, However, an error occurs during command execution; The command is mount -o rw,remount / mount -o rw,remount /system mount -o rw,remount /dev/block/dm-0 /system

All of these commands report errors:'/dev/block/dm-0' is read-only

Google search is the solution:adb disable-verity

However, after I execute the command, a new error is still generated: image

I also encountered this problem, did you solve it?

igufei avatar Mar 07 '22 13:03 igufei