this post was submitted on 22 Aug 2026
12 points (100.0% liked)

Linux

18806 readers
132 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 3 years ago
MODERATORS
 

Hello,

so I have quite a few drives in my desktop, but the main one that really lags my system down is a 12TB (seagate ironwolf, yes i know..). It seems to spin up and down often, then whenever I open a file in nemo I get freezeups when the drive has to spin up.

I know my 2 issues, it's an ironwolf, and I have it formatted as NTFS (because when I got it I was moving from windows to linux and kind of needed NTFS to still be there for windows. But now, I don't have a way to offload it all to reformat as EXT4.

Is there a way to keep it spun up for longer? My power saving shouldn't be doing anything with drives but i'm unsure.

I'm on Mint (yay noobs)

top 7 comments
sorted by: hot top controversial new old
[–] kalkulat@lemmy.world 1 points 23 minutes ago

You might be looking for the HDPARM command ...

https://www.geeksforgeeks.org/linux-unix/hdparm-command-in-linux-with-examples/

I remember playing with this one for my measley 4Tb drive: LOts of options:

-S Set the standby timeout for the drive. A value of 0 disables standby mode.

[–] anime_ted@lemmy.world 5 points 9 hours ago

You might check out the hdparm utility. It should allow you to set drive sleep parameters.

[–] joulethief@discuss.tchncs.de 7 points 12 hours ago

What's the issue with Ironwolf disks?

[–] tyler@programming.dev 4 points 11 hours ago

Wait, what’s the problem with ironwolf? I just got one. I thought they were good

[–] BCsven@lemmy.ca 2 points 12 hours ago* (last edited 12 hours ago)

If I'm recalling correctly GNOME disks has a menu option for drive parameters so you can set stuff if the drive supports it.

Edit: Something like this tabbed menu With Standby and Power Management

[–] Shadow@lemmy.ca 1 points 13 hours ago* (last edited 13 hours ago)
[–] frongt@lemmy.zip 1 points 13 hours ago

Well, you could set a cron job to touch a file every minute. I would start by checking the BIOS and OS power settings though.

Unless it's USB. In that case it's probably all handled by the internal controller and the cron job is your best bet.