• 1 Post
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle


  • The response you got above is the best advice. Get a second internal drive of any type and size, and install distros on that. You totally can partition your existing windows drive and install linux alongside it, but… you’ll probably screw something up along the way and bork your windows install. Use another drive and it’s much harder to do. If you want to be super safe, you can unplug your windows drive during installs and then it’s literally impossible to break your windows drive.

    The other advantage is that nobody knows what distro will be right for you. That means you’ll want to distro hop - and that’s so much easier when you have another drive you can just format and start over with (and not worry about your boot loader).

    To your follow up question, yes, linux can read and write to the contents of your windows drive. If you mount that drive, then you can do whatever you want to it, including deleting things that break your windows installation.


  • Arch isn’t inherently unstable. It’s just that most users don’t maintain it properly. Tips:

    1. learn to backup for real: rsync, borg, etc. you broke something? Just back up to that image you made right before you updated ;)
    2. use flatpaks. It’s kind of hard to run into AUR or dependency issues if you’re as close to a base arch install as possible.
    3. read the maintenance page and understand it. You can’t just “yay” every week and be done with it. You need to know how to handle pacnew, read the wiki for manual interventions, look for errors and warnings in the pacman log, etc. it’s not hard at all once you figure it out, but it takes a little learning.
    4. you don’t need to update every day. If it’s working - you can just let it ride. If you don’t update forever, then just update your keyring first and you’ll be good to go.

    Use what you like - it’s all stable enough.





  • I like separating backups and snapshots as timeshift recommends. Backups are better handled by a different process copying your files to a remote location (pc failure, house fire, etc.). Lastly, backups are personal, so you gotta do what works for you - whatever makes them happen is good enough in my opinion ;)

    My setup (not perfect, but it works for me). I keep one snapshot only - but it is the entire drive including the home folder. It’s really close to a disk image minus the mount folders. This is done to a second local disk via rsync. The arch wiki entry on rsync has the full rsync command for this operation called out. I run this right before a system update.

    Backups go to my NAS. Synology in my case. They have a cloud software package like iCloud, OneDrive, etc, except I run it on the NAS and I’m only limited on storage by what drives I throw into it. That software scoops up my user folders on all my PCs and I set it to keep the 10 latest versions.

    Then since my NAS is inside my house, I back the entire NAS up to an external hdd and sneaker net it to work and keep it in my office drawer. This protects me from fires and whatnot. I do this monthly. This is a completely manual process.

    Some people have accused me of insanity-but it’s really not that hard. I don’t worry about losing pictures of my kids, and it’s aged well with my family (for example, my daughter doesn’t worry about losing stuff while she’s in college - if she writes a paper, 10 copies are kept here at home on the NAS automatically). And none of it was hard to set up, maybe just a bit pricey for the NAS (but it’s got a lot of other super useful things going for it)

    So ya, I’d recommend letting timeshift do its thing for snapshots, and I’d rethink what you’re trying to do for backups. I strongly believe they are two different things.


  • I’m pretty sure there are lots of options that work great. I personally just use rsync-but I know the command line is scary for a lot of people making the transition. There are lots of options like timeshift that basically put a gui wrapper around rsync. I’ve seen a lot of love for borg as well - maybe try one of those two.

    I feel backups are personal and it’s hard to get a “just do this instruction”. You’ll probably have to pick a product, and then do some homework to see if it can do what you want. This is further complicated by the distro you use - or more specifically if your distro uses btrfs. Some people use a backup as a sort of snapshot, and btrfs is more full featured than ext in that regard.

    Good luck!





  • I used manjaro for a while, and it just worked out of the box. The problem is with the AUR. Manjaro is always a little bit behind the aur, and this leads to breakages because a package needs a dependency version that isn’t available. It’s like doing partial upgrades which arch is clear about: don’t do it. The other thing is that this delay is for testing, but there’s been questions raised if manjaro really does the testing justice.

    If you stay away from the aur and use flatpaks, manjaro won’t have issues generally speaking. But now there’s an alternative in endeavor-it’s got a nice installer and dumps you into an arch+ environment. Me personally I didn’t find arch difficult to install, so I just went that route.



  • I know everyone hates the automatic response of “just switch to linux” in response to Microsoft’s BS. BUT, it’s really so true - more people need to just do it and get over their fear of linux. It has been a totally stable easy option for a long time now.

    Install an easy distro like mint and you’re literally up and running in a gui environment in like 10 minutes. Your grandmother could run it no problem. For the gamers out there - a good chunk of your stuff just works these days, and you can always dual boot windows for that game that doesn’t perform well (even better just get a small cheap 2nd hard drive and you can’t screw it up).

    Thank you to all the people who contribute to linux and have given us a totally viable alternate.



  • Sigh, my condolences. I’m shouting right beside you. I first learned about linux in 1993 in college. I got it working on a shiny new 486 with super vga graphics. We were allowed access to the college’s aix mainframes and thus the internet via a slip connection - but only through Unix like systems. Linux was amazing, I couldn’t believe we had x going, and loading up cad, matlab, maple, ftp, fsp, irc, nettrek, and everything else possible in the computer centers - but over a telephone line from our apartment.

    Magical.

    Funny how it really only became my daily driver three ish years ago - despite using it forever. Cuz games - glad that’s changed finally.



  • This is the way. My advice is to add a second hard drive to your pc and install linux on that. Distro hop, install arch and break it horribly, swear at your printer, learn. Then when you screw up, you’ve lost nothing, you can switch back to your “‘ol faithful” and get the job done. What will eventually happen is you’ll find yourself spending more time in linux than windows until you almost never boot it up.

    If you do it this way, there’s really only two things to worry about. 1) if you’re using mbr or want to still use mbr with uefi, you’ll have trouble dual booting cleanly and will probably want to reinstall windows. You can’t break anything, but you can’t dual boot from both methods (or at least I’m pretty sure I’ve never owned a motherboard that can). 2) when installing linux, learn and be careful about what drive contains windows - don’t ever pick that drive when formatting and partitioning. Bonus points if it’s a different brand and size - makes it almost impossible to pick the wrong drive. When using a single drive for dual booting, there’s much more opportunity to make a mistake and break your windows install if you’re not familiar with partitioning and boot loaders.

    I literally can’t think of a way to break windows if you keep the above in mind, and then you can “make the switch” gradually.