From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 10.50.29.6 with SMTP id f6mr72259892igh.2.1426263680995; Fri, 13 Mar 2015 09:21:20 -0700 (PDT) X-BeenThere: voidlinux@googlegroups.com Received: by 10.140.31.102 with SMTP id e93ls1736218qge.87.gmail; Fri, 13 Mar 2015 09:21:20 -0700 (PDT) X-Received: by 10.140.94.170 with SMTP id g39mr791545qge.34.1426263680863; Fri, 13 Mar 2015 09:21:20 -0700 (PDT) Date: Fri, 13 Mar 2015 09:21:20 -0700 (PDT) From: JD Robinson To: voidlinux@googlegroups.com Message-Id: <43d23f1d-c9a6-44bc-bbad-92fda867fb0c@googlegroups.com> In-Reply-To: <134e5e44-19a7-431b-a026-992ac109eaf9@googlegroups.com> References: <134e5e44-19a7-431b-a026-992ac109eaf9@googlegroups.com> Subject: Can't mount devices using gvfs MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_568_1523101630.1426263680516" ------=_Part_568_1523101630.1426263680516 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Try adding your user to the "disk" group? There may be another group with gvfs. But try this first: Void uses runit as the init process. You will want to star any daemons or services by creating a symbolic link for the daemon: ln -s /etc/sv/gvfsd /var/service/ Of course sv may not have an entry for it and you will need to look at a prexisting sv service for the basic up/down scripts. If it's already there, try: sv u gvfs Or sv --start gvfsd or similar. Also make sure FUSE is installed,gvfs may be trying to use this. Personally I am using udev, and nemo is mounting things just fine in cinnamon ( nemo being a fork of thunar I think ). As soon as I installed gnome I started getting network key related errors at login .... I haven't fully moved into Void yet so I'll look at gnome and see if I'm having a similar issue. ------=_Part_568_1523101630.1426263680516--