Fix Ubuntu touch read-only file system in terminal:
This temperately fixes the read-only file system when you want to edit files apart of Ubuntu touch system (until a reboot is done):
(You need a PC with android adb installed and a Ubuntu Touch phone):
adb shell
sudo mount /dev/loop0 / -o remount,rw
--------------------------------------------------------------------------------------------
Source | Date: June 11th, 2021
Back