Hi Gang,
I just did a second update (alll my boxes are Manjaro…hence) and I could nog log in, it did not find my /home
Upon inspection, I found errors in my originat FSTAB:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=######## /boot/efi vfat umask=0077 0 2
UUID=########-2bf2-4ced-aada-1da3969df356 / ext4 defaults,noatime 0 1
UUID=########-1130-4a5f-8328-7f5a9c465d84 /home ext4 nosuid, nodev, noatime 0 2
UUID=########-10b4-4ff7-98f4-046caf40f2d1 swap swap defaults,noatime 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
(hashes for privacy), notice the spaces in the line for the /home partition, they need to be removed.
Then update.
thanks to @anon33601770 for this insight Melissa
(and always have a backup first)
EDIT : after a mod correcterd me: this seems to be my FSTAB, sorry for the mis info…
An update does not touch the content of your /etc/fstab, your /home mount point is user-created, and in that sense you are solely responsible for the content.
Ah yes, it does indeed appear to pertain to the same problem, and thus, the same solution. I’ll therefore unlist the thread again, and I’ll move the other one to Support, since it was not the result of an update.