this post was submitted on 21 Jun 2024
504 points (94.7% liked)

linuxmemes

20986 readers
1670 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     

    Alt text: O'RLY? generated book cover with a donkey, navy blue accent, header: "It's only free if you don't value your time", title: "Handling Arch Linux Failures", subtitle: "Mom, please cancel my today's agenda!"

    you are viewing a single comment's thread
    view the rest of the comments
    [–] Andromxda@lemmy.dbzer0.com 2 points 3 months ago (5 children)

    @partizan@lemm.ee mentioned cloning the drive and moving it to another computer. I imagine reinstalling would be easier at that point, that's why I asked.

    [–] partizan@lemm.ee 1 points 3 months ago (3 children)

    Well not really, cloning is much easier than reinstalling and then configuring everything again...

    I have LVM set up from the start, so usually I just copy the /boot partition to the new disk, and the rest is in a LVM volume group, so I just use pvmove from old disk to the new one, fix the bootloader and fstab UUIDs, and Im ready to reboot from new disk, while I didnt even left my running system, no live USB needed or anything. (Of course I messed it up a first few times, so had to fix from a live OS).

    But once you know all the quirks, I can be up and ready on a new drive withing 20mins (depends mainly on the pvmove), with all the stuff preserved and set

    [–] Andromxda@lemmy.dbzer0.com 1 points 3 months ago (2 children)

    That's really cool, how can I learn more about LVM and that kinda stuff?

    [–] partizan@lemm.ee 2 points 3 months ago* (last edited 3 months ago) (1 children)

    There is many tutorials and how tos, this is quite nice one:

    https://wiki.archlinux.org/title/LVM

    BTW some filesystems like btrfs and ZFS already have a similar functionality built in...

    load more comments (1 replies)