Bug 245508
| Summary: | USB drv does not auto mount and does show on desktop in kde | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | vikram goyal <vikigoyal> | ||||||
| Component: | hal | Assignee: | David Zeuthen <davidz> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 7 | CC: | mclasen | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i386 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2007-07-02 17:39:29 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
vikram goyal
2007-06-24 17:21:43 UTC
udev does not automount.. > Does not show on desktop, also not in mount command
What does this mean? Try this and paste the output
1. as root: 'mount /dev/sdc1 /mnt'
2. as your own user: 'gnome-mount -t -v -d /dev/sdc1'
Also attach output of 'lshal' thanks.
Created attachment 158003 [details]
lshal autput before attaching usb drv
Created attachment 158004 [details]
lshal after attaching usb drv
I am not using gnome but kde. I have attached lshal output before and after connecting USB drv. My point was that it should get auto mounted or a window should come up, possibly controlled by hald, I'm not sure, with required action to be taken. I have mounted the fs successfuly before also, the point was that it should be automatic, since I cannot as a user mount anything and have to su - to do the stuff and make ownership etc sane for a normal user to work upon the filesystem. I have checked this with ext3 as well as fat16 fs because I first thought that due to ext3 fs this was happening. In Fc6 the behaviour was normal. Let me know if any other info is needed. (In reply to comment #5) > I am not using gnome but kde. > > I have attached lshal output before and after connecting USB drv. > > My point was that it should get auto mounted or a window should come up, > possibly controlled by hald, I'm not sure, with required action to be > taken. That's why I'm asking you to try gnome-mount to see if it's a KDE problem or if GNOME is also affected. Again, please try 'gnome-mount -t -v -d /dev/sdc1' You can install gnome-mount by installing the RPM of the same name. Thank. David I updated to dbus.i386 1.0.2-6.fc7, dbus-devel.i386 1.0.2-6.fc7, dbus-x11.i386 1.0.2-6.fc7 and the issue is solved, thanks! Closing then |