|
Bugzilla – Full Text Bug Listing |
| Summary: | Modify the HAL mounting behavior of removable media to use both static and dynamic mount points | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Kirk Coombs <kcoombs> |
| Component: | Basesystem | Assignee: | Danny Kukawka <dkukawka> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | burnus, dkukawka, forgotten_bwNirt9brK, jdd, kontakt, phil, suse-beta |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Kirk Coombs
2005-07-25 17:19:07 UTC
Yes we discussed this behavior and would add the second way (mount to /mount/ cdrom and add a link to cdrom named like the volume, because I'm not sure if all programs like Wine ... can follow the link as in solution one) to the submount binary for HAL. *** Bug 98481 has been marked as a duplicate of this bug. *** *** Bug 104955 has been marked as a duplicate of this bug. *** >>From Bug #98481 >We discussed this and now we change the behavior to the in bug #98347. Reason: >we can/would not change the behavior of yast. > >Now we plan to mount the device to the first symlink from the udevinfo -q >symlink -p block.device Has this been rolled out? I am not seeing this happening on beta2 yet. Changed for beta 4 to this behavior:
* if we ge a new volume /device for mount check if the device / volume is
already mounted (this was also in the current solution)
* if not mounted: ask udevinfo for known symlinks
* check if there is a free symlink with a related existing directory in /media
--> if there is a existing, not mounted dir in /media:
- mount to this mountpoint and add a link with volume label
--> if there is a existing, mounted dir in /media:
- try to find an other
--> if no dir available:
- mount to volume label / desired_mount_point from HAL
(if the user want a mount to a special device: change udev rule and
add the needed directories to /media)
*** Bug 113710 has been marked as a duplicate of this bug. *** *** Bug 115157 has been marked as a duplicate of this bug. *** So if I create two dirs /mount/dvd and /mnt/dvdrecorder, how do I have my dvds mounted there (and perhaps linked to the media name as well) |