what command should I use to mount a smb share on my laptop? i can mount it with
Code:
smbmount //192.168.1.3/towel401 /mnt/laptop
but that prompts me for a password and the password=blah switch doesnt seem to work. I want to put it in a script so it will mount when ever i click an icon. i dont want to use the smb:/ kioslave because i dont always use kde and i want to browse the shares from bash.
if my laptop disconnects it causes problems when every i try to go into /mnt/laptop and it will refuse to unmount for ages, is there any way to force it to unmount, or do all this automatically so i dont have to bother with manually mounting it?