From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B43491389E2 for ; Tue, 16 Dec 2014 00:38:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D015E0964; Tue, 16 Dec 2014 00:38:07 +0000 (UTC) Received: from mail.web-xs.org (mail.web-xs.org [148.251.4.204]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C251BE08D1 for ; Tue, 16 Dec 2014 00:38:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.web-xs.org (Postfix) with ESMTP id 06B456EC1125 for ; Tue, 16 Dec 2014 01:38:04 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.web-xs.org Received: from mail.web-xs.org ([127.0.0.1]) by localhost (mail.web-xs.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LUTlLZekOvCF for ; Tue, 16 Dec 2014 01:38:02 +0100 (CET) Received: from server-1.localdomain (p54A71A7A.dip0.t-ipconnect.de [84.167.26.122]) (Authenticated sender: lukas@der-erste-sinn.de) by mail.web-xs.org (Postfix) with ESMTPA id 664186EC1050 for ; Tue, 16 Dec 2014 01:38:02 +0100 (CET) Received: from hal9000.localdomain (hal.localdomain [192.168.0.2]) by server-1.localdomain (Postfix) with ESMTP id A3D3F3F989 for ; Tue, 16 Dec 2014 01:38:01 +0100 (CET) Date: Tue, 16 Dec 2014 01:37:39 +0100 From: To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] FAT32 USB not showing/mounting Message-ID: <20141216013739.624cb03a@hal9000.localdomain> In-Reply-To: <20141215053758.GA29065@syscon7> References: <20141215053758.GA29065@syscon7> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.24; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 3db3f804-5224-486f-86ec-73f8da849493 X-Archives-Hash: 7e022e26c081fed3d95e451d83178efb Am Sonntag, 14.12.2014 um 22:37 schrieb Joseph : > I have a USB stick with FAT32 file system, but when I insert the disk > it is not mounting on my desktop. No icon is showing up, why? Here comes the the magic formula, IIRC ;) Your user has to be in group plugdev. udisks USE flag for xfce-base/thunar must be set. The USB-device may NOT have a config line in /etc/fstab. To enable/disable automounting look at thunars menu: edit -> settings -> advanced-settings -> volume-management (checkbox) Regards wabe