Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

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

Open
shu1qin9 opened this issue Aug 31, 2021 · 1 comment
Open

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

shu1qin9 opened this issue Aug 31, 2021 · 1 comment

Comments

@shu1qin9
Copy link

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

@igufei
Copy link

igufei commented Mar 7, 2022

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants