<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-CH">
	<id>https://wiki.primat.ch/index.php?action=history&amp;feed=atom&amp;title=Filesystem_Images</id>
	<title>Filesystem Images - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.primat.ch/index.php?action=history&amp;feed=atom&amp;title=Filesystem_Images"/>
	<link rel="alternate" type="text/html" href="https://wiki.primat.ch/index.php?title=Filesystem_Images&amp;action=history"/>
	<updated>2026-04-17T15:23:53Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Primatenwiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.primat.ch/index.php?title=Filesystem_Images&amp;diff=42&amp;oldid=prev</id>
		<title>Rbritt: 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…»</title>
		<link rel="alternate" type="text/html" href="https://wiki.primat.ch/index.php?title=Filesystem_Images&amp;diff=42&amp;oldid=prev"/>
		<updated>2025-01-08T18:06:57Z</updated>

		<summary type="html">&lt;p&gt;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…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Copy the entire content from one fs to another&lt;br /&gt;
&lt;br /&gt;
Create an empty 10Gb image file:&lt;br /&gt;
 # dd if=/dev/zero of=/path/to/newImgFile bs=1k count=10485760&lt;br /&gt;
&lt;br /&gt;
Create an ext3 filesystem on the image:&lt;br /&gt;
 # mke2fs -j /path/to/newImgFile&lt;br /&gt;
&lt;br /&gt;
When you get the warning about the file not being a block special file, just answer yes to proceed.&lt;br /&gt;
&lt;br /&gt;
Mount the current image file and the new one&lt;br /&gt;
 # mount -o loop /path/to/currentImgFile /path/to/currentMntPoint&lt;br /&gt;
 # mount -o loop /path/to/newImgFile /path/to/newMntPoint&lt;br /&gt;
&lt;br /&gt;
Copy all the content of the current filesystem to the new one preserving permissions&lt;br /&gt;
 # cd /path/to/currentMntPoint&lt;br /&gt;
 # tar cf - . | tar xfp - -C /path/to/newMntPoint&lt;/div&gt;</summary>
		<author><name>Rbritt</name></author>
	</entry>
</feed>