where are network shares mounted?

Archived topics about LMDE 1 and LMDE 2
Locked
giorsat

where are network shares mounted?

Post 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?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
altair4
Level 20
Level 20
Posts: 11427
Joined: Tue Feb 03, 2009 10:27 am

Re: where are network shares mounted?

Post 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.
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
giorsat

Re: where are network shares mounted?

Post by giorsat »

thankyou!!!!! :)
Locked

Return to “LMDE Archive”