• 1 Post
  • 34 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle




  • d3Xt3r@lemmy.worldtolinuxmemes@lemmy.worldWindows eats partitions
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    1 year ago

    In my experience (W11 + Fedora on UEFI Thinkpad), I’ve seen it actually get rid of the Fedora entry from the UEFI boot list. Reinstalling GRUB from chroot didn’t fix it, so I used EasyUEFI and manually added the Fedora EFI file to the boot list and that worked.

    So it wasn’t simply changing the boot order, it actually nuked Fedora from the UEFI boot list.










  • Chromebook might a good idea

    In fact, if her needs beyond writing are limited (eg no need to play games or run some proprietary software), then a Chromebook would probably be the best option. One thing I’d recommend though is to go for an ARM based Chromebook (eg using Snapdragon or a Mediatek chipset), as these tend to have a much better battery life compared to something with an Intel or AMD CPU. ARM Chromebooks also tend to be thinner and run cooler. Also, ideally I’d recommend getting at least 8GB RAM for better multitasking.

    The problem with iPads on the other hand is that they can be quite expensive, and lack some of the flexibility a Chromebook might have (eg, say you wanna store your written documents locally and then copy it to a USB drive or something). Most importantly, keyboard covers are kinda meh - especially for a writer - and the lack of a proper hinge/support means you can only use your iPad whilst it’s propped up on a table, so you can’t use it say if you’re lying on the bed or couch etc.





  • Mini all-in-one PC are expensive, just buy a used/refurbished regular PC. If you want, you can get them in SFF (Small Form Factor), which are still upgradable and a better option than AIOs. Here are some results on eBay for reference.

    I’d recommend getting AMD because of their excellent Linux support and overall better gaming performance. Also, you don’t need a dedicated GPU for playing old games, even more so since AMD’s integrated GPU is a lot better than Intel’s, and works better on Linux too.

    But it you want to play current games, you’ll need a dedicated GPU, and that $250 budget isn’t going to cut it unfortunately. However, you always have the option of buying a cheap used GPU later on, when you’ve got some cash to spare. But for now, if you focus on older games then the integrated GPU on an AMD will do fine.



  • when the ntfs3 driver was released I moved my games to an NTFS partition, i don’t remember precisely but some wouldn’t work, and then unlike my ext4 or btrfs partition which were unbreakable, a lot of things became unreadable and undeletable after a forced shutdown

    Did you symlink the compatdata folder?

    now I’m planning on making a btrfs partition for my games and using winbtrfs

    I heard that with winbtrfs, you run into permission issues where every time you boot back into Linux, you’d need to chown any files you’d created in Windows, which would be a PITA. Also, I heard winbtrfs in Windows isn’t as stable as ntfs3 in Linux. Neither solution is unfortunately perfect so you may need to try and see what works best for you.

    In general though, I believe regardless of what filesystem you choose, it’s recommend to NOT share everything and instead maintain a copy of the library native to each OS, and just share the “common” and maybe the “download” folder, and let Steam discover the existing files when you proceed to install the game.