[Bug 463347] Re: Usb Media not automaticaly mounted

2009-11-02 Thread Martin Pitt
Some notekeeping while I debug this with Christophe in IRC: - blkid is fine - udevadm monitor - no usb_id/blk_id results in sdb1 node - sudo stop udev and sudo udevd --debug - everything starts to work - things keep working after sudo start udev So it looks related to the first udevd

[Bug 463347] Re: Usb Media not automaticaly mounted

2009-11-01 Thread Zeniff
Is whatever causing this bug the same reason why Palimpsest Disk Utility on my installed Karmic reports my USB drive as unknown or unused and my hidden backup Vista partition as unallocated? ** Attachment added: What Palimpsest sees for my drives.

[Bug 463347] Re: Usb Media not automaticaly mounted

2009-10-31 Thread Zeniff
I have the same problem too. Nothing I plug in shows up. I'm on an Acer Aspire 5515. dmesg shows a device was attached, though. I tried also from a LiveCD of Karmic and USB drives finally started showing up just because I ran System Administration Disk Utility one time (and didn't even do

[Bug 463347] Re: Usb Media not automaticaly mounted

2009-10-31 Thread Sebastien Bacher
bug #466275 seems a similar issue -- Usb Media not automaticaly mounted https://bugs.launchpad.net/bugs/463347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 463347] Re: Usb Media not automaticaly mounted

2009-10-30 Thread Martin Pitt
Hm, that looks fine. So please plug it in into exactly the same USB port that you used when originally filing the bug, and copypaste the output of udevadm test /devices/pci:00/:00:1d.7/usb2/2-4/2-4:1.0/host12/target12:0:0/12:0:0:0/block/sdb/sdb1 Thanks! -- Usb Media not automaticaly

Re: [Bug 463347] Re: Usb Media not automaticaly mounted

2009-10-30 Thread Christophe Sauthier (huats)
Here is the result : r...@gaube:~# udevadm test devices/pci:00/:00:1d.7/usb2/2-4/2-4:1.0/host12/target12:0:0/12:0:0:0/block/sdb/sdb1 run_command: calling: test udevadm_test: version 147 This program is for debugging only, it does not run any program, specified by a RUN key. It may show

Re: [Bug 463347] Re: Usb Media not automaticaly mounted

2009-10-30 Thread Martin Pitt
Christophe Sauthier (huats) [2009-10-30 8:31 -]: unable to open device Ah, sorry, can you please re-run with sudo? -- Usb Media not automaticaly mounted https://bugs.launchpad.net/bugs/463347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 463347] Re: Usb Media not automaticaly mounted

2009-10-30 Thread Christophe Sauthier (huats)
Actually I ran it with sudo (I was root)... And the same error (unable to open device) happens when I run it with a regular user, or using sudo... I have also notice that there is no such directory,

[Bug 463347] Re: Usb Media not automaticaly mounted

2009-10-30 Thread plbelan...@gmail.com
I can confirm USB storages don't automount for me either. Fresh install Ubuntu 9.10 AMD64. Use to work fine in the previous version. Also, on a related note my card reader no longer automounts either. -- Usb Media not automaticaly mounted https://bugs.launchpad.net/bugs/463347 You received this

[Bug 463347] Re: Usb Media not automaticaly mounted

2009-10-29 Thread Christophe Sauthier (huats)
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/34601721/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/34601722/CurrentDmesg.txt ** Attachment added: DKDisksMonitorLog.txt http://launchpadlibrarian.net/34601723/DKDisksMonitorLog.txt

[Bug 463347] Re: Usb Media not automaticaly mounted

2009-10-29 Thread Martin Pitt
Hm, udev does not have any blkid info for sdb1. What is the output of sudo blkid -p /dev/sdb1 ? If that doesn't detect a file system, please copypaste the output of sudo BLKID_DEBUG=0x blkid -p /dev/sdb1 Thanks! ** Package changed: gvfs (Ubuntu) = udev (Ubuntu) ** Changed in: udev

Re: [Bug 463347] Re: Usb Media not automaticaly mounted

2009-10-29 Thread Christophe Sauthier (huats)
Dear Martin, thanks for the answer : Here are the results : without sudo : ch...@gaube:~$ blkid -p /dev/sdb1 with sudo : ch...@gaube:~$ sudo blkid -p /dev/sdb1 /dev/sdb1: SEC_TYPE=msdos LABEL=DISK_IMG UUID=0035-71D2 VERSION=FAT16 TYPE=vfat USAGE=filesystem and the later command :