CerisWhite / CrAnberry

Rooting the ChromeOS Android Subsystem post v77
Other
40 stars 8 forks source link

touch: cannot touch '/etc/cranberry-test': Read-only file system #20

Closed yefoenix closed 2 years ago

yefoenix commented 2 years ago

Screenshot 2021-11-18 00 03 02 Screenshot 2021-11-17 23 54 24 My Device: Pixelbook Eve ChromeOS version:96.0.4664.51 beta Android Version : 9

supechicken commented 2 years ago

You need to remount your rootfs to read/write in order to make changes to the Android container image

sudo mount -o remount,rw /
yefoenix commented 2 years ago

it feedback:

mount: /: cannot remount /dev/dm-0 read-write, is write-protected. Screenshot 2021-11-18 00 24 52

supechicken commented 2 years ago

Try again after reboot?

yefoenix commented 2 years ago

Try again after reboot?

it works after reboot,thansk a lot!