Questions tagged [extend]
14 questions
8
votes
1 answer
Ubuntu Server 18.04LTS Can't extend default LV?
My recent install of Ubuntu Server 18.04 appears to have created an LV mounted on / that is only 4GB. However the volume group is 160GB as expected.
But I get an insufficient disk space message when I try and expand the LV even though the group…

tomstephens89
- 1,011
- 1
- 12
- 24
5
votes
2 answers
Extend linux partition size without losing any data / techniques
I bought a 200G additional disk for my OVH cloud server because my initial disk was full.
Now, my additional disk is almost full (as you can see below). So I added 200 extra more G in it. As you can see, sdb's size is now 400G.
So, how can I add the…

Kingourou
- 63
- 1
- 1
- 4
4
votes
2 answers
Why Extend Volume is Grayed Out in Server 2016?
I can't expand my Simple Volume Disk0 for C:\ Volume.
This is Server 2016 Virtual Machine, Unallocated space of 300GB was added to the VM Disk, as you can see in the screenshot. I haven't the option "Extend Volume" on the C-drive. On the D-drive the…

Job Mountain
- 41
- 1
2
votes
1 answer
Centos 7 Extend partition with unallocated space part 2
If I delete a partition with step 1 from Andreas solution (https://serverfault.com/questions/861517/centos-7-extend-partition-with-unallocated-space), and then I create new one, bigger partition, do I keep my data from this partition or they…

BoBo
- 21
- 2
2
votes
2 answers
how to extend SAN storage in CentOS 7
I have a server with CentOS 7 using LUN for storing data. Recently Storage team has extended the LUN space.
This is the output of multipath -ll
~ # multipath -ll
…

Majid
- 23
- 5
1
vote
1 answer
Resizing Virtual Ubuntu Server
I have a virtual instance of Ubuntu Server running. Increased the virtual disk from 37GB to 50GB, but now stuck on getting the additional space to the LVM.
I have tried lvextend and resize2fs with the following results;
sudo lvextend -L +14G…

wally40
- 23
- 3
1
vote
1 answer
Unable to Extend Partition on Hyper-V Generation 2 VM
I'm facing a weird problem with Generation 2 Hyper-V VM, where I'm unable to extend partition in Guest OS.
Once I edit the VHDX & Expand it using Hyper-V Manager on the Host OS, and boot into Guest OS, I navigate to Disk Management to extend…

AlexVPerl
- 217
- 2
- 9
0
votes
1 answer
Unable to extend a logical volume on LVM after replace disk
We have a Dell PowerEdge R920 with Raid 1 configuration (Perc H730P : raid controller).
I upgraded the raid volume from 2x 300Gb disk to 2x 600Gb disk successfully.
Now, I need to extend my logical volume on LVM on CentOS but I can't create any…

pxflex
- 1
- 1
0
votes
1 answer
centos 7 - extend current partition with a new disk
My file system /mysql_database mounted from disk /dev/sdb, partition /dev/sbd1 is 100% filled.
I just added a new disk /dev/sdc from VMWARE and I need to extend the current one. (/dev/sdb1), so my mount point /mysql_database can be…

catalin
- 115
- 2
- 9
0
votes
1 answer
How to extend root volume / with an extra storage disk
I am trying to add a 2nd disk to a CentOS 8 instance and I want to extend the entire storage utilizing all the available extra space;
1st storage: 40 GB
2nd storage: 100 GB (added later)
The problem is I can't seem to find the expected…

Broken Arrow
- 113
- 4
0
votes
1 answer
Extend RAID volume size with storcli
I have RAID1 on 2*240GB HDD , witch i changed with 480GB SSD's.
I changed disk 1 , wait for RAID to rebuild, and then change the other. Now I have 240GB RAID over 480GB disks, and cant find a way to extend the volume , so I can use all the space.
…

5KO
- 1
- 2
0
votes
1 answer
How to fetch the disk difference before and after adding a new disk
I'm preparing a playbook to find the newly scanned HDD from vmware, I used below filtering to fetch the no. of HDDs:
before_add: "{{ hostvars[inventory_hostname].ansible_devices.keys() | select('string') | list }}"
OUTPUT- ['sr0', 'sda', 'sdb',…

pugazhendhi
- 27
- 1
- 3
0
votes
0 answers
Distribution incoming account mail to multiple server email from LAN
I have problem with extend multiple backend server email from LAN. How to distribution mutliple email account incomming from WAN to exactly multiple server email from LAN. Server email is independency.
I was search email server proxy, email gateway…

vidocq
- 1
0
votes
1 answer
How can I extend lvm on centos with default partitioning?
I have a centos 7 OS on VM with default partitioning like this:
enter image description here
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 1T 0 disk
sda1 8:1 0 200M 0 part /boot/efi
sda2 …

Ali Namin
- 1
- 1