this post was submitted on 24 Nov 2025
32 points (100.0% liked)

Linux

61617 readers
622 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 6 years ago
MODERATORS
 

Title, I installed my system with two partitions, a big one and a small one for the OS. I figured 100GB would be enough for the OS one, but apparently not as it keeps filling up. Steam keeps filling it for some reason, something to do with Proton. I know that messing with partition sizes has a risk of data loss and all that, and I don't really want to lose parts of my OS.

you are viewing a single comment's thread
view the rest of the comments
[–] monovergent@lemmy.ml 1 points 2 months ago

Probably not without LVM or an external drive to restore from. Depending on which partition comes first, you'll either have to extend the OS partition "leftward" or lop off the front of the data partition, and there isn't a good way to do either nondestructively.

If you have LVM set up, you could reduce the storage partition, make a partition in the new free space, and lump it into the volume group for the OS partition.