Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69577 - modified hal/g-v-m to not use fstab-sync
Summary: modified hal/g-v-m to not use fstab-sync
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on: 69575 91928
Blocks:
  Show dependency tree
 
Reported: 2004-10-30 22:02 UTC by Andrew Forgue
Modified: 2005-05-09 10:21 UTC (History)
3 users (show)

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


Attachments
HAL Ebuild to exclude --enable-fstab (hal-0.4.0-r1.ebuild,2.13 KB, text/plain)
2004-10-30 22:03 UTC, Andrew Forgue
Details
g-v-m patch to use pmount and not /bin/mount (gnome-volume-manager-1.0.2-r2.ebuild,1.18 KB, patch)
2004-10-30 22:04 UTC, Andrew Forgue
Details | Diff
Ebuild to g-v-m to enable the attached patch (gnome-volume-manager-1.0.2-r2.ebuild,1.18 KB, text/plain)
2004-10-30 22:05 UTC, Andrew Forgue
Details
g-v-m patch to use pmount and not /bin/mount (gnome-volume-manager-1.0.2-pmount.patch,710 bytes, patch)
2004-10-30 22:06 UTC, Andrew Forgue
Details | Diff
g-v-m ebuild to depend on pmount (bug 69575). (digest-gnome-volume-manager-1.0.2-r2,79 bytes, patch)
2004-10-30 22:08 UTC, Andrew Forgue
Details | Diff
g-v-m ebuild to depend on pmount (gnome-volume-manager-1.0.2-r2.ebuild,1.18 KB, text/plain)
2004-10-30 22:13 UTC, Andrew Forgue
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Forgue 2004-10-30 22:02:20 UTC
there's a new method to mounting hotplug devices.  Currently, the broken method is to use fstab-sync.  This method is prone to error and has corrupted my fstab a few times.  

This new method uses a utility called pmount (see #69575) which gnome-volume manager uses to mount devices.

Attached you'll find a new hal ebuild and a new ebuild/patch for gnome-volume manager that should remove dependencies on fstab-sync.
Comment 1 Andrew Forgue 2004-10-30 22:03:36 UTC
Created attachment 42979 [details]
HAL Ebuild to exclude --enable-fstab
Comment 2 Andrew Forgue 2004-10-30 22:04:36 UTC
Created attachment 42980 [details, diff]
g-v-m patch to use pmount and not /bin/mount
Comment 3 Andrew Forgue 2004-10-30 22:05:13 UTC
Created attachment 42981 [details]
Ebuild to g-v-m to enable the attached patch
Comment 4 Andrew Forgue 2004-10-30 22:06:03 UTC
Created attachment 42982 [details, diff]
g-v-m patch to use pmount and not /bin/mount

Oops. Uploaded the wrong file
Comment 5 Andrew Forgue 2004-10-30 22:08:22 UTC
Created attachment 42983 [details, diff]
g-v-m ebuild to depend on pmount (bug 69575).
Comment 6 Andrew Forgue 2004-10-30 22:11:42 UTC
Comment on attachment 42983 [details, diff]
g-v-m ebuild to depend on pmount (bug 69575).

oh man am I stupid tonight.
Comment 7 Andrew Forgue 2004-10-30 22:13:40 UTC
Created attachment 42984 [details]
g-v-m ebuild to depend on pmount


Ok, Finally got this file right.
Comment 8 Stefan Schweizer (RETIRED) gentoo-dev 2004-10-30 22:24:23 UTC
Is there any alternative to g-v-m, like ivmsn works for cds, but I never saw something for usb-sticks?
Comment 9 foser (RETIRED) gentoo-dev 2004-10-31 05:56:12 UTC
ideally we'd have the choice of fstab-sync vs pmount virtualized, hardcoding the default mount command like that in gvm isn't a good idea. I imagine a better way to handle it would be to set it by a gconf key or try both commands, setting pmount as first choice.
Comment 10 Sebastian Dröge 2004-12-13 07:40:37 UTC
Any progress on this?
Comment 11 foser (RETIRED) gentoo-dev 2004-12-13 07:50:48 UTC
i've given suggestions on what needed to change to begin with, so start your progress there. And iirc i had some other issues when last testing this pack, so there's probably some more than that to be fixed.
Comment 12 Nathaniel McCallum (RETIRED) gentoo-dev 2005-05-09 10:15:32 UTC
i'm going to split this bug up, because it is really two different bugs: 
   - fstab-sync is a hal thing and gvm is ignorant of it
   - hal knows nothing about pmount, while gvm does
Comment 13 Nathaniel McCallum (RETIRED) gentoo-dev 2005-05-09 10:21:26 UTC
new bug numbers are: 92025, 92026