Hi, I had the same problem. I used this quick&dirty workaround: since the last step of the boot process is to launch /etc/rc.local (if enabled), I put a "mount -a" command before the last "exit 0" command, and it worked. At the end of the system startup, you will find your remote shares correctly mounted. I used the cifs protocol, but I should work with smbfs too.
Regards Alessio -- smbfs: mount_data version 1684370019 is not supported https://launchpad.net/bugs/50651 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
