Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 234123 - sys-apps/hal-0.5.11-r1 mounting partitions listed in /etc/fstab
Summary: sys-apps/hal-0.5.11-r1 mounting partitions listed in /etc/fstab
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Project Gentopia
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-06 19:32 UTC by Ooblick
Modified: 2008-08-07 05:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fstab on the system - only sda5 is showing this behaviour (fstab,1.74 KB, text/plain)
2008-08-06 19:33 UTC, Ooblick
Details
emerge --info (emerge-info.txt,3.61 KB, text/plain)
2008-08-06 19:33 UTC, Ooblick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ooblick 2008-08-06 19:32:33 UTC
Following the conversation at: http://forums.gentoo.org/viewtopic-p-5175073.html

After upgrade to hal-0.5.11-r1 and app-misc/hal-info-20080508, suddenly a partion which is mounted from my fstab is appearing on the nautilus desktop. The partion is:

/dev/sda5	/usr/portage	reiserfs	noatime,notail		0 0

This should not be appearing on the desktop. The drive is mounted correctly as seen in the output of mount:

/dev/sda7 on / type reiserfs (rw,noatime)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
udev on /dev type tmpfs (rw,nosuid,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw,noatime)
/dev/sda6 on /usr type reiserfs (rw,noatime)
/dev/sda5 on /usr/portage type reiserfs (rw,noatime,notail)
/dev/sda8 on /var type reiserfs (rw,noatime)
/dev/sda9 on /home type reiserfs (rw,noatime,user_xattr)
none on /tmp type tmpfs (rw)
none on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)

Downgrading to sys-apps/hal-0.5.9.1-r3 and app-misc/hal-info-20070618 makes the drive correctly disappear.

I would not expect this drive to be visible with hal-0.5.11-r1 on the desktop (It should and is mounted normally at /usr/portage).

Reproducible: Always

Steps to Reproduce:
Comment 1 Ooblick 2008-08-06 19:33:20 UTC
Created attachment 162384 [details]
fstab on the system - only sda5 is showing this behaviour
Comment 2 Ooblick 2008-08-06 19:33:45 UTC
Created attachment 162386 [details]
emerge --info
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2008-08-06 21:31:35 UTC
It's a feature not a bug. HAL will export all partitions that it finds to a system now. configure your system via fdi files or gnome-volume-manager or natuilus.
Comment 4 Ooblick 2008-08-07 05:20:54 UTC
If this is the case then I would expect to see all the local drives appearing. Instead it is just the /usr/portage drive.