On Wed, Aug 29, 2007 at 10:41:20PM -0300, Leonardo Chiquitto Filho wrote:
Hello,
I've run into a very weird problem here. I'm using an external USB harddisk and when I plug it, it's correctly detected:
If I try to mount /dev/sda1, I got the following error:
# mount /dev/sda1 /mnt mount: /dev/sda1 already mounted or /mnt busy
And it is really not mounted:
# grep sda /proc/mounts #
Looking at /proc/partitions I identified that /dev/sda1 is "the same" as /dev/dm-6:
8 0 244198584 sda 8 1 244196001 sda1 253 5 244198584 dm-5 253 6 244196001 dm-6
If I try to mount /dev/dm-6, it works:
# mount /dev/dm-6 /mnt # cat /proc/mounts | grep mnt /dev/dm-6 /mnt ext3 rw,data=ordered 0 0 #
Looks like bug https://bugzilla.novell.com/show_bug.cgi?id=306288 -- Stefan Seyfried QA / R&D Team Mobile Devices | "Any ideas, John?" SUSE LINUX Products GmbH, Nürnberg | "Well, surrounding them's out." This footer brought to you by insane German lawmakers: SUSE Linux Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org