Questions tagged [extend]
11 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
- 981
- 1
- 11
- 23
4
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.
My issue : how to add…
Kingourou
- 53
- 1
- 1
- 4
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
- 13
- 2
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
- 195
- 7
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
- 1
- 9
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
- 17
- 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 …
Alireza Ghp
- 1
- 1