mount_smbfs not working in Snow Leopard

peterv6

Registered
I need to be able to mount samba shares and use them from within Terminal. I've searched and experimented all day, and can't get it to work. The latest attempt I made was:

Code:
peterv@MBP17.local<619>$: pwd
[B][COLOR="Red"]/Users/peterv/smb[/COLOR][/B]

Fri May 14 13:18:02 EDT 2010 
~/smb ->
peterv@MBP17.local<620>$: mount_smbfs -f 777 -d 777 //peterv@192.168.1.156/SERVER2/E$ ~/smb
Password:
mount_smbfs: mount error: [B][COLOR="Red"]/Users/peterv/smb[/COLOR][/B]: No such file or directory

Fri May 14 13:18:02 EDT 2010 
~/smb ->
peterv@MBP17.local<621>$:
I don't understand the error, as I'm executing this from within the directory it says doesn't exist. Can anyone help me out with this, or point me to a very beginner level step by step on how to mount samba shares within terminal? Thanks!
 
Back
Top