Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Sharpfin. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:46, 8 June 2025 Philipp talk contribs created page Mounting nfs (Created page with "To avoid messing around on the internal flash partition, it's a good idea to work on a network drive when playing around. NFS is the de-facto protocol for this. I experienced some problems with the default NFS options (timeouts, lockups, etc), and some experimentation shows this works quite ok: mkdir /tmp/root mount -t nfs <server ip>:/tmp/revica/root /tmp/root -o rsize=1024,wsize=1024,soft,nolock Your mileage might vary. You can backup your reciva root to nfs wi...")