this post was submitted on 08 Jul 2026
28 points (83.3% liked)

Linux

66337 readers
379 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

Personally I haven't. While Linux is imperfect, choosing the right distro makes the rest of the experience straightforward. And with it's whole complexity, I find Linux more user friendly than Windows. Even driver issues, broken shadow file ownership and KDE specifics only made me more confident about my choice to use Linux after I solved everything.

you are viewing a single comment's thread
view the rest of the comments
[–] NewNewAugustEast@lemmy.zip 1 points 7 hours ago* (last edited 7 hours ago) (1 children)

If you do disk to disk clone, you will make an exact copy of the source disk to the destination disk.

BEWARE of booting from usb when the source drive is installed as well!

A modern OS uses UUID's (identifiers) to manage the hard drives. You are effectively creating a drive and partitions with the SAME UUIDS in the USB drive AND the local drive.

There are steps to manage this, but understand it could cause you issues. A simple way to manage that is make sure to simply disconnect the internal drive in the bios when you boot from USB.

OR

Boot normally, and add a virtual machine to the host and run your USB drive inside the host VM.

Also, there are some good videos (from other people) on using clonezilla on their webpage, I know one of them talks about identifying the disks and walks you thought the process of making the clones and restores if that helps any.

[–] jbrains@sh.itjust.works 1 points 17 minutes ago

Thank you for the warning. This is exactly the kind of thing that makes this not at all just as easy as creating a bootable backup of a Mac! And it's the kind of thing that makes "this is easy" difficult to take seriously.

Now I know what to search for and I will probably be able to piece it together.