systemadmin
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
| systemadmin [2026/04/08 11:17] – [Backup und Imaging] techguru | systemadmin [2026/04/08 11:23] (aktuell) – [Mit Partet das Boot Flag wiederhestellen] techguru | ||
|---|---|---|---|
| Zeile 2795: | Zeile 2795: | ||
| watch --interval=10 "pkill -USR1 dd" | watch --interval=10 "pkill -USR1 dd" | ||
| + | | ||
| + | oder neuere '' | ||
| - | dd if=/ | ||
| - | bs specifies block size and count specifies the number of blocks, in the example above you’ll get 5Gb. Use anything you want. | + | == Eine Partition als Datei erstellen == |
| + | |||
| + | Für Tests eine Partiton erstellen welche mit einem belieben Dateisystem ausgestattet werden kann. | ||
| + | Ebenso lässt sich die Größe per Block Size und Count einstellen. | ||
| + | |||
| + | dd if=/ | ||
| + | |||
| + | bs specifies block size and count specifies the number of blocks, in the example above you’ll get 5GB. Use anything you want. | ||
| Now format the file | Now format the file | ||
| Zeile 2808: | Zeile 2816: | ||
| sudo mount my_file / | sudo mount my_file / | ||
| - | Add an entry to /etc/fstab so it mounts on boot | + | Add an entry to '' |
| / | / | ||
systemadmin.1775639851.txt.gz · Zuletzt geändert: 2026/04/08 11:17 von techguru
