Hallo, Ich habe foglendes Problem: Um die SD Karte in meinem Raspi zu entlasten, wollte ich die FSTAB ändern. Leider läuft mein System dann nur noch im Emergency mode hoch. Originale Fstab: proc /proc proc defaults 0 0 /dev/mmcblk0p1 /boot vfat defaults 0 2 /dev/mmcblk0p2 / ext4 defaults,noatime 0 1 tmpfs /var/log tmpfs defaults,noatime,nosuid,mode=0755,size=5m 0 0 #none /var/run tmpfs size=5M,noatime 00 #none /var/log tmpfs size=5M,noatime 00 Mein Fstab, die nicht hochläuft: proc /proc proc defaults 0 0 /dev/mmcblk0p1 /boot vfat defaults 0 2 /dev/mmcblk0p2 / ext4 defaults,noatime 0 1 #tmpfs /var/log tmpfs defaults,noatime,nosuid,mode=0755,size=5m 0 0 none /var/run tmpfs size=5M,noatime 00 none /var/log tmpfs size=5M,noatime 00 Meine Fstab, die AUCH nicht hochfährt: proc /proc proc defaults 0 0 /dev/mmcblk0p1 /boot vfat defaults 0 2 /dev/mmcblk0p2 / ext4 defaults,noatime 0 1 tmpfs /var/log tmpfs defaults,noatime,nosuid,mode=0755,size=5m 0 0 none /var/run tmpfs size=5M,noatime 00 #none /var/log tmpfs size=5M,noatime 00 An was kann das liegen?
Wo kommen denn die "none" Einträge in deinen Versionen her? An der Stelle muss das Device stehen, das eingehägt wird. Du willst sicher nicht das Device "none" zwei mal mounten.
Staberl schrieb: > An was kann das liegen? man man, dt. Mann oh Mann :) Vermutlich in filesystems, mount oder so. https://www.kernel.org/doc/Documentation/filesystems/tmpfs.txt hier gibt es Beispiele, dt. https://wiki.ubuntuusers.de/SSD/Auslagerung/ engl. http://www.haydenjames.io/increase-performance-lifespan-ssds-sd-cards/
Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.