I just installed Ubuntu 12.10 and I was trying to mount a folder to the Ubuntu system. So I used:
sudo smbmount <folder> /path/to/my/folder -ouser=<my id>, dom=<my dom>
but the smbmount was not found... All I have now is cifs-utils.
The command above works in Ubuntu 12.04, but not 12.10.
Any hints?
Thx in advance :)