lvcreate - Volume group has insufficient free space
I get this when I try to create a logical volume:
Volume group "MorArchy" has insufficient free space (511 extents): 19456 required.
I'm using this command:
lvcreate -L 76G -n cryptroot MorArchy
I'm trying to install Arch Linux with LVM and LUKS. Here's the output of vgdisplay (sorry can't really copy and paste):
Am I doing something wrong here?
EDIT: The volume group is using /dev/sda3, which is 78 GB. I made sure that it was indeed using /dev/sda3.
EDIT: The output of pvdisplay (and fdisk -l):
lvm
|
show 6 more comments
I get this when I try to create a logical volume:
Volume group "MorArchy" has insufficient free space (511 extents): 19456 required.
I'm using this command:
lvcreate -L 76G -n cryptroot MorArchy
I'm trying to install Arch Linux with LVM and LUKS. Here's the output of vgdisplay (sorry can't really copy and paste):
Am I doing something wrong here?
EDIT: The volume group is using /dev/sda3, which is 78 GB. I made sure that it was indeed using /dev/sda3.
EDIT: The output of pvdisplay (and fdisk -l):
lvm
1
You are trying to create a 76G logical volume in a volume group that is about 2G in size. That isn't going to fit. Look at 'VG Size' and also 'Free PE / Size'. You need to make the Volume Group a lot bigger.
– clockworknet
Dec 19 '18 at 12:47
Your volume group only has <2.00GiB available to it. You need to increase the space available in your volume group by adding more physical volumes.
– Timothy Pulliam
Dec 19 '18 at 12:47
What doespvdisplay
output?
– Torin Carey
Dec 19 '18 at 12:48
@TorinCarey I now edited the question to have pvdisplay's output
– Avery Alejandro
Dec 19 '18 at 12:53
Does runningpvresize /dev/sda3
change thePV Size
attribute inpvdisplay
?
– Torin Carey
Dec 19 '18 at 12:56
|
show 6 more comments
I get this when I try to create a logical volume:
Volume group "MorArchy" has insufficient free space (511 extents): 19456 required.
I'm using this command:
lvcreate -L 76G -n cryptroot MorArchy
I'm trying to install Arch Linux with LVM and LUKS. Here's the output of vgdisplay (sorry can't really copy and paste):
Am I doing something wrong here?
EDIT: The volume group is using /dev/sda3, which is 78 GB. I made sure that it was indeed using /dev/sda3.
EDIT: The output of pvdisplay (and fdisk -l):
lvm
I get this when I try to create a logical volume:
Volume group "MorArchy" has insufficient free space (511 extents): 19456 required.
I'm using this command:
lvcreate -L 76G -n cryptroot MorArchy
I'm trying to install Arch Linux with LVM and LUKS. Here's the output of vgdisplay (sorry can't really copy and paste):
Am I doing something wrong here?
EDIT: The volume group is using /dev/sda3, which is 78 GB. I made sure that it was indeed using /dev/sda3.
EDIT: The output of pvdisplay (and fdisk -l):
lvm
lvm
edited Dec 19 '18 at 15:10
jasonwryan
49.2k14134184
49.2k14134184
asked Dec 19 '18 at 12:38
Avery Alejandro
11
11
1
You are trying to create a 76G logical volume in a volume group that is about 2G in size. That isn't going to fit. Look at 'VG Size' and also 'Free PE / Size'. You need to make the Volume Group a lot bigger.
– clockworknet
Dec 19 '18 at 12:47
Your volume group only has <2.00GiB available to it. You need to increase the space available in your volume group by adding more physical volumes.
– Timothy Pulliam
Dec 19 '18 at 12:47
What doespvdisplay
output?
– Torin Carey
Dec 19 '18 at 12:48
@TorinCarey I now edited the question to have pvdisplay's output
– Avery Alejandro
Dec 19 '18 at 12:53
Does runningpvresize /dev/sda3
change thePV Size
attribute inpvdisplay
?
– Torin Carey
Dec 19 '18 at 12:56
|
show 6 more comments
1
You are trying to create a 76G logical volume in a volume group that is about 2G in size. That isn't going to fit. Look at 'VG Size' and also 'Free PE / Size'. You need to make the Volume Group a lot bigger.
– clockworknet
Dec 19 '18 at 12:47
Your volume group only has <2.00GiB available to it. You need to increase the space available in your volume group by adding more physical volumes.
– Timothy Pulliam
Dec 19 '18 at 12:47
What doespvdisplay
output?
– Torin Carey
Dec 19 '18 at 12:48
@TorinCarey I now edited the question to have pvdisplay's output
– Avery Alejandro
Dec 19 '18 at 12:53
Does runningpvresize /dev/sda3
change thePV Size
attribute inpvdisplay
?
– Torin Carey
Dec 19 '18 at 12:56
1
1
You are trying to create a 76G logical volume in a volume group that is about 2G in size. That isn't going to fit. Look at 'VG Size' and also 'Free PE / Size'. You need to make the Volume Group a lot bigger.
– clockworknet
Dec 19 '18 at 12:47
You are trying to create a 76G logical volume in a volume group that is about 2G in size. That isn't going to fit. Look at 'VG Size' and also 'Free PE / Size'. You need to make the Volume Group a lot bigger.
– clockworknet
Dec 19 '18 at 12:47
Your volume group only has <2.00GiB available to it. You need to increase the space available in your volume group by adding more physical volumes.
– Timothy Pulliam
Dec 19 '18 at 12:47
Your volume group only has <2.00GiB available to it. You need to increase the space available in your volume group by adding more physical volumes.
– Timothy Pulliam
Dec 19 '18 at 12:47
What does
pvdisplay
output?– Torin Carey
Dec 19 '18 at 12:48
What does
pvdisplay
output?– Torin Carey
Dec 19 '18 at 12:48
@TorinCarey I now edited the question to have pvdisplay's output
– Avery Alejandro
Dec 19 '18 at 12:53
@TorinCarey I now edited the question to have pvdisplay's output
– Avery Alejandro
Dec 19 '18 at 12:53
Does running
pvresize /dev/sda3
change the PV Size
attribute in pvdisplay
?– Torin Carey
Dec 19 '18 at 12:56
Does running
pvresize /dev/sda3
change the PV Size
attribute in pvdisplay
?– Torin Carey
Dec 19 '18 at 12:56
|
show 6 more comments
1 Answer
1
active
oldest
votes
Your volume group only has 511 physical extents in total (each being 4MIBs totals just under 2GIBs.) You don't have enough free space in the volume group for the logical volume you're trying to create of 76GIBs (19456 physical extents).
You may have created the volume group on top of the wrong partition(s) if you're expecting at least 76GIBs to be available.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f489899%2flvcreate-volume-group-has-insufficient-free-space%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your volume group only has 511 physical extents in total (each being 4MIBs totals just under 2GIBs.) You don't have enough free space in the volume group for the logical volume you're trying to create of 76GIBs (19456 physical extents).
You may have created the volume group on top of the wrong partition(s) if you're expecting at least 76GIBs to be available.
add a comment |
Your volume group only has 511 physical extents in total (each being 4MIBs totals just under 2GIBs.) You don't have enough free space in the volume group for the logical volume you're trying to create of 76GIBs (19456 physical extents).
You may have created the volume group on top of the wrong partition(s) if you're expecting at least 76GIBs to be available.
add a comment |
Your volume group only has 511 physical extents in total (each being 4MIBs totals just under 2GIBs.) You don't have enough free space in the volume group for the logical volume you're trying to create of 76GIBs (19456 physical extents).
You may have created the volume group on top of the wrong partition(s) if you're expecting at least 76GIBs to be available.
Your volume group only has 511 physical extents in total (each being 4MIBs totals just under 2GIBs.) You don't have enough free space in the volume group for the logical volume you're trying to create of 76GIBs (19456 physical extents).
You may have created the volume group on top of the wrong partition(s) if you're expecting at least 76GIBs to be available.
answered Dec 19 '18 at 12:45
Torin Carey
37416
37416
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f489899%2flvcreate-volume-group-has-insufficient-free-space%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You are trying to create a 76G logical volume in a volume group that is about 2G in size. That isn't going to fit. Look at 'VG Size' and also 'Free PE / Size'. You need to make the Volume Group a lot bigger.
– clockworknet
Dec 19 '18 at 12:47
Your volume group only has <2.00GiB available to it. You need to increase the space available in your volume group by adding more physical volumes.
– Timothy Pulliam
Dec 19 '18 at 12:47
What does
pvdisplay
output?– Torin Carey
Dec 19 '18 at 12:48
@TorinCarey I now edited the question to have pvdisplay's output
– Avery Alejandro
Dec 19 '18 at 12:53
Does running
pvresize /dev/sda3
change thePV Size
attribute inpvdisplay
?– Torin Carey
Dec 19 '18 at 12:56