Gentoo Archives: gentoo-amd64

From: Bernhard Auzinger <e0026053@×××××××××××××××××.at>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] mount by UUID
Date: Mon, 25 Jun 2007 19:55:32
Message-Id: 200706252153.35758.e0026053@student.tuwien.ac.at
1 Hi,
2
3 I recently chose to mount my external hdd's by uuid. I just replaced the
4 device file (dev/sdxy) by the uuid (UUID=XXXXX...) in my /etc/fstab.
5
6 UUID=1ad24afc-f258-4b9e-a2c3-1e34c59562d8 /mnt/hdd_extern_1 reiserfs \
7 noauto,noatime,notail,user 0 0
8
9 UUID=1f0b0c58-7274-41c8-af00-2fbe5f4fbd6f /mnt/hdd_extern_2 reiserfs \
10 noauto,noatime,notail,user 0 0
11
12 As root I can mount and unmount the hdd's without any problem. But as user I
13 can just mount but not unmount them. If I try to unmount them as user (after
14 mounting as user, of course) I get a segmentation fault.
15
16 Maybe someone can give me a hint, what is going on.
17
18 rgds
19 Brenhard
20 --
21 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] mount by UUID Joshua Hoblitt <jhoblitt@××××××××××.edu>