Hi,<br>
<br>
I tryied to create a new logical volume using the following command:<br>
<br>
<span style="font-style: italic;">lvcreate --size 128m --name LogVoltest VolGroup00</span><br>
<br>
... I got the following error:<br>
<br style="font-style: italic;">
<span style="font-style: italic;">  device-mapper: table ioctl failed: Invalid argument</span><br style="font-style: italic;">
<span style="font-style: italic;">  Failed to activate new LV.</span><br>
<br>
However, when I enter <span style="font-style: italic;">lvscan</span> I can see the logical volume:<br>
<span style="font-style: italic;">  ACTIVE            '/dev/VolGroup00/LogVoltest' [128.00 MB] inherit</span><br>
<br>
I can remove it neither: <span style="font-style: italic;">lvremove /dev/VolGroup00/LogVoltest</span><br style="font-style: italic;">
<span style="font-style: italic;">Do you really want to remove active logical volume "LogVoltest"? [y/n]: y</span><br style="font-style: italic;">
<span style="font-style: italic;">  device-mapper: deps ioctl failed: Invalid argument</span><br style="font-style: italic;">
<span style="font-style: italic;">  _deps: task run failed for (253:9)</span><br style="font-style: italic;">
<span style="font-style: italic;">  Failed to add device (253:9) to dtree</span><br style="font-style: italic;">
<span style="font-style: italic;">  Unable to deactivate logical volume "LogVoltest"</span><br>
<br>
I someone familiar with this problem?<br>
<br>
Thanks :)<br>
<br>-- <br>Romain CHERCHI