Bug 307044

Summary: Automount errors with usb drives
Product: [openSUSE] openSUSE 10.3 Reporter: Nkoli Ukpabi <coomac>
Component: HotplugAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: claes.backstrom
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Nkoli Ukpabi 2007-09-01 23:34:35 UTC
I'm using the latest factory. I don't recall whether I used a usb drive on beta 2, but can definitely say beta 1 worked fine. Here's the problem: when I first plug in a usb drive, the automount window pops up asking whether I want to open the device and such. When I select the option to open the device, I get the message:

mount: /dev/sdb1 already mounted or /media/CRUZER busy 

The same message shows up when I try to mount it by clicking on the icon for the device in sysinfo. The corresponding folder in /media is not created and any attempt to mount it manually in a different location returns a similar error.


Fdisk -l returns

-----------------------------------------------------------------------------
Disk /dev/sdb: 4110 MB, 4110230016 bytes
127 heads, 62 sectors/track, 1019 cylinders
Units = cylinders of 7874 * 512 = 4031488 bytes
Disk identifier: 0x00016da2

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1        1019     4011772    b  W95 FAT32

Disk /dev/dm-0: 4110 MB, 4110230016 bytes
127 heads, 62 sectors/track, 1019 cylinders
Units = cylinders of 7874 * 512 = 4031488 bytes
Disk identifier: 0x00016da2

     Device Boot      Start         End      Blocks   Id  System
/dev/dm-0p1   *           1        1019     4011772    b  W95 FAT32

Disk /dev/dm-1: 4108 MB, 4108054528 bytes
255 heads, 63 sectors/track, 499 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

     Device Boot      Start         End      Blocks   Id  System
---------------------------------------------------------------------------

The automounter takes a vacation after the first device. Any other usb drives attached during this time is recognized by dmesg and fdisk, but doesn't get mounted. The only way I've been able to use the devices is by running dmsetup remove_all. I can mount manually afterwards, but sysinfo and kde cannot find the device.

My fstab:

/dev/disk/by-id/scsi-SATA_ST9120821A_3PL0AVBB-part5 /                    reiserfs   acl,user_xattr        1 1
/dev/disk/by-id/scsi-SATA_ST9120821A_3PL0AVBB-part2 /boot                reiserfs   acl,user_xattr        1 2
/dev/disk/by-id/scsi-SATA_ST9120821A_3PL0AVBB-part6 /home                reiserfs   acl,user_xattr        1 2
/dev/disk/by-id/scsi-SATA_ST9120821A_3PL0AVBB-part3 swap                 swap       defaults              0 0
proc                 /proc                proc       defaults              0 0
sysfs                /sys                 sysfs      noauto                0 0
debugfs              /sys/kernel/debug    debugfs    noauto                0 0
usbfs                /proc/bus/usb        usbfs      defaults,devgid=1000,devmode=666              0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0
Comment 1 Claes Backstrom 2007-09-02 09:36:06 UTC

*** This bug has been marked as a duplicate of bug 302422 ***