72
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 26 Oct 2023
72 points (100.0% liked)
Linux
63798 readers
1128 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
I only have three partitions, all ext4:
/dev/sda1mounted as/- if necessary I wipe it out, reinstall my junk and call it a day. The only non-default things there are a few/etcfiles but I got a manual backup of the ones that matter. It's in the SSD to access is really fast./dev/sdb1mounted as/home- that's my precious, for files that are personal and/or impossible to replace. Kept as small as possible so I can mirror it into a USB stick. It's in the HDD, right at the start so access is fast./dev/sdb2mounted as/storage- originally I created this partition to bulk store my anime series, music, etc. so I could broadcast them through SMB across my house. If I lose those files I'll probably be pissed, but they can be recovered with some sweat, blood, and torrents. Access speed is not that big of a concern for those files.I'm actually considering to create a fourth partition. See, the
/storagepartition has 1.6 TB, so I created a/storage/binariossubdir in it so I can install a few programs (mostly games)... that's just/optreinvented poorly, might as well promote it to its own partition.