Tagged Questions
3
votes
1answer
72 views
What's the easiest way to decrypt a disk partition?
I made a mistake of encrypting the entire LVM physical volume (contains both home, root, and swap) when installing a CentOS 6.4 (2.6.32-358.6.1.el6.x86_64) box. I soon came to realize that moving ...
2
votes
3answers
247 views
How do I combine two logical volumes that reside on a single physical volume in LVM?
I have two logical volumes, one is mounted as /, the other is mounted as /home.
I want to combine them, because the / volume is constantly running out of space. (Yes, I know what's using all that ...
0
votes
2answers
619 views
Create swap partition after install
I already have parititon contain data under lvm enviroment with centos 5.8
output of fdisk -l
root@server [~]# fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, ...
1
vote
2answers
489 views
How to extend second CentOS 5 partition in VMware
I know this question has already been answered for a primary partition, but what about a secondary?
I have extended the space to 30G in VMware. When I perform an fdisk -l, here's the output:
Disk ...
3
votes
1answer
418 views
dual booting centos5.5 and fedora
I already have centos5.5 on my system whose hard disk is ~500GB. I have tried to dual boot with fedora 16. while installing fedora 16 I have created a ~250GB and ~4GB partitions for "/" and swap. The ...
3
votes
1answer
6k views
gparted live CD can't resize a partition?
I recently ran out of space on a VirtualBox VM (CentOS guest) managed by Vagrant. It was using a .vmdk image, so I couldn't dynamically resize it. Following these instructions, I cloned the old image ...
0
votes
1answer
332 views
How to change or create Lvm partition in Centos after install OS in shell
How to change or create Lvm partition in Centos dedicate server after install OS in shell?