I have been daily driving a dual booted laptop for the past two years. After a year of distro hopping I settled with fedora + kde and never looked back. I really liked the auto nvidia driver config and it made everything so pleasant to work. Since the last 8 or 9 months I decided to do gaming using bottles and proton ge. I cannot afford to buy games and bottles is a God send at that. Now I realized that I had not logged into my windows partition in over 6 months. So I logged in to check and it told me it needs to download 8 gigs of updates. That sent me into rage and so clean installed everything to be fedora. I have 250 gb of storage locked in limbo because of windows( I have a 512 gb ssd so it was a lot) and today after everything was setup, the os took only around 20gb minus the games. Never felt happier.

  • atzanteol@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    ·
    5 months ago

    so clean installed everything to be fedora.

    It may not have been necessary to do a complete reinstall. If fedora uses LVM or BTRFS for your partitions (which it likely does) then you could have just formated the windows drive and added it to your “pool”.

    • IsoSpandy@lemm.eeOP
      link
      fedilink
      arrow-up
      2
      ·
      5 months ago

      I actually did everything on Ext4 and had a separate home partition which was only 30gigs. So that was the main gripe in the previous install I had I thought to rectify it.

      Alas I didn’t use btrfs this time also and did Ext4. Maybe I should have enabled snapshots. Who knows. I may just be an adventurous dude.

      • atzanteol@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        5 months ago

        Are you using LVM? It’s a layer that sits under ext4 that allows for partition management similar to btrfs. You can find out if you’re using it by running sudo lvdisplay and you would see some logical volumes listed.