Returning to Kubuntu after abandoning it for about a year, I suddenly encounter a failure to automount my network shares, but only when using the wireless network. Automount is successful using a wired connection to my laptop (Dell XPS).
I've configured fstab countless times with several distros, almost all Ubuntu-based (including Ubuntu):
Server IP:/Server_folder /home/*****/Server nfs defaults 0 0
The mount command in Terminal works fine.
Here is the lower portion of the output of "systemctl status home-*****-Server.mount" (-- suggested for viewing by /var/log/boot.log):
Mar 06 09:13:05 XPS-13-9360-Kubuntu1710 systemd[1]: Mounting /home/*****/Server...
Mar 06 09:13:05 XPS-13-9360-Kubuntu1710 systemd[1]: home-*****-Server.mount: Mount process exited, code=exited status=32
Mar 06 09:13:05 XPS-13-9360-Kubuntu1710 systemd[1]: Failed to mount /home/*****/Server.
Mar 06 09:13:05 XPS-13-9360-Kubuntu1710 systemd[1]: home-*****-Server.mount: Unit entered failed state.
I notice that the wireless network icon loads once the desktop appears at the end of the boot process. Thus, I think the system fails to load networking in time to perform the automount. Why this happens only with the wireless is baffling to me.
Any ideas?
I've configured fstab countless times with several distros, almost all Ubuntu-based (including Ubuntu):
Server IP:/Server_folder /home/*****/Server nfs defaults 0 0
The mount command in Terminal works fine.
Here is the lower portion of the output of "systemctl status home-*****-Server.mount" (-- suggested for viewing by /var/log/boot.log):
Mar 06 09:13:05 XPS-13-9360-Kubuntu1710 systemd[1]: Mounting /home/*****/Server...
Mar 06 09:13:05 XPS-13-9360-Kubuntu1710 systemd[1]: home-*****-Server.mount: Mount process exited, code=exited status=32
Mar 06 09:13:05 XPS-13-9360-Kubuntu1710 systemd[1]: Failed to mount /home/*****/Server.
Mar 06 09:13:05 XPS-13-9360-Kubuntu1710 systemd[1]: home-*****-Server.mount: Unit entered failed state.
I notice that the wireless network icon loads once the desktop appears at the end of the boot process. Thus, I think the system fails to load networking in time to perform the automount. Why this happens only with the wireless is baffling to me.
Any ideas?
Comment