User:Alexander Roidl/PIScan

From XPUB & Lens-Based wiki
< User:Alexander Roidl
Revision as of 11:20, 24 March 2018 by Alexander Roidl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PI Scan

I spent a few hours with the Pi Scan to understand its structure and how the read only system works

Modifying the PI-Scan

Read only

To make it writeable

sudo mount -o rw,remount /
Modifying main.py


Overlay

Fstab File

The files written to the PI will be lost on every reboot as the main folders are overwritten. Example of the etc folder to mount the overlay to the main folders.

umount etc/
mount etc_org/ etc/


Create a partition & make it writable

To make a part of the PI writable, I created a 3rd partition and mounted it in fstab.