this post was submitted on 01 Jan 2026
214 points (99.5% liked)

Linux

60598 readers
463 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] not_woody_shaw@lemmy.world 3 points 1 day ago (1 children)

Nah, the same thing was fine under windows. The old linux ntfs driver was just horribly inefficient and 100%'ed the cpu for too long. The hardware worked as intended - it shut down to avoid thermal damage. Possibly there was some lower "speedstep" the OS could have told the CPU to use, but that didn't seem to happen on this combination of OS and hardware.

[–] Tja@programming.dev 2 points 13 hours ago (1 children)

Running at 100% CPU for any amount of time should be fully expected by the manufacturer and should ramp up fans and throttle the CPU if necessary. Those are hardware functions.

[–] vandsjov@feddit.dk 1 points 9 hours ago (1 children)

Just to add on to your comment: Hardware should not "shut down" due to software operations. Max fan speed and execution slow down, yes, but not a shut down, unless your computer has a function of shutting down when getting hot. Normal operation should just keep going.

[–] Kazumara@discuss.tchncs.de 2 points 8 hours ago

Emergency thermal shut-off is a very common function in various pieces of computer hardware. And if throttling doesn't help it should indeed shut down, rather than cause damage.