|
Bugzilla – Full Text Bug Listing |
| Summary: | Cannot mount partition from sdb after update | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Holger Sickenberg <holgi> |
| Component: | Basesystem | Assignee: | Hannes Reinecke <hare> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | coomac |
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | i386 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
dmesg.txt
/var/log/messages |
||
|
Description
Holger Sickenberg
2007-08-22 10:00:10 UTC
Could you please attach your /var/log/messages and output of 'dmesg'? Created attachment 159695 [details]
dmesg.txt
Created attachment 159697 [details]
/var/log/messages
Thank you. I don't see any related errors in the provided logs. Could you please attach output of 'mount'? Are you able to mount /dev/sdb5 somewhere else? No, I cannot mount a partition from sdb to another mount point with this system. fornax:~ # mkdir test fornax:~ # mount /dev/sdb5 test/ mount: /dev/sdb5 already mounted or test/ busy Output of mount: fornax:~ # mount /dev/sda5 on / type ext3 (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) securityfs on /sys/kernel/security type securityfs (rw) With a fresh installed beta 2 I'm able to mount that partition without any problem: fornax:~ # mount /dev/sda7 on / type ext3 (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) securityfs on /sys/kernel/security type securityfs (rw) /dev/sdc5 on /media/OS10.3B2DVD-KDE type ext3 (rw,nosuid,nodev) /dev/sdc11 on /media/disk type ext3 (rw,nosuid,nodev) /dev/sdc9 on /media/disk-1 type ext3 (rw,nosuid,nodev) /dev/sdc8 on /media/disk-2 type ext3 (rw,nosuid,nodev) /dev/sdc6 on /media/disk-3 type ext3 (rw,nosuid,nodev) /dev/sdc7 on /media/disk-4 type ext3 (rw,nosuid,nodev) /dev/sdc12 on /media/disk-5 type ext3 (rw,nosuid,nodev) /dev/sdc10 on /media/disk-6 type ext3 (rw,nosuid,nodev) /dev/sdc1 on /media/disk-7 type ext3 (rw,nosuid,nodev) /dev/sdb5 on /mnt type ext3 (rw) That's the dm-linear feature interfering. Please remove /etc/udev/rules.d/62-dm_linear.rules, and run dmsetup remove_all That should fix it. Updated multipath-tools & kpartx packages submitted to autobuild. *** Bug 304222 has been marked as a duplicate of this bug. *** *** Bug 306288 has been marked as a duplicate of this bug. *** *** Bug 307044 has been marked as a duplicate of this bug. *** The updated packages fixed it for me. Thanks Hannes! |