On Sun, 8 Mar 2015 12:09:17 +0100, Patrick Dupre wrote:
Hello,
Using fdisk I create a partition of 59Go (/dev/sdxy) Then I do a pvcreate /dev/sdxy) pvdisplay says: /dev/sdb7" is a new physical volume of "38.00 GiB"
This probably results from a previous partitioning.
How can I clear this glitch?
Consider giving more details first. It is confusing that you refer to /dev/sdxy and /dev/sdb7.
Show the output of
parted /dev/sdb p fdisk -l /dev/sdb pvs
Perhaps there will be some interesting details in there.