this post was submitted on 05 Nov 2023
0 points (NaN% liked)

Technology

58125 readers
3875 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Your Windows 10 PC will soon be 'junk' - users told to resist Microsoft deadline::If you're still using Windows 10 and don't want to upgrade to Windows 11 any time soon you might want to sign a new online petition

you are viewing a single comment's thread
view the rest of the comments
[โ€“] HurlingDurling@lemm.ee 0 points 10 months ago (1 children)

So in my previous experience I never get prompted to create separate partition, but I have seen others use this method in the past, however this should probably be a step in any Linux install wizard.

[โ€“] sonnenzeit@feddit.de 0 points 10 months ago

It should be offered as an option really.

One caveat is that you need to think ahead about how much space you want to assign to each partition. You could end up with your /home/ partition being full while the system partition still has plenty. Or vice versa. You can manually readjust the boundaries but it requires some understanding and can't be done on the fly by a non-technical user. By contrast if everything's stored on the same partition you never have to worry about this.

You can, by the way, manually recreate this set up even after the initial set up although it will require lots of free space to shuffle around files (or some external storage to temporarily hold them). Basically what you do is create a new empty partition, copy all your /home/stuff there and then configure your system to always mount that partition as the /home/ directory when it boots. Files are just files after all and the operating system doesn't really care where they come from as long as the content is correct. Once you got it working you can delete the originals and free up the space to be used otherwise.