When I access a network folder using nautilus it shows up in the Places sidebar, but not in any other application's save/open Places sidebar. Why the inconsistency, and how can I add a share so every application has access to it without having to edit fstab?
Asked
Active
Viewed 2,510 times
0
-
The only way I have found to do this myself is to in fact, edit fstab. But once you are willing to do that it works brilliantly. – Ctuchik Jul 28 '11 at 19:53
2 Answers
2
By default network shares are mounted in the hidden directory ~/.gvfs
in our home directory. You can browse there with any application provided you have enabled to display hidden folders.
With this tool we are also able to mount network shares as a non-root user in any newly created folder in our home directories. For a short explanation on how to use it see this answer.
-
Hmm, I can see the network shares but usb-creator-gtk fails when I try to use an .iso from there. I wish there was more network transparency in ubuntu. I feel that ubuntu isn't ready to be used in a network yet. Thanks for the help. – waspinator Jul 29 '11 at 19:19
1
You can mount network disk through terminal by command:
mount -t cifs -o username=myusername,password=mysharepassword //myipaddress/mysharefolder /myPCdirfolder
Make sure package cifs-utils
is installed. After logout network disk will be dismounted.

pr0logas
- 191