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.