Description of problem: I have udev-106-4.fc7 installed. I have 1GB flash with boot files from F7 and it does not mount at all , something to do with ext3 I think. Version-Release number of selected component (if applicable): udev-106-4.fc7 How reproducible: Steps to Reproduce: 1.plug in an usb stick 2. 3. Actual results: no icon for usb stick on desktop Expected results: Additional info: [root@f7host ~]# lsusb Bus 002 Device 003: ID 051d:0002 American Power Conversion Back-UPS Pro 500/1000/1500 Bus 002 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:0000 Bus 005 Device 003: ID 13fe:1d00 Bus 005 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 ------------------------------------------------------ Jun 24 21:59:48 f7host kernel: usb 5-1: new high speed USB device using ehci_hcd and address 3 Jun 24 21:59:48 f7host kernel: usb 5-1: configuration #1 chosen from 1 choice Jun 24 21:59:48 f7host kernel: Initializing USB Mass Storage driver... Jun 24 21:59:48 f7host kernel: scsi4 : SCSI emulation for USB Mass Storage devices Jun 24 21:59:48 f7host kernel: usbcore: registered new interface driver usb-storage Jun 24 21:59:48 f7host kernel: USB Mass Storage support registered. Jun 24 21:59:53 f7host kernel: scsi 4:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS Jun 24 21:59:53 f7host kernel: SCSI device sdc: 2015232 512-byte hdwr sectors (1032 MB) Jun 24 21:59:53 f7host kernel: sdc: Write Protect is off Jun 24 21:59:53 f7host kernel: sdc: assuming drive cache: write through Jun 24 21:59:53 f7host kernel: SCSI device sdc: 2015232 512-byte hdwr sectors (1032 MB) Jun 24 21:59:53 f7host kernel: sdc: Write Protect is off Jun 24 21:59:53 f7host kernel: sdc: assuming drive cache: write through Jun 24 21:59:53 f7host kernel: sdc: sdc1 Jun 24 21:59:53 f7host kernel: sd 4:0:0:0: Attached scsi removable disk sdc Jun 24 21:59:53 f7host kernel: sd 4:0:0:0: Attached scsi generic sg3 type 0 ---------------------------------------------------------------- Does not show on desktop, also not in mount command
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