up vote 0 down vote favorite

I am new to Ubuntu so please be gentle! I am taking the plunge from Windows!! I connected to a Windows share (using Connect to Server... menu) and I can access it on Gnome just fine.

However, I don't know how I can access it in console, or in any other program that requires the path, when it's already connected on Gnome. What's the mount point for that? I tried the mount command but it does not show up.

flag

migrated from stackoverflow.com

3 Answers

up vote 3 down vote

What version of Ubuntu/Gnome?

Newer Gnome uses gvfs (from Gtk+'s new gio) for network shares and similar. This is a virtual filesystem which does not exist anywhere on the real filesystem -- unless you install the package gvfs-fuse, which creates a ~/.gvfs directory mirroring all your gvfs mounts. You can use gvfs-mount -l to see your gvfs mounts, if you have gvfs-bin installed.

Older Gnome uses gnome-vfs, which did not have any convenient way to integrate with the real filesystem.

You can, of course, follow the MountWindowsSharesPermanently tutorial to mount the network share somewhere on the real filesystem instead of in Gtk+/Gnome's virtual filesystem.

link|flag
up vote 1 down vote

I'm almost sure that gvfs is installed by default in 9.10. The mount point is created in ~/.gvfs (this is /home/your username/.gvfs) after accesing the share with nautilus. It doesn't persist after rebooting the system.

link|flag
up vote 0 down vote

I am in the same situation on ubuntu 8.04. I can't locate on the disk the remote sftp:// mount that is using Gnome gvfs.

The ~/.gvfs is empty.

Is there any solution for this ?

link|flag

Your Answer

get an OpenID
or
never shown

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