Subject: Notes on using dd to clone Debian 13.4.0 KDE Plasma installation on my Edxis Chromebook model LI9
Good day from Singapore,
Detailed steps as shown below.
Hi Turritopsis,I don't know whether your answer can be qualified as "rude". But I perceived
On Thu, Apr 09, 2026 at 09:29:42AM +0000, Turritopsis Dohrnii Teo En Ming wrote:
Subject: Notes on using dd to clone Debian 13.4.0 KDE Plasma installation on my Edxis Chromebook model LI9
Good day from Singapore,
Detailed steps as shown below.
I don't mean to be rude or to stifle the flow of useful information, but
I didn't see anything in your procedure that isn't a normal [...]
# dd if=/dev/mmcblk0 bs=4M status=progress | gzip -1 > /backup/emmc.img.gzThat is fine.
# gunzip -c emmc.img.gz | dd of=/dev/mmcblk0 bs=4M status=progress conv=fsyncOr with "pv":
On Thu, Apr 09, 2026 at 10:55:17AM +0000, Andy Smith wrote:
Hi Turritopsis,
On Thu, Apr 09, 2026 at 09:29:42AM +0000, Turritopsis Dohrnii Teo En Ming wrote:
Subject: Notes on using dd to clone Debian 13.4.0 KDE Plasma installation on my Edxis Chromebook model LI9
Good day from Singapore,
Detailed steps as shown below.
I don't mean to be rude or to stifle the flow of useful information, but
I didn't see anything in your procedure that isn't a normal [...]
I don't know whether your answer can be qualified as "rude". But I perceived it as unnecessarily harsh.
09.04.26, 15:02 +0100, tomas@tuxteam.de:
On Thu, Apr 09, 2026 at 10:55:17AM +0000, Andy Smith wrote:
Hi Turritopsis,
On Thu, Apr 09, 2026 at 09:29:42AM +0000, Turritopsis Dohrnii Teo En
Ming wrote:
Subject: Notes on using dd to clone Debian 13.4.0 KDE Plasma
installation on my Edxis Chromebook model LI9
Good day from Singapore,
Detailed steps as shown below.
I don't mean to be rude or to stifle the flow of useful information,
but
I didn't see anything in your procedure that isn't a normal [...]
I don't know whether your answer can be qualified as "rude". But I
perceived
it as unnecessarily harsh.
Interesting.
I can't find anything in Andy's answer that I would call harsh (not
even
remotely).
* 2026-04-09 09:29:42+0000, Turritopsis Dohrnii Teo En Ming wrote:
# dd if=/dev/mmcblk0 bs=4M status=progress | gzip -1 >
/backup/emmc.img.gz
That is fine.
I think we should ditch "dd" and use a modern program like "pv" for
data transfer monitoring. It has good defaults and progress output so
usually options are not needed.
pv /dev/whatever | gzip >file.gz
I can't find anything in Andy's answer that I would call harsh (not even remotely).
On Thu, Apr 09, 2026 at 04:25:26PM +0200, Markus Sch”nhaber wrote:
I can't find anything in Andy's answer that I would call harsh (not even
remotely).
I'm open to advice on how I could have worded it better. I was just
trying to convey that some things just work better in a blog or wiki
article.
Subject: Notes on using dd to clone Debian 13.4.0 KDE Plasma installationon my Edxis Chromebook model LI9
Good day from Singapore,1.22 GB ISO file download.
Detailed steps as shown below.
1. Prepare USB thumb drive with System Rescue 13.00 for amd64. This is a
2. Boot up Edxis Chromebook or your laptop or your desktop computer or your server with System Rescue 13.00 USB thumb drive.
3. Connect a portable USB external harddisk to the Edxis Chromebook usinga USB 3.0 Hub.
4. Use the following Linux commands:.img.gz
# mkdir /backup
Assuming your portable USB external harddisk is /dev/sdb1
# mount /dev/sdb1 /backup
# dd if=/dev/mmcblk0 bs=4M status=progress | gzip -1 > /backup/emmc
? Explanationtes.
bs=4M ? good speed for eMMC
status=progress ? shows progress
conv=fsync ? ensures proper flushing (safer image)
gzip -1 ? fast compression (important for you)
? -1 is key:
Much faster than default (-6)
Slightly larger file, but saves a lot of time
The filesize of my emmc.img.gz is 4.71 GB.
The cloning process using dd took 916.149 seconds, which is about 15 minu
Taking about 15 minutes to clone Debian 13.4.0 KDE Plasma installation onEdxis Chromebook is relatively fast.
Restoring from the backup image file=============
========================
# gunzip -c emmc.img.gz | dd of=/dev/mmcblk0 bs=4M status=progressconv=fsync
Once dd finishes:restore)
# sync
Then reboot:
# reboot
? What this does
gunzip -c emmc.img.gz ? decompress image to stdout
| ? pipe into dd
dd of=/dev/mmcblk0 ? writes directly to your eMMC
bs=4M ? good performance
status=progress ? shows progress
conv=fsync ? ensures all data is flushed to disk (important on
I don't think I will be using Acronis True Image, Clonezilla, Rescuezilla, or fsarchiver any more since using dd is very fast. About 15 minutes only
1 backup image file is easier to manage.
Regards,
Mr. Turritopsis Dohrnii Teo En Ming
Extremely Democratic People's Republic of Singapore
9 Apr 2026 Thursday 5.29 pm Singapore Time
On Thu, Apr 09, 2026 at 10:55:17AM +0000, Andy Smith wrote:OK, and since there were other, dissenting perceptions around, I'll try
Hi Turritopsis,
On Thu, Apr 09, 2026 at 09:29:42AM +0000, Turritopsis Dohrnii Teo En Ming wrote:
Subject: Notes on using dd to clone Debian 13.4.0 KDE Plasma installation on my Edxis Chromebook model LI9
Good day from Singapore,
Detailed steps as shown below.
I don't mean to be rude or to stifle the flow of useful information, but
I didn't see anything in your procedure that isn't a normal [...]
I don't know whether your answer can be qualified as "rude". But I perceived it as unnecessarily harsh.
Can I use Acronis True Image to clone (backup) my Debian 13.4.0 KDE Plasma installation on Edxis Chromebook model LI9 to a SINGLE image file? I know Acronis True Image can clone harddisks or SSDs with operating systems into----< nothing new below this line >---
a SINGLE image file with filename extension .tibx.
Clonezilla is NOT desirable because it clones storage devices into so many different files.
If you are aware of a better cloning software for Linux, please let me
know.
On Thu, Apr 09, 2026 at 03:02:04PM +0200, tomas@tuxteam.de wrote:Ming wrote:
On Thu, Apr 09, 2026 at 10:55:17AM +0000, Andy Smith wrote:
Hi Turritopsis,
On Thu, Apr 09, 2026 at 09:29:42AM +0000, Turritopsis Dohrnii Teo En
Subject: Notes on using dd to clone Debian 13.4.0 KDE Plasma installation on my Edxis Chromebook model LI9
Good day from Singapore,
Detailed steps as shown below.
I don't mean to be rude or to stifle the flow of useful information,
but I didn't see anything in your procedure that isn't a normal [...]
I don't know whether your answer can be qualified as "rude". But I perceived it as unnecessarily harsh.
OK, and since there were other, dissenting perceptions around, I'll try
to explain:
- of course, I described my perception. It may well be "wrong". It's
definitely subjective.
- my feeling is: we know Turritopsis Dohrnii's style. They are around
here for a while. For some of us it feels somewhat "alien". I think
it is a normal thing to happen when our communities expand beyond the
small, homogeneous circles they once were. But this is a Good Thing!
- so I guess we should develop some tolerance for different styles
(yes, yes, that includes myself: I'm sure I've failed that ideal more
than once, and I will. Remind me).
To sketch a practical proposal (not that I expect you to follow it:
rather to "sketch the idea in code"), I'd try to formulate this critique
in a more personal way, i.e. *to me*, this and this in your post/way
of posting is confusing (granted, in your OP there is at least one
hint in that direction).
But, see above. Quite possibly my feeling is misled.
Cheers
On Thu, 09 Apr 2026 16:45:52 +0300
Teemu Likonen <tlikonen@iki.fi> wrote:
* 2026-04-09 09:29:42+0000, Turritopsis Dohrnii Teo En Ming wrote:
# dd if=/dev/mmcblk0 bs=4M status=progress | gzip -1 >
/backup/emmc.img.gz
That is fine.
Concur.
I think we should ditch "dd" and use a modern program like "pv" for
data transfer monitoring. It has good defaults and progress output so
usually options are not needed.
pv /dev/whatever | gzip >file.gz
While we're modernizing things, for compression, substitute pigz or
pbzip2 for gzip, and take advantage of multiple processors. They don't
get you much on decompression.
Or with "pv":So one drawback with this, that I ran into is:
gzip -dc file.gz | pv --sync --output /dev/whatever -
I don't understand pv. In apt show pv it says to insert it in aIn this context processes are programs that print output and handle
pipeline between two processes. What are the two processes here?
On 4/9/26 8:45 AM, Teemu Likonen wrote:
Or with "pv":
˙˙˙˙ gzip -dc file.gz | pv --sync --output /dev/whatever -
So one drawback with this, that I ran into is:
nwe@deb13:~$ pv
bash: pv: command not found
For anyone working a lot on isolated "air-gapped" networks with no quick easy access to the apt repositories, pv is thus less useful.
I don't recall having ever had to install dd. I installed pv and skimmed over its man page. Yes, I can see it looks useful. While depending on dd gets me the benefit of being able to expect it is going to be there when
I need it without having to install it first.
(...)
- so I guess we should develop some tolerance for different styles
(...)
tomas@tuxteam.de writes:Byunghee, you are a nice person. It's good to have people like you
(...)
- so I guess we should develop some tolerance for different styles
I agree. That's exactly what i wanted to say.
| Sysop: | Jacob Catayoc |
|---|---|
| Location: | Pasay City, Metro Manila, Philippines |
| Users: | 5 |
| Nodes: | 4 (0 / 4) |
| Uptime: | 493853:19:32 |
| Calls: | 146 |
| Files: | 547 |
| D/L today: |
6 files (97K bytes) |
| Messages: | 76,985 |