this post was submitted on 20 Jan 2024
304 points (90.4% liked)

Linux

46812 readers
1505 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 7 months ago (1 children)

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".

[–] [email protected] 2 points 7 months ago (1 children)

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.

[–] [email protected] 2 points 7 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.