this post was submitted on 26 Jan 2025
32 points (92.1% liked)
Linux
49418 readers
2362 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you have a specific purpose in mind for the drive, then mounting it statically is probably the easiest solution.
My setup is:
/
/games
/home
/hdd
/mnt
and/media
are used differently based on the OS./mnt
is supposed to be used for temporary manual mounts, but you can use it (or a subdirectory) as a permanent mount point./media
is meant to contain mount points for dynamically mounted removable devices, but modern systems generally use/run/media/$USER
for that purpose; I would personally avoid it nevertheless.(Solved, explained in the post)
I'm trying that right now, but I can't figure out how to decrypt and mount my drive at boot, I've read that simply giving the drive the same passphrase as that of the first drive would enable unlocking both at boot (reference), but it didn't work for me, the drive remains encrypted and also not mounted despite me adding the entry to
/etc/crypyttab
and/etc/fstab
I use Gnome Disks for this, even on Kinoite.
Ah interesting, is the process more automated with it?
The UI is not too complicated, which is why I like it. I use it to automatically unlock and mount my drives in /run/media/drive_name on boot.