What is missing from your description is what happens after your system has finished rebooting.
Does the share mount when you issue one of the following commands: sudo mount -a Or: sudo mount /mnt/server_e Both of those commands will reference the fstab declaration. If it does this may not be a "bug" in cifs itself but in the boot process where the line in fstab is being executed before the network stack is operational on the client so it cannot connect to any remote share - until after the entire boot process is complete. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896699 Title: Mounting a share in fstab fails with BAD_NETWORK_NAME To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/1896699/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
