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…
Difficulty: ★★★☆☆
Note: This post is meant as a tutorial. Please do not post on this thread regarding any problems you’re having with permissions, but start a new thread instead. Thank you.
PREAMBLE: THE HISTORICAL BACKGROUND
If you are new to the world of GNU/Linux ─ and especially if you come from the Microsoft Windows ecosystem ─ then you will undoubtedly have already noticed that GNU/Linux handles permissions and storage volumes quite differently from what you might be used to …
Difficulty: ★★☆☆☆
1. INTRODUCTION
Microsoft Windows started its life as a graphical user interface on top of MS-DOS, a 16-bit single-user, single-tasking operating system that in turn originated as 86DOS, an unauthorized 16-bit rewrite (by Tim Paterson of Seattle Computer) of Digital Research’s originally 8-bit CP/M operating system. Both CP/M and MS-DOS were at the time developed for computers that did not support any other storage media than floppy disks.
Considering this legacy, Microsof…
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
system
Closed
19 March 2025 12:16
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.