<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Filesystem Snapshots on Android</title>
	<atom:link href="http://inportb.com/2009/05/08/filesystem-snapshots-on-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://inportb.com/2009/05/08/filesystem-snapshots-on-android/</link>
	<description>salty nothings are yummier</description>
	<lastBuildDate>Fri, 18 May 2012 02:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Is it possible to expand your internal memory storage using UnionFS?</title>
		<link>http://inportb.com/2009/05/08/filesystem-snapshots-on-android/#comment-1510</link>
		<dc:creator>Is it possible to expand your internal memory storage using UnionFS?</dc:creator>
		<pubDate>Fri, 27 Aug 2010 21:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://inportb.com/?p=375#comment-1510</guid>
		<description>[...]          Came across this.  Filesystem Snapshots on Android - inportb               Reply With Quote               + Reply to Thread      &#171; Previous Thread &#124; Next [...] </description>
		<content:encoded><![CDATA[<p>[...]          Came across this.  Filesystem Snapshots on Android &#8211; inportb               Reply With Quote               + Reply to Thread      &laquo; Previous Thread | Next [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: in /system/ schreiben ohne Root-Rechte mittels squashfs/unionfs - Android-Hilfe.de</title>
		<link>http://inportb.com/2009/05/08/filesystem-snapshots-on-android/#comment-1509</link>
		<dc:creator>in /system/ schreiben ohne Root-Rechte mittels squashfs/unionfs - Android-Hilfe.de</dc:creator>
		<pubDate>Fri, 04 Jun 2010 19:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://inportb.com/?p=375#comment-1509</guid>
		<description>[...] in /system/ schreiben ohne Root-Rechte mittels squashfs/unionfs    Hab mal kurz gegoogelt. Filesystem Snapshots on Android - inportb Vlt. Hilft das [...] </description>
		<content:encoded><![CDATA[<p>[...] in /system/ schreiben ohne Root-Rechte mittels squashfs/unionfs    Hab mal kurz gegoogelt. Filesystem Snapshots on Android &#8211; inportb Vlt. Hilft das [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jiang Yio</title>
		<link>http://inportb.com/2009/05/08/filesystem-snapshots-on-android/#comment-1508</link>
		<dc:creator>Jiang Yio</dc:creator>
		<pubDate>Mon, 23 Nov 2009 01:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://inportb.com/?p=375#comment-1508</guid>
		<description>You need an EXT2/3/4 partition on your SD card. This partition is where all the snapshots go. This experiment was basically built on top of the Apps2SD mechanism.

Furthermore, you need an Android build that supports UnionFS or AuFS. I&#039;d suggest using AuFS since it&#039;s supposedly better, but you&#039;d have to modify the procedure somewhat.</description>
		<content:encoded><![CDATA[<p>You need an EXT2/3/4 partition on your SD card. This partition is where all the snapshots go. This experiment was basically built on top of the Apps2SD mechanism.</p>
<p>Furthermore, you need an Android build that supports UnionFS or AuFS. I&#8217;d suggest using AuFS since it&#8217;s supposedly better, but you&#8217;d have to modify the procedure somewhat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anwar</title>
		<link>http://inportb.com/2009/05/08/filesystem-snapshots-on-android/#comment-1507</link>
		<dc:creator>anwar</dc:creator>
		<pubDate>Sun, 22 Nov 2009 19:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://inportb.com/?p=375#comment-1507</guid>
		<description>hi

can I do this process with emulator if yes how? I am trying to it but am not able to do so. The first two command aren&#039;t working with the phone however I am supposed to do it with the emulator that we will run on the server. Please guide my on the process on emulator...

I am trying very hard but still stuck in the following command

mount -t ext2 /dev/block/mmcblk0p3 /system/sd2

First of all I don&#039;t have mmcblk0p3 instead I have only mmcblk0p and mmcblk0p1. I have changed them but still it give me the following error...
mount: Device or resource busy

Please if you have time I need your help.

Best regards</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>can I do this process with emulator if yes how? I am trying to it but am not able to do so. The first two command aren&#8217;t working with the phone however I am supposed to do it with the emulator that we will run on the server. Please guide my on the process on emulator&#8230;</p>
<p>I am trying very hard but still stuck in the following command</p>
<p>mount -t ext2 /dev/block/mmcblk0p3 /system/sd2</p>
<p>First of all I don&#8217;t have mmcblk0p3 instead I have only mmcblk0p and mmcblk0p1. I have changed them but still it give me the following error&#8230;<br />
mount: Device or resource busy</p>
<p>Please if you have time I need your help.</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jiang Yio</title>
		<link>http://inportb.com/2009/05/08/filesystem-snapshots-on-android/#comment-1506</link>
		<dc:creator>Jiang Yio</dc:creator>
		<pubDate>Sat, 21 Nov 2009 17:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://inportb.com/?p=375#comment-1506</guid>
		<description>AuFS seems to be all the rage these days, and it&#039;s cyanogen preferred Apps2SD technique. Running processes are not filesystem features so what you ask is not possible. It seems that you want to implement a hibernation feature, and I suppose you&#039;d look around in the kernel for it. You&#039;d have to pause everything while you snapshot the CPU and RAM, though.</description>
		<content:encoded><![CDATA[<p>AuFS seems to be all the rage these days, and it&#8217;s cyanogen preferred Apps2SD technique. Running processes are not filesystem features so what you ask is not possible. It seems that you want to implement a hibernation feature, and I suppose you&#8217;d look around in the kernel for it. You&#8217;d have to pause everything while you snapshot the CPU and RAM, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anwar</title>
		<link>http://inportb.com/2009/05/08/filesystem-snapshots-on-android/#comment-1505</link>
		<dc:creator>anwar</dc:creator>
		<pubDate>Sat, 21 Nov 2009 12:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://inportb.com/?p=375#comment-1505</guid>
		<description>Hi

very nice I am working on the same thing I will try it. My supervisor asked my to take a snapshot of the file system so that we can later restore to that point if some goes wrong....
What partition is exactly the file system....?

One thing more is it possible to take a snapshot of the runing file system including all the runing process and save it and later reply it again?

Best regards.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>very nice I am working on the same thing I will try it. My supervisor asked my to take a snapshot of the file system so that we can later restore to that point if some goes wrong&#8230;.<br />
What partition is exactly the file system&#8230;.?</p>
<p>One thing more is it possible to take a snapshot of the runing file system including all the runing process and save it and later reply it again?</p>
<p>Best regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

