[dm-devel] Device Access Question

Bernd Zeimetz bernd at bzed.de
Fri Sep 29 10:04:25 UTC 2006


Heya,
>
> #multipath -l
> (3600601604032190097fd5fbefd22db11)
> [size=11 GB][features="1 queue_if_no_path"][hwhandler="1 emc"]
> \_ round-robin 0 [active]
>  \_ 3:0:0:7 sdi 8:128 [active][ready]
> \_ round-robin 0 [enabled]
>  \_ 3:0:1:7 sdq 65:0  [active][ready]
>
> #fdisk -l /dev/sdi
>   

try
fdisk /dev/mapper/3600601604032190097fd5fbefd22db11
you can configure alias names in mutipath.conf if you don't like the 
weird name.

multipaths {
        multipath {
                wwid                    3600601604032190097fd5fbefd22db11
                alias                   mylunname
        }
}

you'll find a device called /dev/mapper/mylunname then.


Best regards,

Bernd




More information about the dm-devel mailing list