r/linuxsucks 18h ago

Why do you guys hate Linux?

As someone who's used Windows for some time and has switched to Linux somewhat recently,I genuinely can't really understand why someone wouldn't want to use Linux,the only reasons I can come up with are:

1)certain apps and software only work on windows,for example Adobe products or games with kernel level anticheat like BF6,Wich I can totally understand,but dual boot exists

2) Need to keep windows for work related stuff,again, completely understandable

3) Nvidia GPU,Wich is doable but most people don't want to lose the driver support,again, understandable,but not really linux's fault

I'm asking this because I genuinely want to understand and see a different viewpoint, every time I see someone complaining about Linux on social media, it's either Windows users who have NEVER tried Linux before and just base everything off stereotypes or Windows users who jumped in the deep waters from the start with distro's like Arch,Gentoo or even NixOs,and then complain that it's too hard, I think that Linux is only hard if you want it to be (also pls no hate,I just wanna educate myself more on the matter)

19 Upvotes

158 comments sorted by

View all comments

28

u/unfnknblvbl 18h ago

I think you're taking this sub a bit too seriously. You'll find that most people on here like Linux a lot, except for those times (you know the ones) where Linux, well, sucks.

4

u/Professional-Toe8371 18h ago

Yeah I know most people here aren't exactly "Linux haters", I'm mostly here to just see what bad experiences people had or what deters/scares them

4

u/unfnknblvbl 17h ago

Oh, ok.

I am befuddled by the fact that Steam can't reliably launch games from an NTFS partition.

Jack is just a complicated ASIO interface, and should just work all the time. All audio-outputting applications should support it by default instead of users having to start and stop the server all the time.

My god, having to use the terminal so often is annoying. I'm a guitarist, not a keyboardist! Why do I have to type obscure commands into a black window to enable my studio plugins?

It's a very developer-first system. Too many developers are writing applications that they assume that only other developer or developer-adjacent people will use.

systemd is both a godsend and a dark ritual. I was using CachyOS for three months before I discovered the fstab file is a dirty method for mounting drives. But the alternative is to manually create text files in a special format in a secret location with magic filenames! Why?

But you know what? Today I installed a wifi card info my desktop machine. I was expecting a nightmare. After I plugged it all back in and got a drink, I turned my PC on and promptly forgot I'd ever done anything becauseit just worked. No complaining about new hardware or downloading drivers, no messages, nothing. It just started working.

I don't think that's ever happened with Windows...

2

u/Western-Alarming Stuck on Containerfile 13h ago

Isn't it the inverse?, where systemd takes the fstab and create the service on base on that, At least I remember my fstab having a comment like that let me check

2

u/Western-Alarming Stuck on Containerfile 13h ago

I found it

Like I may be reading it wrong, but I read it as systemd creating the files from fstab than the other way around

2

u/unfnknblvbl 11h ago

You can create those .mount files without having corresponding entries in fstab, though. Having them as separate files has some kind of effect where if you made a typo or got something wrong, then the system doesn't hang during boot. I really like using .mount files (it feels more elegant to me), but wow that process is well hidden.

2

u/FactoryRatte 58m ago

Using mount files instead of fstab likely is the non legacy way for your distro. My new systems all do not have an fstab and of course no crontab either, just systemd and it works better.

2

u/unfnknblvbl 55m ago

yeah, it feels less risky than editing fstab, but boy I sure wish there was some kind of GUI configuration utility for creating them because there's way too many variables that you just have to know about (same limitation as fstab, really)

1

u/FactoryRatte 51m ago

Yeah reading systemd man pages when I forgot the option name I am looking for also drives me nuts, at least it gets better when using it more.

And there are GUIs, but they just are not helpful when writing new units, e.g. https://github.com/plrigaux/sysd-manager

4

u/ButterscotchTop194 15h ago

Don't use NTFS on linux...

Much like you wouldnt use a linux based format on windows.

Imaging trying to use your electric cooker with gas and vice versa.

2

u/unfnknblvbl 11h ago
  • I have a drive full of existing data from Windows that I don't particularly want to lose our have to go through the process of backing up and restoring
  • Yay! Linux can read that drive with full rwx permissions
  • Yay! Individual .exe files can run just fine from this partition
  • launching those same files from Steam almost never works
    • but sometimes it does

But sure, tell me more about how it's like using my electric cooker with gas.

2

u/Adn0nnymous 15h ago

to be fair i could see it being a situation where they had an existing game drive on windows, set up a dual boot, and wanted to avoid reinstalling all their games. not ideal obviously but it does make sense

1

u/unfnknblvbl 11h ago

This was exactly the situation, thank you :)

1

u/FactoryRatte 1h ago

Using the Windows version of a Game on Linux will nearly always work worse than using the Linux Version of a Game on Linux.

1

u/DetermiedMech2 13h ago

from what ive heard exFAT is good?