Filesystem Images: Versionsgeschichte

Zur Navigation springen Zur Suche springen

Auswahl des Versionsunterschieds: Markiere die Radiobuttons der zu vergleichenden Versionen und drücke die Eingabetaste oder die Schaltfläche am unteren Rand.
Legende: (Aktuell) = Unterschied zur aktuellen Version, (Vorherige) = Unterschied zur vorherigen Version, K = Kleine Änderung

8. Januar 2025

  • AktuellVorherige 18:0618:06, 8. Jan. 2025 Rbritt Diskussion Beiträge 655 Bytes +655 Die Seite wurde neu angelegt: «Copy the entire content from one fs to another Create an empty 10Gb image file: # dd if=/dev/zero of=/path/to/newImgFile bs=1k count=10485760 Create an ext3 filesystem on the image: # mke2fs -j /path/to/newImgFile When you get the warning about the file not being a block special file, just answer yes to proceed. Mount the current image file and the new one # mount -o loop /path/to/currentImgFile /path/to/currentMntPoint # mount -o loop /path/to/newI…»