this post was submitted on 06 Sep 2024
1229 points (95.6% liked)

Linux

47337 readers
672 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
you are viewing a single comment's thread
view the rest of the comments
[–] Laser@feddit.org 32 points 1 week ago (3 children)

A good first approximation.

So where in this setup would you mount a network share? Or am additional hard drive for storage? The latter is neither removable nor temporary. Also /run is quite more than what this makes it seem (e.g. user mounts can be located there), there is practically only one system path for executables (/usr/bin)...

Not saying that the graphic is inherently wrong or bad, but one shouldn't think it's the end all be all.

[–] Eideen@lemmy.world 7 points 1 week ago (2 children)

I do /volumX for additional hard drives.

For most network share I use /mnt/$server.

[–] Laser@feddit.org 9 points 1 week ago

For most network share I use /mnt/$server.

I use /mnt/$proto/$server, though that level of organization was probably overkill. Whatever...

I do /volumX for additional hard drives.

[–] ryannathans@aussie.zone 5 points 1 week ago

Or /home/me/drive

[–] werefreeatlast@lemmy.world 4 points 1 week ago

I'm gonna blow everyone's mind.... I have my Linux system in a relatively small 4gb drive, and my home in a 4Tb drive. I mount my 4tb drive to /home/me as someone already said.

If my SSD for my OS takes a shit as people say, all you do is install it again, change fstab to swap the home directory and you're back in business like nothing happened. That's like 10 minutes install time on a good SSD these days. The other guy who mentioned this, didn't point this out. The idea of separating my home folder into its own drive didn't occur to me for years and years of using Linux. Every wrong update I was there copying home like a total windows 11 noob. I also install my extra drives and shares on /mnt, that's standard.

On debian when i mount an ftp server through my file browser it uses gvfs

This will mount it to /run/user/1000/gvfs/ftp:host=,port=,user=