this post was submitted on 02 Oct 2023
1417 points (96.8% liked)

Programmer Humor

19182 readers
1061 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago (2 children)
[–] [email protected] 2 points 11 months ago

As someone said you solution is to symlink or setup LVM volume groups for different mount points. Essentially, it's all or nothing. You can't just put a single program on a different disk without then taking all those files and manually symlinking them to the right place. It's honestly one of the biggest Linux oversights.

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

Symlink your desired location on the target disk to the place the system thinks the software should go. (In my case, /usr/local/games is a symlink to a different drive.)

[–] [email protected] 1 points 11 months ago