Error when creating new partition on /dev/sda, “No free sectors available” Announcing the...
What could prevent concentrated local exploration?
How to mute a string and play another at the same time
Is it OK if I do not take the receipt in Germany?
Pointing to problems without suggesting solutions
Does using the Inspiration rules for character defects encourage My Guy Syndrome?
"Destructive force" carried by a B-52?
Why does BitLocker not use RSA?
How do I deal with an erroneously large refund?
A journey... into the MIND
Etymology of 見舞い
Can I take recommendation from someone I met at a conference?
Are Flameskulls resistant to magical piercing damage?
Can gravitational waves pass through a black hole?
What's the connection between Mr. Nancy and fried chicken?
Providing direct feedback to a product salesperson
When does Bran Stark remember Jamie pushing him?
Converting a text document with special format to Pandas DataFrame
Is Bran literally the world's memory?
Kepler's 3rd law: ratios don't fit data
What is the difference between 准时 and 按时?
When speaking, how do you change your mind mid-sentence?
What were wait-states, and why was it only an issue for PCs?
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
Raising a bilingual kid. When should we introduce the majority language?
Error when creating new partition on /dev/sda, “No free sectors available”
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionMove / to a new partitionHow to use DD to clone a partition off a disk image?Manually cloning a Live USB Arch distro to a VMware virtual diskHow to mount sdb directly or using LVM partitions on sda?Expanding root partition CentOS 6 With using fdiskHow to extend logical & extended partition with fdiskExtend partition using LVMOptimal LVM Setup to Keep Adding Space to Single MountpointI have a dedicated with 2 SSDs, how to I group them to behave as 1?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have a VirtualBox Linux Guest (Oracle Enterprise Linux 6) and I recently expanded hard drive from 50Gb to 100Gb and then used GParted to resize to use the newly added 50GB (as this was unallocated). All this was successful but then I came across the error "No free sectors available"
[root@oralab1 Desktop]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_oralab1-lv_root
45G 4.2G 39G 10% /
tmpfs 7.9G 100K 7.9G 1% /dev/shm
/dev/sda1 485M 55M 405M 12% /boot
[root@oralab1 Desktop]#
[root@oralab1 Desktop]# fdisk -l
Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ef7c4
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 13055 104344576 8e Linux LVM
Disk /dev/mapper/vg_oralab1-lv_root: 49.0 GB, 48997859328 bytes
255 heads, 63 sectors/track, 5956 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_oralab1-lv_swap: 4160 MB, 4160749568 bytes
255 heads, 63 sectors/track, 505 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
[root@oralab1 Desktop]#
[root@oralab1 Desktop]#
[root@oralab1 Desktop]#
[root@oralab1 Desktop]#
[root@oralab1 Desktop]# fdisk /dev/sda
WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
switch off the mode (command 'c') and change display units to
sectors (command 'u').
Command (m for help): p
Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ef7c4
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 13055 104344576 8e Linux LVM
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 3
No free sectors available
Command (m for help): ^C
I need to expand and use the full 100GB.
Attachment ()
partition fdisk oracle-linux
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have a VirtualBox Linux Guest (Oracle Enterprise Linux 6) and I recently expanded hard drive from 50Gb to 100Gb and then used GParted to resize to use the newly added 50GB (as this was unallocated). All this was successful but then I came across the error "No free sectors available"
[root@oralab1 Desktop]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_oralab1-lv_root
45G 4.2G 39G 10% /
tmpfs 7.9G 100K 7.9G 1% /dev/shm
/dev/sda1 485M 55M 405M 12% /boot
[root@oralab1 Desktop]#
[root@oralab1 Desktop]# fdisk -l
Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ef7c4
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 13055 104344576 8e Linux LVM
Disk /dev/mapper/vg_oralab1-lv_root: 49.0 GB, 48997859328 bytes
255 heads, 63 sectors/track, 5956 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_oralab1-lv_swap: 4160 MB, 4160749568 bytes
255 heads, 63 sectors/track, 505 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
[root@oralab1 Desktop]#
[root@oralab1 Desktop]#
[root@oralab1 Desktop]#
[root@oralab1 Desktop]#
[root@oralab1 Desktop]# fdisk /dev/sda
WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
switch off the mode (command 'c') and change display units to
sectors (command 'u').
Command (m for help): p
Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ef7c4
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 13055 104344576 8e Linux LVM
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 3
No free sectors available
Command (m for help): ^C
I need to expand and use the full 100GB.
Attachment ()
partition fdisk oracle-linux
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
You have already a 100gb size sda2. (104344576 8e Linux LVM
)
– Ipor Sircer
Dec 15 '16 at 1:04
Please edit your question to add the output ofpvs
,vgs
andlvs
.
– Stephen Kitt
Dec 15 '16 at 6:07
Stephen, I have provided the pvs vgs and lvs output
– AJsStack
Dec 15 '16 at 9:20
add a comment |
I have a VirtualBox Linux Guest (Oracle Enterprise Linux 6) and I recently expanded hard drive from 50Gb to 100Gb and then used GParted to resize to use the newly added 50GB (as this was unallocated). All this was successful but then I came across the error "No free sectors available"
[root@oralab1 Desktop]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_oralab1-lv_root
45G 4.2G 39G 10% /
tmpfs 7.9G 100K 7.9G 1% /dev/shm
/dev/sda1 485M 55M 405M 12% /boot
[root@oralab1 Desktop]#
[root@oralab1 Desktop]# fdisk -l
Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ef7c4
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 13055 104344576 8e Linux LVM
Disk /dev/mapper/vg_oralab1-lv_root: 49.0 GB, 48997859328 bytes
255 heads, 63 sectors/track, 5956 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_oralab1-lv_swap: 4160 MB, 4160749568 bytes
255 heads, 63 sectors/track, 505 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
[root@oralab1 Desktop]#
[root@oralab1 Desktop]#
[root@oralab1 Desktop]#
[root@oralab1 Desktop]#
[root@oralab1 Desktop]# fdisk /dev/sda
WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
switch off the mode (command 'c') and change display units to
sectors (command 'u').
Command (m for help): p
Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ef7c4
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 13055 104344576 8e Linux LVM
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 3
No free sectors available
Command (m for help): ^C
I need to expand and use the full 100GB.
Attachment ()
partition fdisk oracle-linux
I have a VirtualBox Linux Guest (Oracle Enterprise Linux 6) and I recently expanded hard drive from 50Gb to 100Gb and then used GParted to resize to use the newly added 50GB (as this was unallocated). All this was successful but then I came across the error "No free sectors available"
[root@oralab1 Desktop]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_oralab1-lv_root
45G 4.2G 39G 10% /
tmpfs 7.9G 100K 7.9G 1% /dev/shm
/dev/sda1 485M 55M 405M 12% /boot
[root@oralab1 Desktop]#
[root@oralab1 Desktop]# fdisk -l
Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ef7c4
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 13055 104344576 8e Linux LVM
Disk /dev/mapper/vg_oralab1-lv_root: 49.0 GB, 48997859328 bytes
255 heads, 63 sectors/track, 5956 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_oralab1-lv_swap: 4160 MB, 4160749568 bytes
255 heads, 63 sectors/track, 505 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
[root@oralab1 Desktop]#
[root@oralab1 Desktop]#
[root@oralab1 Desktop]#
[root@oralab1 Desktop]#
[root@oralab1 Desktop]# fdisk /dev/sda
WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
switch off the mode (command 'c') and change display units to
sectors (command 'u').
Command (m for help): p
Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ef7c4
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 13055 104344576 8e Linux LVM
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 3
No free sectors available
Command (m for help): ^C
I need to expand and use the full 100GB.
Attachment ()
partition fdisk oracle-linux
partition fdisk oracle-linux
edited Mar 9 at 9:06
Rui F Ribeiro
42.2k1484143
42.2k1484143
asked Dec 14 '16 at 22:20
AJsStackAJsStack
1113
1113
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
You have already a 100gb size sda2. (104344576 8e Linux LVM
)
– Ipor Sircer
Dec 15 '16 at 1:04
Please edit your question to add the output ofpvs
,vgs
andlvs
.
– Stephen Kitt
Dec 15 '16 at 6:07
Stephen, I have provided the pvs vgs and lvs output
– AJsStack
Dec 15 '16 at 9:20
add a comment |
You have already a 100gb size sda2. (104344576 8e Linux LVM
)
– Ipor Sircer
Dec 15 '16 at 1:04
Please edit your question to add the output ofpvs
,vgs
andlvs
.
– Stephen Kitt
Dec 15 '16 at 6:07
Stephen, I have provided the pvs vgs and lvs output
– AJsStack
Dec 15 '16 at 9:20
You have already a 100gb size sda2. (
104344576 8e Linux LVM
)– Ipor Sircer
Dec 15 '16 at 1:04
You have already a 100gb size sda2. (
104344576 8e Linux LVM
)– Ipor Sircer
Dec 15 '16 at 1:04
Please edit your question to add the output of
pvs
, vgs
and lvs
.– Stephen Kitt
Dec 15 '16 at 6:07
Please edit your question to add the output of
pvs
, vgs
and lvs
.– Stephen Kitt
Dec 15 '16 at 6:07
Stephen, I have provided the pvs vgs and lvs output
– AJsStack
Dec 15 '16 at 9:20
Stephen, I have provided the pvs vgs and lvs output
– AJsStack
Dec 15 '16 at 9:20
add a comment |
2 Answers
2
active
oldest
votes
If you want to create new partition you may use lvcreate instead of fdisk /dev/sda. Follow the bellow step in command line
Step 1:
# lvcreate --name lvname --size lvsize vgname
# ex lvcreate --name lv_home --size 30G vg_oralab1
Step 2: Format the Logical volume(lv) by any linux filesystem
# mkfs.xfs /dev/vg_oralab1/lv_home
Step 3: Create mount point and mount the lv
# mkdir /lv_part
# mount /dev/vg_oralab1/lv_home /lv_part
Step 4: Check the partition by
# df -h
NOTE: For permanent mount give entry in /etc/fstab
add a comment |
you already have all the disk at sda2, as I can see at pvs
command (size 99Gb, 50GB free)
So you only have to increased the lvs partition that already have.
lvextend -l +100%FREE /dev/mapper/vg_oralab1-lv_root
and resize at os level:
resize2fs /dev/mapper/vg_oralab1-lv_root
now you are using all the size in your lvm filesystem.
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%2f330451%2ferror-when-creating-new-partition-on-dev-sda-no-free-sectors-available%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you want to create new partition you may use lvcreate instead of fdisk /dev/sda. Follow the bellow step in command line
Step 1:
# lvcreate --name lvname --size lvsize vgname
# ex lvcreate --name lv_home --size 30G vg_oralab1
Step 2: Format the Logical volume(lv) by any linux filesystem
# mkfs.xfs /dev/vg_oralab1/lv_home
Step 3: Create mount point and mount the lv
# mkdir /lv_part
# mount /dev/vg_oralab1/lv_home /lv_part
Step 4: Check the partition by
# df -h
NOTE: For permanent mount give entry in /etc/fstab
add a comment |
If you want to create new partition you may use lvcreate instead of fdisk /dev/sda. Follow the bellow step in command line
Step 1:
# lvcreate --name lvname --size lvsize vgname
# ex lvcreate --name lv_home --size 30G vg_oralab1
Step 2: Format the Logical volume(lv) by any linux filesystem
# mkfs.xfs /dev/vg_oralab1/lv_home
Step 3: Create mount point and mount the lv
# mkdir /lv_part
# mount /dev/vg_oralab1/lv_home /lv_part
Step 4: Check the partition by
# df -h
NOTE: For permanent mount give entry in /etc/fstab
add a comment |
If you want to create new partition you may use lvcreate instead of fdisk /dev/sda. Follow the bellow step in command line
Step 1:
# lvcreate --name lvname --size lvsize vgname
# ex lvcreate --name lv_home --size 30G vg_oralab1
Step 2: Format the Logical volume(lv) by any linux filesystem
# mkfs.xfs /dev/vg_oralab1/lv_home
Step 3: Create mount point and mount the lv
# mkdir /lv_part
# mount /dev/vg_oralab1/lv_home /lv_part
Step 4: Check the partition by
# df -h
NOTE: For permanent mount give entry in /etc/fstab
If you want to create new partition you may use lvcreate instead of fdisk /dev/sda. Follow the bellow step in command line
Step 1:
# lvcreate --name lvname --size lvsize vgname
# ex lvcreate --name lv_home --size 30G vg_oralab1
Step 2: Format the Logical volume(lv) by any linux filesystem
# mkfs.xfs /dev/vg_oralab1/lv_home
Step 3: Create mount point and mount the lv
# mkdir /lv_part
# mount /dev/vg_oralab1/lv_home /lv_part
Step 4: Check the partition by
# df -h
NOTE: For permanent mount give entry in /etc/fstab
answered Jan 5 '17 at 19:36
RakibRakib
1,029813
1,029813
add a comment |
add a comment |
you already have all the disk at sda2, as I can see at pvs
command (size 99Gb, 50GB free)
So you only have to increased the lvs partition that already have.
lvextend -l +100%FREE /dev/mapper/vg_oralab1-lv_root
and resize at os level:
resize2fs /dev/mapper/vg_oralab1-lv_root
now you are using all the size in your lvm filesystem.
add a comment |
you already have all the disk at sda2, as I can see at pvs
command (size 99Gb, 50GB free)
So you only have to increased the lvs partition that already have.
lvextend -l +100%FREE /dev/mapper/vg_oralab1-lv_root
and resize at os level:
resize2fs /dev/mapper/vg_oralab1-lv_root
now you are using all the size in your lvm filesystem.
add a comment |
you already have all the disk at sda2, as I can see at pvs
command (size 99Gb, 50GB free)
So you only have to increased the lvs partition that already have.
lvextend -l +100%FREE /dev/mapper/vg_oralab1-lv_root
and resize at os level:
resize2fs /dev/mapper/vg_oralab1-lv_root
now you are using all the size in your lvm filesystem.
you already have all the disk at sda2, as I can see at pvs
command (size 99Gb, 50GB free)
So you only have to increased the lvs partition that already have.
lvextend -l +100%FREE /dev/mapper/vg_oralab1-lv_root
and resize at os level:
resize2fs /dev/mapper/vg_oralab1-lv_root
now you are using all the size in your lvm filesystem.
edited Feb 28 '18 at 7:27
answered Feb 28 '18 at 7:20
fvidalmolinafvidalmolina
375
375
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.
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%2f330451%2ferror-when-creating-new-partition-on-dev-sda-no-free-sectors-available%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
You have already a 100gb size sda2. (
104344576 8e Linux LVM
)– Ipor Sircer
Dec 15 '16 at 1:04
Please edit your question to add the output of
pvs
,vgs
andlvs
.– Stephen Kitt
Dec 15 '16 at 6:07
Stephen, I have provided the pvs vgs and lvs output
– AJsStack
Dec 15 '16 at 9:20