automatically mounts created file systems on live CD on manual partitioning
Bug #78862 reported by
Martin Pitt
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubiquity (Baltix) |
Fix Released
|
Undecided
|
Unassigned | ||
ubiquity (Ubuntu) |
Fix Released
|
Critical
|
TomTom27 |
Bug Description
Binary package hint: gnome-volume-
In the live system, g-v-m automounts hard disk partitions just created by ubiquity and thus breaks installation. The gconf keys are off, so this shouldn't happen.
Related branches
Changed in gnome-volume-manager: | |
assignee: | nobody → pitti |
importance: | Undecided → Critical |
status: | Unconfirmed → In Progress |
Changed in ubiquity: | |
assignee: | kamion → tomcs |
Changed in ubiquity (Baltix): | |
status: | New → Fix Released |
To post a comment you must log in.
My initial thought was that g-v-m would not re-read gconf keys while it runs, but it does. With an automatic partitioning, I get:
manager.c/696: setting changed: bool: automount_drives = 0
manager.c/696: setting changed: bool: automount_media = 0
[some partition removals/additions]
manager.c/696: setting changed: bool: automount_drives = 1
manager.c/696: setting changed: bool: automount_media = 1
but if I do manual partitioning, the gconf keys are never set to 0, thus g-v-m picks up the new partition and automatically mounts them.