T
Offline
Posts
-
RE: Android Apps with OTA-13
-
RE: apt-get install fails with read-only filesystem
To be able to write once on read-only filesystem
sudo mount -o rw,remount /
But as said, the rootfs is mounted read only for good reasons.
To be able to write once on read-only filesystem
sudo mount -o rw,remount /
But as said, the rootfs is mounted read only for good reasons.