this post was submitted on 07 Mar 2025
15 points (94.1% liked)
Linux
6561 readers
420 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks for ideas, I'll look into roaming profiles (but do you need similarly set computers then if profile was to work on all?). Also how much space do you allocate for a system partition (I guess the rest is all for /home) - I know this could be subjective?
For roaming profiles: there's lots of different ways to do whatever you want. For example, I don't pull in my entire homedir when I login, I just use systemd automount profiles for specific things. This solves two problems: 1) If my network goes down, I won't have issues with my machine, and 2) there isn't a need for a lot of I/O on the network unless I'm actually accessing specific data. Just found a quick thread for reference where people are discussing.
For partitioning, this isn't much of a worry anymore if you use LVM, so I'd get familiar with that, and then you can shrink/grow all your partitions as needed if you want.