I am using opensuse 16.0 which has changed considerably from 15.6
I have an entry in /etc/fstab to mount a new user home directory, over my old one from another drive.
#UUID=db911443-92fe-46e0-97c9-347bdc06e576 /home/user ext4 defaults 0 2
If I have this line enabled, the system boots, I can login as root and verify partitions are mounted correctly.
But if I login as user no error is given, but I am returned to the login gui screen.
I have looked at dmesg and logs but cannot find any errors.
If I comment out mounting the /home/user from the /etc/fstab as shown above , then I can login.
After that I can remove the commenting out, and type “sudo mount -a”
I can then verify the /home/user has been mounted correctly
Can anybody suggest a method to investigate this problem, so that I can see an error message in a log?
if you have #UUID=db911443-92fe-46e0-97c9-347bdc06e576 /home/user ext4 defaults 0 2
enabled in /etc/fstab does ausearch -m avc,user_avc,selinux_err,user_selinux_err -ts boot
show any selinux-related problems?
@strangerover2002
Please, to make the pieces of computer code in your posts better consumable by technical oriented people:
And post as complete as possible. That is starting with the line with the prompt and the command, then all output, and ending with the new prompt line.
When you really feel you need to change anything in such a copy, then explain that in a comment, else we take all characters literally.