Page 1 of 1

(Solved)Automount issues

PostPosted: Fri Dec 13, 2013 9:45 pm
by boarder428
I have noticed this automount feature in newer releases of ubuntu and am wondering if there is a way to turn this off. In the newest release of ubuntu studio when I boot up it automatically opens 2 instances of my copy folder and 1 instance of my home folder. i was able to get the home folder to stop opening by editing /usr/share/gvfs/mounts/network.mount and changing the automount parameter to false but still having issues with the copy agent. I also have the same problem in black opal aswell. the only way i can think of fixing it is by not allowing copy to start at startup. Anybody else have any solution?

Re: Automount issues

PostPosted: Thu Dec 26, 2013 10:27 am
by rick7
To disable automount feature, type the following into a terminal;

Code: Select all
gsettings set org.gnome.desktop.media-handling automount false


To re-enable automount use;

Code: Select all
gsettings set org.gnome.desktop.media-handling automount true

Re: Automount issues

PostPosted: Wed Jan 01, 2014 10:40 am
by boarder428
thankyou much