Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
raspberry:read_only [2021/05/27 14:17] admin |
raspberry:read_only [2021/05/27 14:23] (current) admin [Remount] |
||
|---|---|---|---|
| Line 18: | Line 18: | ||
| $ sudo systemctl disable dphys-swapfile | $ sudo systemctl disable dphys-swapfile | ||
| - | If one installs | + | If one needs a programs that requires writing |
| $ ln -s / | $ ln -s / | ||
| ---- | ---- | ||
| ==== Remount ==== | ==== Remount ==== | ||
| - | To remount the partition writable:\\ | + | |
| + | For changes in the system one has to remount the partition writable:\\ | ||
| $ sudo mount / -o remount,rw | $ sudo mount / -o remount,rw | ||