Gentoo Archives: gentoo-user

From: Stephen Liu <satimis@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Auto-mount USB device
Date: Wed, 11 Oct 2006 13:59:21
Message-Id: 20061011135121.32528.qmail@web35206.mail.mud.yahoo.com
1 Hi Iain,
2
3 >> Yes, it worked, no icons on gnome desktop.
4 >>
5 >> $ ls -al /media/disk
6 >> $ ls -al /media/disk-l
7 >> showed 2 partitions of the USB enclosure.
8
9 >> # gnome-volume-propertie
10 >> ...
11 >> Mount removable drives when hot-plugged
12 >> Mount removable media when inserted
13 >> Browse removable media when inserted
14 >> all checked
15
16 > OK, we're getting somewhere!!
17
18 Something strange happened here. After serveral boots the trick did not work any more.
19
20 Login as "user"
21
22 # `gnome-volume-manager &`
23 (gnome-volume-manager:6102): GnomeUI-WARNING **: While connecting to session manager:
24 Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
25 * end *
26
27 However
28 # ls /media
29 disk
30
31 still showing one mount point of the partitions (the HD on USB enclosure has 2 partitions, both on ext3). Another disk-1 disappeared. But it has not mounted. I have to run;
32 # mount /dev/sdb1 /media/disk
33
34 I haven't figured out the cause. I made several tests with the same result.
35
36
37 > I used to have this issue (drives would mount, but not show up on the
38 > desktop). I fixed it by upgrading.
39
40 > Have you considered gnome 2.14?
41
42 I'm running gnome-light of version 2.14.2. I'm prepared to install the full gnome. But I haven't figured out whether just run;
43
44 # emerge -av gnome
45
46 OR
47
48 # emerge --unmerge gnome-light && emerge gnome
49
50 I have installed some packages on gnome-light
51
52 > Did you try the gconf key:
53 > gconftool-2 --type bool --set /system/storage/display_internal_hard_drives true
54
55 No.
56
57 > How did your versions of software compare with those listed in comment
58 > #68 in http://bugs.gentoo.org/show_bug.cgi?id=107784 ?
59
60 I read this thread before on sorting out the problem of the mobo (ASUS A8N-VM) on this Gentoo box. The mouse pointer always hangs if without adding "noapic" on the line on "grub.conf" booting the kernel
61
62 I also came across another thread;
63 http://www.nvnews.net/vbulletin/showthread.php?t=57791&page=6
64
65 At this juncture I can't ascertain whether my problems encountered coming from the software or the mobo.
66
67 Tks.
68
69 B.R.
70 SL
71
72
73
74
75
76
77
78
79 --
80 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Auto-mount USB device Iain Buchanan <iaindb@××××××××××××.au>