Repetier-Server auf größere SD Card
Hallo an alle da draußen.
Kann mir mal einer helfen, ich möchte meine SD Card im Rasbpery Pi 4B durch eine größere ersetzen.
Kann ich das alte auf die neue raufkopieren oder muss ich ganz von vor alles neu Einstellen.
Und womit kann ich das rüber kopieren.
Vielen Dank
Gruß
OpiLu
Kann mir mal einer helfen, ich möchte meine SD Card im Rasbpery Pi 4B durch eine größere ersetzen.
Kann ich das alte auf die neue raufkopieren oder muss ich ganz von vor alles neu Einstellen.
Und womit kann ich das rüber kopieren.
Vielen Dank
Gruß
OpiLu
Comments
Da die neue größer ist, ist das erst mal kein Problem. Danach hast du eine 1:1 kopie die auch genau so viel Speicher hat. Aber wir haben ein skript auf der Karte, also mit neuer starten und mit ssh auf linux einloggen, dann
sudo touch /usr/local/Repetier-Setup/etc/needExpandFS
sudo reboot
eingeben und sie ist nach dem Boot aufs maximum vergrößert mit altem inhalt.
Ich hab sowas noch nie gemacht.
Danke schön und schönes Wochenende.
Gruß
Andreas
Danach in der Eingabeaufforderung
ssh pi@ip-nummer
und nach Eingabe des Passworts "raspberry" die 2 Befehle 1:1 eingeben. Das ist alles.
sudo touch /usr/local/Repetier-Setup/etc/needExpandFS
sudo reboot
Ist da vielleicht ein Tipfehler drin oder woran kann es liegen? Mit ssh bin ich eingeloggt.
Danke für eure Hilfe.
Ben
Password:
Linux RepetierServer 5.15.32-v7l+ #1538 SMP Thu Mar 31 19:39:41 BST 2022 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Mar 14 11:04:39 GMT 2023 on pts/0
SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
******************************************************************************************
Access Repetier-Server from a web browser on this network using one of the following URLs:
http://RepetierServer.local
http://192.168.0.7
http://10.10.10.1
http://[2a02:908:1582:8d00:e65f:1ff:feba:ef84]
http://[2a02:908:1582:8d00::7629]
You can also use https with a self-signed certificate - your browser will not trust it and that is normal!
/usr/local/Repetier-Setup/bin/repetier-setup: line 4: warning: command substitution: ignored null byte in input
pi@RepetierServer:~ $ sudo touch/usr/local/Repetier-Setup/etc/needExpandFS
sudo: touch/usr/local/Repetier-Setup/etc/needExpandFS: command not found
pi@RepetierServer:~ $ ^C
pi@RepetierServer:~ $
sudo raspi-config
und dann expand filesystem wählen, weiss grad nur nicht in welchem Untermenü das ist.