------- Comment From [email protected] 2016-02-21 10:14 EDT------- > Wait, now it is looking for /dev/mapper/mpath2-part1 instead of mpath2p1?
Yes, parted command looks for "-part1" instead "p1". Following are the observations: -------------- 1. When only parted package is updated to "2.3-19ubuntu1.14.04.2" version: root@highlp6:~# dpkg -l |grep parted ii libparted0debian1:ppc64el 2.3-19ubuntu1.14.04.1 ii parted 2.3-19ubuntu1.14.04.2 parted command shows: root@highlp6:~# parted -s /dev/mapper/mpath0 mkpart primary 0% 20% Device /dev/mapper/mpath0p1 not found device-mapper: table ioctl on failed: No such device or address Device /dev/mapper/mpath0p1 not found device-mapper: table ioctl on failed: No such device or address root@highlp6:~# 2. When both "parted" and "libparted0debian1" are updated to "2.3-19ubuntu1.14.04.2" root@highlp6:~# dpkg -l |grep parted ii libparted0debian1:ppc64el 2.3-19ubuntu1.14.04.2 ii parted 2.3-19ubuntu1.14.04.2 parted command shows: root@highlp6:~# parted -s /dev/mapper/mpath0 mkpart primary 0% 20% Device /dev/mapper/mpath0-part1 not found device-mapper: table ioctl on failed: No such device or address Device /dev/mapper/mpath0-part1 not found device-mapper: table ioctl on failed: No such device or address Thanks, Manju -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536008 Title: ISST-LTE: parted command shows "device-mapper: table ioctl on failed: No such device or address" error To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/parted/+bug/1536008/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
