On Ubuntu, after connecting to smb://pcname, where is the folder under /?

that is, how to bash shell to cd to that share?

on Mac OS X, it is some where in /Volumes

link|improve this question

67% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Under ~/.gvfs.

link|improve this answer
it works! can it be under some where more... like /mnt or /dev ? – 動靜能量 Jun 27 '10 at 6:25
Only if you mount it at the command line as root using mount. – Ignacio Vazquez-Abrams Jun 27 '10 at 6:33
feedback

You can find out for yourself by running mount with no arguments; it will list all the mount points on your system.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.