I had a dual boot I rarely used because reasons, one of them being that it was Manjaro and it kinda sort of borked itself and evey time I upgraded it asked me to make choices I had no idea what they meant.

I wanted to give Pop_OS a try so I went and nuked the Manjaro and set up the boot, root and swap of Pop_OS in its place.

Point is, I had the /home of Manjaro on a different location (The OS is on a SSD shared with windows and I put /home on a HD). I did not point Pop_OS to it at setup for fear of it being nuked (Will it nuke it? If not I guess I can do a new install and point it there?)

Can I link Pop_OS home to the old Manjaro home or do I need to take care of something (format it, remove some specific folder…).

I ask because I convinced myself the matter was trivial, but in the process of making sure the /home of Pop_OS was empty I ended up with a system hang and my passwords (both user AND root) being rejected and I had to reinstall the whole thing, so maybe there’s more to /home than just a bunch of data?

Thanks!

  • datendefekt@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    What worked for me: I used to have multiple partitions, one for each system (Pop!Os and Manjaro, in your case) and one for the /home directory. The only stuff stored there is your personal data and settings. When you nuked your /home you must have destroyed something else.

  • corpse_diet@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    as far as I know it should be possible? was your home partition actually mounted at /home or another location?

    I’m not completely clear on that based on your post.

    • dwindling7373@feddit.itOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      In Manjaro I went throught the hoops of setting it up and it worked flawlessly, I don’t remeber the details but I assume it was in fact mounted at /home.

      Pop_OS never mounted it at /home, I briefly accessed it through /tmp I believe, everything borked when I renamed /home into /home.bak and then I launched the file explorer, so it had nothing to do with my Manjaro /home mount…

  • hschen@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Im not sure exactly how you borked it but you can generally just point the popos installer to your old home, it shouldnt format it unless its flagged for format during the install, make sure it isnt and you should be fine.

  • deikoepfiges_dreirad@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Mounting the home partition at /home in the installer should work. Deleting the /home of the user you’re logged in as isn’t going to work because the applications you use to do it will most likely try to write something into ~/.local or .config, do it’s never really empty. You could log into the root user though and do it from there.

    Btw. It’s not really beneficial to put your home partition on an HDD for the same reason. All Programs you use are going to have to access some hidden config or data files so it’s going to slow everything down. (Also in case you use Steam, it installs all the games in ~/.local) A better way is to mount the HDD somewhere else and symlink your ~/Documents, ~/Pictures etc to the HDD.