I'm using Ubuntu 12.10. I have some samba share mounted via Nautilus. I'd like to access the files from command shell. They used to appear under $HOME/.gvfs but not any more. Where have they gone to?
Asked
Active
Viewed 1,075 times
2
Sathyajith Bhat
- 62,374
lang2
- 2,322
1 Answers
0
GVFS mounts now appear under directory $XDG_RUNTIME_DIR/gvfs, where $XDG_RUNTIME_DIR is typically set to /run/user/<uid>.
See this answer to the question "What is this folder /run/user/1000?" for more info on what $XDG_RUNTIME_DIR is and why it exists.