<?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: Making a Reduced Size IMG for backups or sharing	</title>
	<atom:link href="https://photobyte.org/making-a-reduced-size-img-for-backups/feed/" rel="self" type="application/rss+xml" />
	<link>https://photobyte.org/making-a-reduced-size-img-for-backups/</link>
	<description>Freelance Technical Author, Illustrator &#38; Photographer</description>
	<lastBuildDate>Wed, 23 Jun 2021 07:42:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>
		By: Neil Paisnel		</title>
		<link>https://photobyte.org/making-a-reduced-size-img-for-backups/#comment-211930</link>

		<dc:creator><![CDATA[Neil Paisnel]]></dc:creator>
		<pubDate>Wed, 23 Jun 2021 07:42:41 +0000</pubDate>
		<guid isPermaLink="false">https://photobyte.org/?p=707#comment-211930</guid>

					<description><![CDATA[This is now a better easier way to create a reduced size image fo the running system
the little image-backup utility

https://www.raspberrypi.org/forums/viewtopic.php?t=247568

copy it to /usr/bin  or similar and chmod +x it, mount external drive for your backup and run ./image-backup

does incremental too ..]]></description>
			<content:encoded><![CDATA[<p>This is now a better easier way to create a reduced size image fo the running system<br />
the little image-backup utility</p>
<p><a href="https://www.raspberrypi.org/forums/viewtopic.php?t=247568" rel="nofollow ugc">https://www.raspberrypi.org/forums/viewtopic.php?t=247568</a></p>
<p>copy it to /usr/bin  or similar and chmod +x it, mount external drive for your backup and run ./image-backup</p>
<p>does incremental too ..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neil P		</title>
		<link>https://photobyte.org/making-a-reduced-size-img-for-backups/#comment-30888</link>

		<dc:creator><![CDATA[Neil P]]></dc:creator>
		<pubDate>Thu, 26 Jul 2018 11:34:26 +0000</pubDate>
		<guid isPermaLink="false">https://photobyte.org/?p=707#comment-30888</guid>

					<description><![CDATA[A little confused by what you said about I had not specified a partition for the output file 
I used 
sudo dc3dd if=/dev/sdb of=/dev/sda/heyu.img
I also tried 
sudo dc3dd if=/dev/sdb of=/dev/sda/sda1/heyu.img

both with and without the extra &#039; . &#039;

I tried multiple times.

You gave me:

sudo dc3dd if=/dev/sdb of=heyu.img

where does that put the output file]]></description>
			<content:encoded><![CDATA[<p>A little confused by what you said about I had not specified a partition for the output file<br />
I used<br />
sudo dc3dd if=/dev/sdb of=/dev/sda/heyu.img<br />
I also tried<br />
sudo dc3dd if=/dev/sdb of=/dev/sda/sda1/heyu.img</p>
<p>both with and without the extra &#8216; . &#8216;</p>
<p>I tried multiple times.</p>
<p>You gave me:</p>
<p>sudo dc3dd if=/dev/sdb of=heyu.img</p>
<p>where does that put the output file</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neil P		</title>
		<link>https://photobyte.org/making-a-reduced-size-img-for-backups/#comment-30887</link>

		<dc:creator><![CDATA[Neil P]]></dc:creator>
		<pubDate>Thu, 26 Jul 2018 11:11:00 +0000</pubDate>
		<guid isPermaLink="false">https://photobyte.org/?p=707#comment-30887</guid>

					<description><![CDATA[Hi Mike
thanks
I did wonder about the .  I did try with and without..it was there in your original text...

I created an image on Win10 machine but now cant copy it to the Pi..either it is too big for the USB FAT32 files system or if I try and drag it across the network to a smb share...I do not have enough space on the currently running Pi

using gparted now to resize the partition to try again]]></description>
			<content:encoded><![CDATA[<p>Hi Mike<br />
thanks<br />
I did wonder about the .  I did try with and without..it was there in your original text&#8230;</p>
<p>I created an image on Win10 machine but now cant copy it to the Pi..either it is too big for the USB FAT32 files system or if I try and drag it across the network to a smb share&#8230;I do not have enough space on the currently running Pi</p>
<p>using gparted now to resize the partition to try again</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike Richards		</title>
		<link>https://photobyte.org/making-a-reduced-size-img-for-backups/#comment-30886</link>

		<dc:creator><![CDATA[Mike Richards]]></dc:creator>
		<pubDate>Thu, 26 Jul 2018 09:32:38 +0000</pubDate>
		<guid isPermaLink="false">https://photobyte.org/?p=707#comment-30886</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://photobyte.org/making-a-reduced-size-img-for-backups/#comment-30885&quot;&gt;Neil P&lt;/a&gt;.

Neil,

In the command line there&#039;s an unwanted . before the output file. Also you haven&#039;t said what partition to use for the output file. A simpler way to do this is to use the file manager to navigate to the folder where you want to store the image. When you get there, choose tools - open a terminal session and it will open a terminal session in the correct folder. The command to generate the image then becomes:

sudo dc3dd if=/dev/sdb of=heyu.img

If you want to reduce the size of the image, I suggest you use the pishrink script(Google it). Copy the pishrink.sh file to the same folder as the image and enter the following:

sudo pishrink.sh heyu.img heyuSmall.img

This creates a new, smaller, image. When copied to a blank SD card the image will automatically expand to fill the SD card when it boots.

Mike - G4WNC

Regards,

Mike - G4WNC]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://photobyte.org/making-a-reduced-size-img-for-backups/#comment-30885">Neil P</a>.</p>
<p>Neil,</p>
<p>In the command line there&#8217;s an unwanted . before the output file. Also you haven&#8217;t said what partition to use for the output file. A simpler way to do this is to use the file manager to navigate to the folder where you want to store the image. When you get there, choose tools &#8211; open a terminal session and it will open a terminal session in the correct folder. The command to generate the image then becomes:</p>
<p>sudo dc3dd if=/dev/sdb of=heyu.img</p>
<p>If you want to reduce the size of the image, I suggest you use the pishrink script(Google it). Copy the pishrink.sh file to the same folder as the image and enter the following:</p>
<p>sudo pishrink.sh heyu.img heyuSmall.img</p>
<p>This creates a new, smaller, image. When copied to a blank SD card the image will automatically expand to fill the SD card when it boots.</p>
<p>Mike &#8211; G4WNC</p>
<p>Regards,</p>
<p>Mike &#8211; G4WNC</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neil P		</title>
		<link>https://photobyte.org/making-a-reduced-size-img-for-backups/#comment-30885</link>

		<dc:creator><![CDATA[Neil P]]></dc:creator>
		<pubDate>Thu, 26 Jul 2018 08:30:17 +0000</pubDate>
		<guid isPermaLink="false">https://photobyte.org/?p=707#comment-30885</guid>

					<description><![CDATA[Hi Mike,
Can you see why this is not working

pi@raspberrypi:~ $ sudo dc3dd if=/dev/sdb of=/dev/sda/heyu.img

dc3dd 7.2.646 started at 2018-07-26 09:27:18 +0100
compiled options:
command line: dc3dd if=/dev/sdb of=./dev/sda/heyu.img
device size: 31116288 sectors (probed),   15,931,539,456 bytes
sector size: 512 bytes (probed)
[!!] opening `./dev/sda/heyu.img&#039;: No such file or directory
           0 bytes (   0 ) copied (  0% ),    0 s, 0 K/s
input results for device `/dev/sdb&#039;:
   0 sectors in
   0 bad sectors replaced by zeros
output results for file `./dev/sda/heyu.img&#039;:
   0 sectors out
dc3dd failed at 2018-07-26 09:27:18 +0100]]></description>
			<content:encoded><![CDATA[<p>Hi Mike,<br />
Can you see why this is not working</p>
<p>pi@raspberrypi:~ $ sudo dc3dd if=/dev/sdb of=/dev/sda/heyu.img</p>
<p>dc3dd 7.2.646 started at 2018-07-26 09:27:18 +0100<br />
compiled options:<br />
command line: dc3dd if=/dev/sdb of=./dev/sda/heyu.img<br />
device size: 31116288 sectors (probed),   15,931,539,456 bytes<br />
sector size: 512 bytes (probed)<br />
[!!] opening `./dev/sda/heyu.img&#8217;: No such file or directory<br />
           0 bytes (   0 ) copied (  0% ),    0 s, 0 K/s<br />
input results for device `/dev/sdb&#8217;:<br />
   0 sectors in<br />
   0 bad sectors replaced by zeros<br />
output results for file `./dev/sda/heyu.img&#8217;:<br />
   0 sectors out<br />
dc3dd failed at 2018-07-26 09:27:18 +0100</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 

Served from: photobyte.org @ 2025-07-05 18:35:04 by W3 Total Cache
-->