I have previously installed Ubuntu /home
in HDD, but in new installation there is a new home directory. How to change it to the previous /home
directory. in HDD? Could I replace new home with my old home, or do I need to reinstall Ubuntu 22.04?
Previously installed /home
directory:
Newly installed /home
directory:
/etc/fstab
) to match what you actually want. If you create something that causes another to shadow an existing directory; the system will do that automatically (meaning some data may not be seen; but you can alwaysumount
to remove, access it when required). FYI: Screenshots of text are hard to read; so just add to your fstab whatever arrangement you want. – guiverc Dec 10 '23 at 07:03