If I mount a Windows share using the "Places>Connect to Server..." option where is it mounted and is it always mounted at the same place?
I need to know the path so I can access it from the Terminal.
If I mount a Windows share using the "Places>Connect to Server..." option where is it mounted and is it always mounted at the same place?
I need to know the path so I can access it from the Terminal.
You should found it under
~/.gvfs
.For more information see here
On My 14.04 Desktop:
But these are the current mount locations
or
or
Depending on the desktop or program you use (gnome,kde,smb4k..) it might be in one place or another. It might also have a session id in the path, However, all is reported by the
mount
command. Open the remote folder, and then in terminal typemount
and enter. Mount will list all that is mounted and where is mounted.If you want to ensure that your path is always mounted/ automounted on login in your desired directory, then your command line is the safest bet.
Potentially you could mount it on command line as well in the desired folder:
And go further than this and add it in fstab, thus when your computer boots, share is mounted on startup: