How can I tell whether my NVMe SSD is causing Steam to freeze Linux Mint?

0
6
Asked By MangoVale42 On

I recently started using Linux Mint, and my computer completely freezes whenever Steam begins updating Dead by Daylight. Restarting hasn't fixed it. I also noticed the system sometimes had trouble shutting down before this started happening. I suspect the NVMe SSD, but I'd like to test it properly before buying a replacement. There's still about 400 GB of free space on the drive.

1 Answer

Answered By QuietHarbor7 On

First, check the drive’s SMART data for warnings or errors with smartctl. Use the correct device name for your SSD, for example: `smartctl -a /dev/nvme0n1`. This can show whether the drive is reporting hardware problems.

MangoVale42 -

I checked the SMART information and it doesn’t appear to report any errors.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.