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
raspberry:read_only [2021/05/27 14:05]
admin [Drives]
raspberry:read_only [2021/05/27 14:23] (current)
admin [Remount]
Line 11: Line 11:
   tmpfs           /tmp            tmpfs   defaults,size=30M    0       0   tmpfs           /tmp            tmpfs   defaults,size=30M    0       0
  
 +----
 ==== Disable some Programs ==== ==== Disable some Programs ====
 One has to disable some programs,  rsyslog and dphys-swapfile:\\ One has to disable some programs,  rsyslog and dphys-swapfile:\\
Line 16: Line 17:
   $ sudo systemctl disable rsyslog   $ sudo systemctl disable rsyslog
   $ sudo systemctl disable dphys-swapfile   $ sudo systemctl disable dphys-swapfile
 +
 +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 ====
-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