Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
raspberry:read_only [2021/05/27 14:07]
admin [Disable some Programs]
raspberry:read_only [2021/05/27 14:21]
admin [Disable some Programs]
Line 18: Line 18:
   $ sudo systemctl disable dphys-swapfile   $ sudo systemctl disable dphys-swapfile
  
-If one installs programs that needs to write or change file one has to make sure that will be the tmp drive +If one needs a programs that requires writing one has to make sure that will be in the temporary drive. That could be done for example with a symbolic link: 
 +  $ ln -s /home/pi/tmp /tmp 
 ---- ----
 ==== Remount ==== ==== Remount ====