What is the path of the SMB/CIFS share I have open in Finder

vharron

Registered
I can view and manage files and folders on a SMB/CIFS share from the finder (10.4.4), but I can't figure out where it is mapped into the file system or how to map it into the file system. I've tried following some steps on the internet but they're not working for me.

athena:~ vince$ pwd
/Users/vince
athena:~ vince$ mkdir mnt_test
athena:~ vince$ ls -l | egrep mnt_test
drwxr-xr-x 2 vince vince 68 Feb 20 22:38 mnt_test
athena:~ vince$ mount -t cifs //vince@forma/animus /Users/vince/mnt_test
mount: exec /usr/sbin/mount_cifs for /Users/vince/mnt_test: No such file or directory

Any ideas?

Thanks,

Vince
 
Back
Top