From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1I2ueq-0006ez-33 for garchives@archives.gentoo.org; Mon, 25 Jun 2007 19:55:32 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l5PJrd3s021221; Mon, 25 Jun 2007 19:53:39 GMT Received: from stud3.tuwien.ac.at (stud3.tuwien.ac.at [193.170.75.13]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l5PJrcAf021216 for ; Mon, 25 Jun 2007 19:53:38 GMT Received: from [192.168.0.80] (chello062178207208.8.15.tuwien.teleweb.at [62.178.207.208]) by stud3.tuwien.ac.at (8.9.3 (PHNE_29774)/8.9.3) with ESMTP id VAA16585 for ; Mon, 25 Jun 2007 21:53:38 +0200 (METDST) From: Bernhard Auzinger To: gentoo-amd64@lists.gentoo.org Subject: [gentoo-amd64] mount by UUID Date: Mon, 25 Jun 2007 21:53:35 +0200 User-Agent: KMail/1.9.7 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706252153.35758.e0026053@student.tuwien.ac.at> X-Archives-Salt: c77f9916-a119-4f8c-a575-c34b09cdef46 X-Archives-Hash: d3d410230bd631f564e0c864ee20c8e8 Hi, I recently chose to mount my external hdd's by uuid. I just replaced the device file (dev/sdxy) by the uuid (UUID=XXXXX...) in my /etc/fstab. UUID=1ad24afc-f258-4b9e-a2c3-1e34c59562d8 /mnt/hdd_extern_1 reiserfs \ noauto,noatime,notail,user 0 0 UUID=1f0b0c58-7274-41c8-af00-2fbe5f4fbd6f /mnt/hdd_extern_2 reiserfs \ noauto,noatime,notail,user 0 0 As root I can mount and unmount the hdd's without any problem. But as user I can just mount but not unmount them. If I try to unmount them as user (after mounting as user, of course) I get a segmentation fault. Maybe someone can give me a hint, what is going on. rgds Brenhard -- gentoo-amd64@gentoo.org mailing list