• 0 Posts
  • 42 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle




  • Am I correct in understanding that the card will run at PCIe gen 3 X1 if I do this?

    Correct. The situation you described in the original post would result in Gen 3 x1 speeds.

    The interface will always default to the fastest standard that both sides can support. If one is gen 2 and the other is gen 4, gen 2 is the highest that can be supported. If one side is x8 and the other is x4, x4 is the highest that can be supported.

    What can I do if the card is PCIe gen 2 x8?

    If you put a Gen 2 x8 card in a Gen 4 x1 slot, you will get a Gen 2 x1 link.



  • This is perfect thank you!

    Since I had to do some troubleshooting to get it working, I’ll list what I had to do here:

    I have Mint 22.1 and Heroic Launcher installed as a flatpak. Because of this, I could not install Mangohud from apt as Heroic could not find it in $PATH. Instead I had to install the Mangohud flatpak flatpak install Mangohud. I had to specifically choose the v23.08 branch when running that command, as the v24.08 branch did not work with heroic. After that, I went to the game configuration in Heroic and enabled Mangohud and all was good. :)




  • The helpful thing is we are at a point people are starting to move over in larger numbers. With every extra person, there is more enthusiasm to get the next useful milestone completed; which will continue to bring in more people. It’s pretty telling that the top PC gaming handheld is a Linux offering, not a Windows one. Just a few years ago that idea was unheard of.

    As a personal anecdote, I work at a company that releases Windows software. However, in active development we have intentionally decided to not cut ourselves off from Linux and MacOS, and such OS releases are on the order of a month or three of work to make happen, rather than the complete rewrite monstrosity that is the case with our previous offerings.



  • Yeah, your suggestion is the only thing I could think that would even work, but honestly, it’s probably more trouble than it is worth.

    An alternative which doesn’t quite meet the requirements, but will be much lower effort would be to format the drive(s) as exFat, which both Windows and Linux can read without issue. Then put them up as a network share in both OSes.

    If you are wanting RAID 1 with those two drives…this won’t work unless you are either using hardware raid (maybe you can set it in your bios?) or if you can find a software raid that both windows and linux use. For RAID, maybe just pick one OS and that will be the one that has the share.

    I would also recommend against the SSD caching idea with all this other stuff in the mix, wait till you have a dedicated NAS PC. You are going to pull your hair out otherwise.


    OP, do you have an old computer, even an old laptop? A NAS doesn’t require much computing power. You can plug your drives in via a SATA to USB adapter. Then you will have a dedicated NAS box and all these problems get 500x easier.



  • BombOmOm@lemmy.worldtoSelfhosted@lemmy.worldData HDD with SSD catch drive
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    7 months ago

    The biggest thing is you have changed a random write to a linear write, something HDDs are significantly better at. The torrent is downloading little pieces from all over the place, requiring the HDD to move it’s head all over the place to write them. But when simply copying off the ssd, it keeps the head in roughly one place and just writes lineally, utilizing it’s maximum write speed.

    I would say try it out, see if it helps.


    Also, if the HDD is having to do other tasks at the same time, that will slow it down as the head can only ever be in one place.



  • Code should absolutely speak for itself. But the occasional comment is still good to explain the ‘why’ of the code when the why isn’t very obvious, often due to a niche requirement. Also any time you have to break out a hack, that needs comments up the ass, what was the bug, what URL did you find the fix at, why does this hack work, etc etc. It’s very satisfying to go back and remove those hacks after they are no longer needed, often because the underlying technology fixed the bug that had to be hacked around.


  • Pentium D processors are pretty power hungry, so factor that into your thoughts. Also make sure you put a modern OS on it that is getting security updates. It probably has Win XP or Vista installed which isn’t safe to connect to any network.

    It should work fine as a router as long as you don’t enable any of the packet inspection features. For basic routing and firewalling for a home network it should be plenty powerful. I would personally put a small SATA SSD in it as the main drive and ditch the 90GB HDD.

    As an additional idea, if you put a larger SATA drive or two into it you could make it a NAS.


  • I have not personally experienced a dropout with a SMR drive. That is from the reporting I saw when WD was shipping out SMR drives in their Red (NAS) lineup and people were having all kinds of issues with them. According to the article (below), it sounds like ZFS has the worst time with them. WD also lost a class action suit over marketing these as NAS drives, while failing to disclose they were SMR drives (which don’t work well in a NAS).

    We want to be very clear: we agree with Seagate’s Greg Belloni, who stated on the company’s behalf that they “do not recommend SMR for NAS applications.” At absolute best, SMR disks underperform significantly in comparison to CMR disks; at their worst, they can fall flat on their face so badly that they may be mistakenly detected as failed hardware. Source