• 84 Posts
  • 1.5K Comments
Joined 3 years ago
cake
Cake day: July 5th, 2023

help-circle



  • It sounds like you would enjoy Linux though you should at least know that running your games will need additional hoops comparing to Windows since they’re Windows games, nothing something wild and will be mostly about changing the default WINE to Proton if you use Lutris or Heroic for them. However sometimes you will probably need to troubleshoot for some game time to time, but you’ll get used to that once you learn the idea.

    Linux Mint is likely the safest choice here. Zorin is also fine for newbies.

    Also note that, a lot of things will be different than Windows, though you can always search for an equivalent for something you used. At least the structure is much more beautiful on Linux, unlike Windows’ chaotic nature.










  • I see, they’re solving the issue other way around then by using raid. Didn’t know smartmontools work with a database, so it works kind of like an antivirus in a way. Interesting.

    By the way, again it’s just my experience but I want to ask this. Have you noticed faulty disks are more common in NVMe SSDs than HDDs or I happen to noticed that because it’s common in cheaper options and more expensive ones are actually worth the price?



  • They’re way too expensive especially on bigger sizes. I want one as my second monitor but I won’t be able to get one soon.

    By the way, you can still create a distraction-free environment for yourself with GUI. Just go with a minimal setup, something like Niri, Sway, river etc. (Openbox, bspwm, i3wm, Xmonad, dwm if you prefer X11).

    The key points for distraction-free is to have a minimal desktop and using a program launcher like d-menu, fuzzel or rofi. TUI programs also help a lot. This way you won’t need a second OS setup and can do everything in the same installation because TTY is restrictive for certain things.

    There are also distraction-free GUI programs that you can use. For example I prefer ghostwriter as my go-to markdown editor, Apostrophe is also great if you prefer GTK. Depending on your use cases, there are a lot of programs like these.



  • If the drive’s firmware is faulty, SMART data will be faulty too. But can you say the percentage is somewhat high from what you dealt with, a little statistics? What I saw is my personal experience and it’s definitely wouldn’t be accurate as yours. I only saw a drive died out of nowhere a handful of times which is not high if I make it into a percentage.Though if the drive itself is faulty, it won’t take long for it to die too.

    The best I saw is a WD Caviar Black 500 GB drive from 2011 we use, still kicking. Took a backup because of its age a couple years ago but haven’t died yet. The worst I saw was my friend’s NVMe SSD that died in 3 months after he installed. Probably its firmware was also faulty because SMART didn’t help that time.


  • While it’s true we don’t really need those old tools anymore, unless one have ancient hardware. On Linux we can use badblocks to test the hard drive. This is from Arch Wiki:

    Modern HDDs and SSDs include firmware that will automatically detect, attempt to correct, and report errors. However, firmware becomes aware of a corrupted sector only upon an attempt to read or write to it. Badblocks may be used to test the entire device at once. It operates by sequentially attempting to read and optionally write to and read back every sector on a drive, and report errors. Consequently, the firmware will react to any detected failures in this process.

    So, for most cases SMART data is actually sufficient. And there is badblocks if you want to check the entire disk. However we don’t have manufacturer tools like Windows has.

    A little warning about badblocks. Don’t do a write test if you have important stuff on it because it will erase the disk.