Ever had a question about Linux but felt too afraid to ask? Well now’s your chance, ask any question about Linux, no matter how noob or repeated it is, and I and others will help answer them.

Previous noob question thread: https://lemmy.ml/post/14261893

  • Tekkip20@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    6 days ago

    Is OpenRC meant to be faster than systemD as a process system? I’ve been thinking of spinning up some non systemD distros like Artix on a VM on a mini DELL tinbox.

    I will say though, I am not an advanced Linux user as the distros I’ve used were :

    Ubuntu Endeavour OS SpiralLinux (Easy Mode Debian)

    Would I need to make configurations in openrc or can it just run without messing with it like systemD?

    Thank you

  • Cornflake@lemmy.wtf
    link
    fedilink
    English
    arrow-up
    0
    ·
    13 days ago

    Finally bit the bullet and got a Thinkpad and I’m leaning towards putting Fedora on it. I’ve never used Linux before but I’ve done some research and I like the idea of something that updates more often than Debian but isn’t as DIY as Arch. Do y’all think Fedora would make a good starting point? I hear it’s stable enough and offers enough non-free applications through the RPM file management system.

    Also, are there any drawbacks in using the immutable Silverblue version? I’m considering it just so I don’t do anything dumb by accident.

    • Riley@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      12 days ago

      Fedora is what I’ve got on my Thinkpad right now and so far it seems pretty good! Silverblue is very intriguing to me but I chose not to go with it because I need to be able to modify aspects of how the lower system works (using JACK for audio for music production purposes; afaik this is not really supported through Flatpak). Compared to Arch or Nix OS or whatever else that’s popular with the hardcore Linux enthusiasts, Fedora is just right for someone that needs a working system to just get stuff done.

    • thedeadwalking4242@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      13 days ago

      Never be afraid to try different distros you can always wipe and try again. You won’t break your computer. I’m a big fan of immutable distros but I’ve never tried fedora blue. Either will make a rock solid system

  • Cattypat@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    15 days ago

    Alright, absolute noob here, I’m not particularly interested in computer science or an OS I have to obsessively research. First, how is gaming on Linux nowadays? I play a lot of games, most of which are not triple-A, so I wonder how accessible this is. Second, what distributions are accessible and still customizable? I have all kinds of peripherals I’d like to be able to use, speaker systems, midi controllers, etc.

    • comma@midwest.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      15 days ago

      Q1: Pretty good! Use ProtonDB to check what games work, and if you need to apply any fixes.

      Q2: Linux Mint is the most popular choice for beginners, and it’s extremely easy to use. Other people choose Pop!_OS because it’s apparently better for gaming (I haven’t tried it). However, I think the best distro for gaming, while still being extremely stable, is Nobara (a distro based on Fedora Linux).

      Also, practically all Linux distros are customizable, don’t worry about which one’s the best.

      P.S: You can browse through the most popular distros here: DistroWatch

      (Background: I’ve been obsessively using Linux for four years.)

      • LucidBoi@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        0
        ·
        15 days ago

        I can also recommend Zorin OS for a semi-familiar look with a very polished design. Switched to it as my first distro after ditching Windows for good.

    • Auster@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      15 days ago

      About gaming, from my personal experience, it’s overall pretty straight forward. When issues happen, you just got to have patience to read through logs and search up on Google or similar any suspicious parts of the log. Worst part is usually DRM/anticheat, but from what I can gather, usually pretty isolated cases are problematic due to compatibility, usually requiring the devs to go out of their ways to make the DRM incompatible.

      As for the distros question, perhaps Linux Mint? It trades off bleeding edge updates for the sake of stability. Just avoid the Debian-based variant of Mint for now as it’s still in beta.

      • Kangy@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        14 days ago

        I may be misunderstanding here and feel free to correct me if I’m wrong but I was of the understanding that Mint wasn’t a good gaming platform because of the fact it’s not bleeding edge

        • Auster@lemm.ee
          link
          fedilink
          arrow-up
          0
          ·
          14 days ago

          To my knowledge, besides the newest updates not necessarily being as stable, but also, other softwares that interact with it would need time to adapt themselves to be sure they’re as compatible as they were before. In a situation of constant updates, other software would always be on a situation of catching up, whereas updates that take a bit longer to land allow “for the dust to set down”.

    • bloodfart@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      It used to be that someone with midi controllers could be assumed to be technical enough to say “you’ll be fine, everything will work”, but most of the time nowadays software just automatically figures out stuff and you don’t have to go looking at the implementation chart and using midiox to see where you’re screwing up,

      So,

      I’ve never seen an interface that didn’t work, but if you’re not comfortable troubleshooting midi signals then give it a shot and see.

      What are you using midi for, a daw?

    • DesolateMood@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      15 days ago

      Fellow Linux noob, just started using it earlier this year so if someone with more experience wants to weigh in, please do.

      That said, gaming on Linux is pretty good. Steam’s proton makes most games playable out of the box, although it’s still a good idea to check Proton DB to see if any particular game you want to play is playable.

      As for your other question, I’m not totally sure what you mean by accessible and customizable, but I don’t think any of your peripherals are going to be distro locked. The Arch Wiki is a pretty good resource for, well, everything, but most relevant to you for your peripherals (it also usually gives good information for any distro, not just arch)

  • mat@linux.community
    link
    fedilink
    English
    arrow-up
    0
    ·
    14 days ago

    My Ubuntu server (which has been working for a few years now) recently asked me in a full-screen prompt while updating something about GRUB. There was a list of partitions with just one element, which is the partition that GRUB os on. I was focused on something else so I just hit enter, but now I am really scared to reboot it. Is there any way to pull this back up or to double-check that everything is ok with the machine?

    • jhdeval@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      you can use grub-mkconfig to verify the grub config and rebuild it if necessary. i dont recall the exact syntax for your distro so I would look it up first.

  • eyjohn@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    10 days ago

    I wanna install Linux on my Desktop as main OS after years of windows, last time I tried desktop was Fedora and Ubuntu back in the late 00s, back then all I remember is playing around with Gnome and KDE and compiz…

    Most of what I know about Linux distros today is from memes…

    How can I quickly learn about the best distro for my needs, (general use, some development, and some gaming, easy hardware support). With a toddler and demanding job, I don’t have too much time to just experiment with different distros and draw my own conclusions.

    Thanks in advance.

    • ransomwarelettuce@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      10 days ago

      Ubuntu and Linux Mint are ideal for people who just want to ignore the OS and get work done.

      If you are a Dev you should be clear of such problem, unless you need a very specific tool, but, many people can’t switch because the programs they work with are not supported on Linux. Take a look into that, and in the worst case scenario you can dual boot windows.

      Gaming wise proton is a bless and let’s you play most games, check protonDB for compability. Major portion of the games that don’t work are due to crappy anticheat solutions.

      Good luck, any other questions feel free to ask.

    • wuphysics87@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      The arch wiki is difficult to use for beginners. Each page is single topic. It is not a guide. Using it daily, it takes at least a month to understand it well enough to “build your own guides”. If you want to do that kind of deep dive, jump on in. If not, you’ll have a better time using just about any distro other than arch.

      BTW. If you do decide to take that route. Don’t become one of those miscreants who “uses arch btw” It’s a red flag for someone who doesn’t know wtf they are talking about.

    • Cyclohexane@lemmy.mlOPM
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      First time Linux user you mean?

      I wouldn’t recommend it, unless you can navigate the terminal well. When you install arch, it installs no desktop environment, only the ability to talk to a terminal.

      It’s technically possible and very doable with some googling, but I wouldn’t recommend it.

    • flubba86@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      Depends what your goals are. With Arch, you will need to closely follow a guide to get it installed, if anything goes wrong you will need to search through the Arch Wiki for answers. Arch has an insane amount of customisation options, you will spend a lot of time in the Arch Wiki learning about them. By installing Arch you will learn a lot about Linux. Is that your goal?

      You will spend more time reading and learning, but come out further ahead than someone who first installs Ubuntu or Mint.

      However if your goal is to simply install Linux on your PC to try it out, (if you don’t even know if you will like it, and don’t know if you want to learn it’s mechanics) then Arch wouldn’t be my first choice.

  • wildbus8979@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    15 days ago

    I’m always too afraid to ask… Is this year finally the year of Desktop Linux? Is next year the year of Mobile Linux?

    trolololo.jpg

    I kid, this year has been the year of Desktop Linux for well over two decades for me. Obviously! And I think this megathread is great idea :)

  • PatrickYaa@lemmy.one
    link
    fedilink
    arrow-up
    0
    ·
    15 days ago

    Howdy. I have a “homeserver” that I’d like to actually start using. What’s currently keeping me from it are… Permissions.
    I have TrueNas Scale running on top of Proxmox, and I can’t for the life of me not access NFS Shares from other VMs (specifically a Debian VM that I use as Docker Host) that I host in Proxmox. Plox hlp.

  • Otter@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    15 days ago

    What is something Linux related that you’ve learned recently?

    As a meta question, could this work as an additional (or alternate) recurring discussion question? It felt similar in intent, to encourage people to keep learning / asking questions and chances are that if someone learned something then others will benefit from the information (or correct them)

    • TimeSquirrel@kbin.melroy.org
      link
      fedilink
      arrow-up
      0
      ·
      15 days ago

      I learned how a kernel actually loads a program and switches between them by using timer interrupts and interrupt vectors that point to specific locations in memory to resume execution from. Not specifically Linux related, but I’m trying to learn more computer science, and it just clicked for me two weeks ago. I’ve been programming microcontrollers for ten years, but those are monolithic programs, and while I knew what interrupts were and have used them, I never understood how an OS actually runs multiple things while staying in control. Now I do.

      It’s one of those “aha!” moments like when I realized classes and structs are just data types like any other in C++ when I was starting off programming and can be used like them. OOP became fun after that.

      • teawrecks@sopuli.xyz
        link
        fedilink
        arrow-up
        0
        ·
        15 days ago

        I remember when the mapping of virtual memory segments clicked for me. I think i said out loud, “that’s so clever!”. Now it just seems so fundamental to managing memory for user space applications, but I hadn’t thought about how it was done before.

    • SeikoAlpinist@slrpnk.net
      link
      fedilink
      arrow-up
      0
      ·
      15 days ago

      After 26 years of using Linux, I did my first baremetal “immutable” distro install last week.

      My youngest son is starting school and instead of the Chromebooks that they recommend, I took a chance and installed Fedora Silverblue on a $200 Lenovo “student-rugged” class laptop. Everything works and he hasn’t had any issues so far. He gets access to the same student platform as the other students through Chrome, but then I can install Minetest and Tux Paint and GCompris as well.

      The older kids run Debian stable for years now, but if this works out, I might transition them over next semester.

  • zcd@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    15 days ago

    No question here, just wanted to highlight that I use arch btw

  • Manalith@midwest.social
    link
    fedilink
    arrow-up
    0
    ·
    14 days ago

    I’ve got one progam that I need for work that I cannot get to run on Linux. I’ve tried WINE on both Ubuntu and Zorin (and winlator for android). I have the installer exe file and try to launch with WINE but then nothing happens. Is that a program problem, WINE limitation, or something else? Is there a different program I should try to launch it?

    • kyoji@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      How are you launching the exe with WINE? Try doing it via the command line if you aren’t already. That way you may get some more information about why it isn’t working. Its as simple as wine path/to/your/exe

      You could also try something like Bottles, which will let you use possibly newer versions of WINE without modifying your system’s WINE.

  • ptc075@lemmy.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    14 days ago

    Could you point me to a good place to start learning how to troubleshoot? I added Unbuntu as a dual-boot to my gaming rig a while back, and when it works, it’s great. But as soon as I hit an error, I drop back to Windows because I know how to fix shit there.

    • azuth@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      14 days ago

      Ubuntu Wiki Ask Ubuntu Ubuntu Forums

      The wiki has some information and should correspond to how Ubuntu specifically is configured. You can ask for ubuntu specific help in those communities. You can also ask here and on several Linux communities on Lemmy.

      The Arch Wiki I find to be more in depth than the ubuntu wiki. Of course some things may differ from Ubuntu’s defaults but I found it a useful resource when using Ubuntu.

      Finally I suggest you learn a bit about how Linux works in general, what is in what directory, what is wayland and xorg, understand how drives are named etc and some understanding of the terminal (moving around in directories, how to use sudo etc, no need to learn to make bash scripts).

    • Cyclohexane@lemmy.mlOPM
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      Just come ask here when you have trouble, and we’ll try to help.

      When troubleshooting, the biggest thing is searching the web honestly. But some more things to help you out: look for logs. Linux has loads of logs and sometimes can tell you how to fix the problem.

      Logs may not be immediately apparent. Some programs have their own log files that you can look into. Sometimes, if you run the program from the terminal, it’ll print out logs there. Otherwise, you read look through journalctl, although this has logs for everything so might be harder to search.

      Another useful tip, particularly for system tools and terminal tools, is manual pages. Just run man ls and replace ls with any command, you’ll get the documentation on how to use that tool.

    • Cethin@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      14 days ago

      The first thing I’ll say is the reason you’re more comfortable with Windows is because you’ve been using it for however long and learning to deal with the issues it has. The same needs to be done on Linux. You’ll have to learn how it works just like you forgot you did for Windows.

      Second, along with logs like other users said, you have to know how to use a search engine well. Most issues will be easy to solve, but some may take some searching. The Arch wiki is a good resource even if you aren’t using Arch.

      • InputZero@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        14 days ago

        I recently had the realization that I’ve just been putting up with Windows bullshit forever recently when a friend asked me for help with their work PC. They’re a Mac user, but they just started working from home and have been provided a Windows laptop. They sent me a bunch of rushed texts when their headset stopped working. They changed the default audio device after they launched the program. Which never works on a Windows PC. I never have that problem because I have just learned to live with it, I don’t even think about it anymore.

        Now I’m really starting to notice all the little things I put up with from Windows on my machine. To be fair my Linux machine is just as janky but at least I can say I made it that way. I keep telling myself to ‘tidy’ my Linux machine up but I never do, it still plays games just fine. Usually. If I didn’t fuck with it.

    • bigmclargehuge@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      14 days ago

      First suggestion: commit to using Ubuntu for a set period of time. Could be a week, could be 2 hours. When you encounter issues, force yourself to stay on Ubuntu.

      What you’ll find is that at first, errors will seem like gibberish, then you’ll do some snooping online, and find out how to access some log files or poke around your loaded modules. You’ll slowly learn commands and what they do.

      Eventually, something will click, ie; “wait a minute, I just checked to see which kernel modules are loaded, and I’m missing one that was mentioned in my error, that must mean I need to load that module at boot.” You load that module, reboot, try your command again, and bam, everything works. You’ve learned how to troubleshoot an issue.

      The best way to learn Linux is to immerse yourself in it. You can’t efficiently learn German if, every time you hear a phrase you don’t understand, you switch back to English, right?

  • ClanOfTheOcho@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    15 days ago

    I have an old (2017) Windows 10 box that is ineligible for Windows 11. Originally purchased to run my Oculus Rift, it now just streams YouTube and Twitch and plays some old Steam games and occasionally school related stuff (Lexia, Scratch, stuff like that).

    I started thinking that, rather than worrying about an unsupported Windows OS on my network, I might upgrade to Mint or Ubuntu.

    So, my question(s) is/are, how much of a hassle will such an upgrade be? Will I need to wipe the drive, or can I keep my files without having to back them up first? Can I run Windows games on Steam with Wine? Are there good 3D card drivers nowadays?

    I’m reasonably versed in using Linux as a user, less so as an admin, in case that affects the way you answer.

    • Blisterexe@lemmy.zip
      link
      fedilink
      arrow-up
      0
      ·
      15 days ago

      Games work fine, if you install linux as a dual boot, you can move the files over (windows files appear as if the windows install was a usb key). Also drivers are fine

    • MangoPenguin@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      15 days ago

      To install at minimum you’ll need to likely shrink existing partitions and create new ones for linux if you don’t want to wipe the drive, that would be a dual-boot setup with Windows still installed along side. Or you can just wipe the drive entirely and have only Linux.

      Regarding the files you should already have backups of anything important, if you don’t, set it up ASAP.

      Messing with partitions can easily cause data loss if something goes wrong.

      You also never know when hardware failure, malware, power surges, lightning strikes, or whatever other disaster will happen and cause data loss. 1 copy of files might as well be 0 copies.

      • ClanOfTheOcho@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        15 days ago

        I’m pretty sure anything of value is already backed up to my NAS. I’m just paranoid that my kids might freak out that I destroyed their state fair winning Scratch project or something.

        • MangoPenguin@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          0
          ·
          15 days ago

          I just do full system images for that reason, easier than trying to pick and choose what should be backed up. Used to use Veeam, currently using Synology Active Backup.

          For online backups I don’t due to size, but for local backups it’s just way easier.

    • Fecundpossum@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      15 days ago

      Everything people are saying here checks out, but you might struggle with VR. I haven’t tried VR on Linux yet, but I’ve heard some things about support being pretty janky. Maybe others with experience can weigh in.

      • ClanOfTheOcho@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        15 days ago

        I’d be interested to see what people have to say regarding VR setup, but the Oculus gets little use anymore. I have a few games that were never ported to the newer, self-contained systems (I have a Quest 3), and we’ve downloaded a bunch of custom Beat Saber levels that I might feel bad about, but the sensors are a big enough pain to set up that I don’t know that I’d feel that bad.

        • RobotZap10000@feddit.nl
          link
          fedilink
          English
          arrow-up
          0
          ·
          14 days ago

          I myself have a Quest 3. I use Air Light VR as a streamer, which only worked after I added something to do with a vrmonitor.sh to the SteamVR command line. Half Life: Alyx runs natively and works just as well, but I’ve had bad luck with most other games, primarily because Steam Cloud didn’t synchronize the Windows saves to my Linux machine. VR even on Windows is already a PITA to set up, and I just don’t have the willpower to get it working properly on Linux. This is the only reason why I even keep the waste of space that is my Windows partition.

        • Fecundpossum@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          15 days ago

          Yeah, I’ve considered VR for a long while, but between the already existing headaches, and the Linux related headaches I’ve heard of, I’ll just wait until I’m retired for VR space games, VR racing, and VR porn. Hopefully it’ll get better before I’m dead.

    • RobotZap10000@feddit.nl
      link
      fedilink
      English
      arrow-up
      0
      ·
      15 days ago
      1. Depends on how much crap you’re willing to put up with. It’ll all be worth it in the end! (Pro tip: disable secure boot in BIOS)

      2. I wrote a whole guide on the two options, but then accidentally deleted my comment. You can either install Linux on another drive, or shrink your NTFS partition and install Linux alongside it. You can always access NTFS from Linux, but not the other way around (by default). If you don’t understand what I’m talking about, you should really look it all up. I would personally just backup and wipe, you can always reinstall Windows if you want to.

      3. Have you heard of Valve’s Steam Deck? It’s a handheld gaming device that can play nearly every PC game, and it runs Linux! Valve made gaming on Linux an absolute breeze thanks to Proton. There are some popular games that don’t work, either because Tim Sweeney hates Linux (yes, really) or because the anti-cheat won’t accept Linux, but I only know about Destiny 2 and Rust that have that problem. Easy Anticheat works just fine, I play Apex Legends and Deep Rock Galactic with no issues!

      4. If you have AMD, you don’t even have to think about it. Their drivers are part of the Linux kernel. Nvidia is not impossible to use, but you might have some issues. I experience random desktop environment crashes that I can only attribute to their drivers, but it only happens on startup sometimes, which is the least annoying it could be. If you choose a distro that doesn’t mind automatically installing non-free software, you probably won’t need to think about it either. The open source driver, Nouveau, works fine but performs awfully in games (or at least it did a year ago).

      If you just want some clear instructions: backup your files, wipe your disk and install Linux Mint Cinnamon Edition. It’s easy peasy to use and getting the proprietary graphics drivers is only a few clicks away. Just configure your Steam games to run through Proton and you might not even tell the difference.

    • zcd@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      15 days ago

      There would be no hassle in wiping the drive, you can do it as part of the super easy installation process for any Linux distro. Ideally you would back up any important files and drop them into your fancy new file system once the install is finished. And you can pretty much launch almost any game directly out of steam and it will run. There are a few exceptions for some of those games with anti cheats that rootkit your system, but the majority just work out of the box. Drivers included, but Nvidia might be ever so slightly annoying

  • AlternatePersonMan@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    14 days ago

    With the recent Microsoft garbage, I’m giving Linux another try. I’ve been running a laptop for a while, no issues. My main rig, however can’t read all of my um…?hard drives

    A live USB of Mint 21 reads 2 of 5 drives fine. The rest are recognized from GParted, but can’t access them. It looks like NTFS-3G is installed.

    I’ve duck duck go’d (which apparently is just Bing) for a solution, but haven’t succeeded. Long term, I can probably pick up another drive, copy, and reformat everything to something Linux friendly. For now, I just want access.

    I’m lazy and burned out. I don’t want to use the terminal- which I did try. I just want to make a few clicks and have access to all of my files.

    If it matters, the drives (roughly) show up as: 500 gb, 4 TB NTFS (readable) 3, 12, 16 TB unknown (not readable)

    Windows says they’re all NTFS.

    Is there an easy way to easily mount my drives?

    • azuth@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      14 days ago

      I think the disks could be Dynamic Disks on which it would not be a good idea to install a linux distro.

      Unfortunately Microsoft’s own advice to change it to a basic disk (since it considers dynamic deprecated) WILL RESULT IN DATA LOSS.

      Since you only want to access them it seem to be possible with ldmtool. While it is a cli tool there is a corresponding service that at least according to some askubuntu posts and arcwiki should make them behave like normal filesystems.

      • AlternatePersonMan@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        14 days ago

        Double checked and all of the drives are basic. I’m very confused as to what is different between the disks that readable and the ones that aren’t.

        I’ve even tried multiple distros. Same scenario.

    • bloodfart@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      If you can boot back into windows, turn off quick startup/shutdown, run chkdsk or whatever on the drives, reboot back into windows then boot back into Linux and you’ll be okay.

      Quick startup is a kind of weird sleep/hibernate mutant that leaves drives in an unclean state when it turns off, so the Linux drivers for ntfs say “I’m not gonna touch that possibly damaged drive”.

  • Teppichbrand@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    9 days ago

    I want to upgrade (Mint 21.3 => 22). Last upgrade took hours and the result was so bad I had to reinstall Mint from scratch. Do you guys use the upgrade tool, or do you have good advice on how to approach this?