<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body style="background-color: rgb(255, 255, 255); color: rgb(0, 0,
    0); font-family: Helvetica,Arial,sans-serif; font-size: 12px;"
    bgcolor="#FFFFFF" text="#000000">
    Ja, crontab -e hatte ich probiert aber er spring dann wohl in
    /etc/crontabs/ bzw. versucht es und sagt nur, dass es ein
    ro-filesystem ist.<br>
    heißt ich muss die Struktur unter /overlay 1:1 wie unter
    /etc/crontabs abbilden?<br>
    <br>
    <br>
    <blockquote style="border-left: 2px solid #009900 !important;
      border-right: 2px solid #009900 !important; padding: 0px 15px 0px
      15px; margin: 8px 2px;"
      cite="mid:1ed7c94e-f564-6827-fc35-6a2ada27c2f3@web.de" type="cite"><!--[if !IE]><DIV style="border-left: 2px solid #009900; border-right: 2px solid #009900;  padding: 0px 15px; margin: 2px 0px;"><![endif]--><span
        class="headerSpan">
        <div class="moz-cite-prefix">Am 08.05.16 um 21:33 schrieb
          <a class="moz-txt-link-abbreviated" href="mailto:edgar.soldin@web.de">edgar.soldin@web.de</a>:<br>
        </div>
        <br>
        <br>
      </span>
      <pre wrap="">On 08.05.2016 21:23, Julian Zielke wrote:
</pre>
      <blockquote style="border-left: 2px solid #009900 !important;
        border-right: 2px solid #009900 !important; padding: 0px 15px
        0px 15px; margin: 8px 2px;" type="cite"><!--[if !IE]><DIV style="border-left: 2px solid #009900; border-right: 2px solid #009900;  padding: 0px 15px; margin: 2px 0px;"><![endif]-->
        <pre wrap="">Hi,

kurze Frage: wie kann ich einen cronjob via vi hinzufügen ? Das
Root-Filesystem wird nur als read-only remounted.

</pre>
        <!--[if !IE]></DIV><![endif]--></blockquote>
      <pre wrap="">normalerweise wird noch eine kleine partition als overlay gemounted. auf meinem 841 sieht das zB. so aus

:~# mount
/dev/root on /rom type squashfs (ro,relatime)
...
/dev/mtdblock3 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)

somit kannst du direkt auf root rumschreiben und die änderungen landen in der kleineren beschreibbaren partition die dann damit die ro partition maskiert.

OpenWRT kann übrigens crontab -e .

..ede
</pre>
      <!--[if !IE]></DIV><![endif]--></blockquote>
    <br>
  </body>
</html>