Page 1 of 1

where are network shares mounted?

Posted: Wed Dec 22, 2010 6:38 am
by giorsat
hi everybody. I need to know where lmde mounts network folder. usually in fedora they are under the .gvfs folder but in lmde the directory is empty even when the network shares are mounted... can anybody help me?

Re: where are network shares mounted?

Posted: Wed Dec 22, 2010 7:07 am
by altair4
It's in the same place ( .gvfs ) the problem is LMDE is missing a package and group membership:

You need to install one package:

Code: Select all

sudo apt-get install gvfs-fuse
Then you need to add yourself to the fuse group:

Code: Select all

sudo gpasswd -a your_user_name fuse
You need to logoff and login again for the group to actually change.

Re: where are network shares mounted?

Posted: Wed Dec 22, 2010 8:44 am
by giorsat
thankyou!!!!! :)