From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MhjOp-00047d-8T for garchives@archives.gentoo.org; Sun, 30 Aug 2009 12:20:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EF0AE0907; Sun, 30 Aug 2009 17:29:44 +0000 (UTC) Received: from mail.askja.de (mail.askja.de [83.137.103.136]) by pigeon.gentoo.org (Postfix) with ESMTP id D805CE0907 for ; Sun, 30 Aug 2009 17:29:43 +0000 (UTC) Received: from static-87-79-89-40.netcologne.de ([87.79.89.40] helo=zone.wonkology.org) by mail.askja.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1MhoDn-0000hC-0c for gentoo-user@lists.gentoo.org; Sun, 30 Aug 2009 19:29:43 +0200 Received: from localhost (localhost [127.0.0.1]) (uid 1000) by zone.wonkology.org with local; Sun, 30 Aug 2009 19:29:40 +0200 id 00010416.4A9AB704.00004AE2 From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How to set udev rule? Date: Sun, 30 Aug 2009 19:29:39 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.28-tuxonice-r3_3; KDE/4.2.4; i686; ; ) References: <20090827233339.72529ea6@osage.osagesoftware.com> In-Reply-To: <20090827233339.72529ea6@osage.osagesoftware.com> 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="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908301929.39692.wonko@wonkology.org> X-Archives-Salt: 62f8c6cc-c419-44f9-9684-f1e029a6a8eb X-Archives-Hash: 872f1713bbf0b029f975986b93637823 David Relson writes: > Don't know if the following will help, but it's a rule that I > successfully use to mount a USB memory stick: > > BUS=="usb", SYSFS{manufacturer}=="STECH", SYMLINK+="STECH", > run+="/bin/mount -a" I have to change the bus from usb to scsi, then it works. But what about unmounting? Is is possible to have it unmounted after I pull the memory stick? Wonko