Home directory after reinstalling manjaro

After reinstalling Manjaro, it requires authentication to open the Home directory of the previous one. Now I want to merge the current one with previous and remove the authentication process. How to do that?


Moderation edit: removed gratuitous and meaningless screenshot

Everything will become clear to you after reading the following tutorials… :point_down:

1 Like

Where is this located? Different partition, I guess? Can you provide your partition scheme?

2 Likes

Thanks, the problem has been solved by

sudo mkdir /home/rzhli
sudo chown rzhli:rzhli /home/rzhli
chmod u+rwX /home/rzhli
sudo nano /etc/fstab

add this line to the end of the file

UUID=1fb0757d-11ea-4f59-8272-2fb3f9e74382 /home/rzhli    ext4	 defaults   0 2

After saving the fstab file, test mount it:

sudo mount -a

and there is no errors.
Thank you all guys

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.