What is a simple way to (temporarily) mount a windows share from within Ubuntu 11.04 via the command line?
Basically, I'd like the path /home/myuser/windowsbox to map to a windows share. (Need to supply user/pass/domain)
Most of the tutorials I can find use fstab for a permanent mapping. The GUI options do not let me specify a local path for the mounting.
Thank you