Comment by cassepipe

Comment by cassepipe 6 days ago

16 replies

I abandonned Windows 8 for linux because of an bug (?) where my HDD was showing it was 99% busy all the time. I had removed every startup program that could be and analysed thouroughly for any viruses, to no avail. Had no debugging skills at the time and wasn't sure the hardware could stand windows 10. That's how linux got me.

ryandrake 6 days ago

Recent Linux distributions are quickly catching up to Windows and macOS. Do a fresh install of your favorite distribution and then use 'ps' to look at what's running. Dozens of processes doing who knows what? They're probably not pegging your CPU at 100%, which is good, but it seems that gone are the days when you could turn on your computer and it was truly idle until you commanded it to actually do something. That's a special use case now, I suppose.

  • ndriscoll 6 days ago

    IME on Linux the only things that use random CPU while idle are web browsers. Otherwise, there's dbus and NetworkManager and bluez and oomd and stuff, but most processes have a fraction of a second used CPU over months. If they're not using CPU, they'll presumably swap out if needed, so they're using ~nothing.

    • [removed] 5 days ago
      [deleted]
  • craftkiller 6 days ago

    This is one the reasons I love FreeBSD. You boot up a fresh install of FreeBSD and there are only a couple processes running and I know what each of them does / why they are there.

  • m3047 6 days ago

    At least under some circumstances Linux shows (schedulable) threads as separate processes. Just be aware of that.

  • johnmaguire 6 days ago

    this is why I use arch btw

    • diggan 6 days ago

      Add Gnome3 and you can have that too! Source: me, a arch+gnome user, who recently had to turn off the search indexer as it was stuck processing countless multi-GB binary files...

    • johnisgood 6 days ago

      Exactly, or Void, or Alpine, but I love pacman.

  • ciupicri 6 days ago

    I recommend using systemd-cgls to get a better idea of what's going on.

margana 6 days ago

Why is this such a huge issue if it merely shows it's busy, but the performance of it indicates that it actually isn't? Switching to Linux can be a good choice for a lot of people, the reason just seems a bit odd here. Maybe it was simply the straw that broke the camel's back.

  • RHSeeger 6 days ago

    1. I expect that a HD that is actually doing things 100% of the time is going to have it's lifespan significantly reduce, and

    2. If it isn't doing anything and it just lying to you... when there IS a problem, your tools to diagnose the problem are limited because you can't trust what they're telling you

  • ddingus 6 days ago

    Over the years I have used top and friends to profile machines and identify expensive bottlenecks. Once one comes to count on those tools, the idea of one being wrong, and actually really wrong! --is just a bad rub.

    Fixing it would be gratifying and reassuring too.

saintfire 6 days ago

I had this happen with an nvme drive. Tried changing just about every setting that affected the slot.

Everything worked fine on my Linux install ootb

BizarroLand 6 days ago

Windows 8/8.1/10 had an issue for a while where when it was run on spinning rust HDD it would peg it out and slow the system to a crawl.

The only solution was to swap over to a SSD.