sglafata wrote:What if you commented out the NFS mounts and tried booting without the NFS shares auto-mounted? I'm wondering because if you are continuing to have NFS issues, remove the cuprit to fix some of your other issues and later try fixing your MFS mounts/configuration. Of course, I also noticed that you have a heck of a lot of issues in all the threads and wondering if you should backup your data, wipe the drives and start a brand new installation.
I was lucky and could figure the biggest problem: On my system NFS shares use eth4 and Samba shares use eth3 with both networks having different IP segments. Both directories (/data1, /data2) are shared via NFS and Samba which works very well. The problem appeared only if a virtual machine (vmwareplayer) was used. This virtual machine used vmnet3 to connect to the same Samba shares with vmnet3 having an IP in the same segment like eth3. As long as vmnet3 is not enabled everything is OK.
So, in my very special case I had to change /etc/fstab as mentioned before and to remove the virtual vmnet3 adapter. I have changed the virtual machine to use a bridged network instead of a NAT network. And everything is fine. It also solves topic
https://forums.mageia.org/en/viewtopic.php?f=7&t=2633The configuration of my workstation is very special. That is why I did not like the idea to start a brand new installation. But it could have saved a lot of time if I decided to do so immediately. Maybe next time...