Tagged Questions
2
votes
0answers
73 views
LVM keeping harddisk awake?
I have a Lenovo W530 running Arch with kernel 3.79 (for bumblebee) and laptop-mode is configured properly and running. It has one SSD (sdb) and one harddisk (sdb). The sdb disk has two lvm-volumes: ...
0
votes
2answers
822 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
1answer
115 views
When should I create a new volume group instead of a new logical volume?
I currently have 3x1TB physical volumes in a VG and a LV that spans the entire capacity of the VG. This LV is meant to store specific files.
Now I have another 2TB drive that I want to use LVM with. ...
1
vote
1answer
376 views
fdisk isn't showing my hard drive as properly formatted (but it is)
I've got 3 1TB drives which I've set up to use LVM. Here's the output of pvdisplay:
--- Physical volume ---
PV Name /dev/sda1
VG Name vgpool
PV Size ...
1
vote
2answers
310 views
How to resize logical volume to fit filesystem
How can I resize logical volume to fit filesystem automagically?
2
votes
1answer
628 views
VBoxManage: Error: Can't be used as the requested device
I used the soluton from this thread but always i get
VirtualBox error: The medium 'lvol.vmdk' can't be used as the requested device type (0x80004005)
I've tried all controllers SATA, SCSI, IDE and ...
2
votes
2answers
186 views
LVM with SSD and SATA hard disks
Is it possible to create LVM partitions for both SSD and SATA hard disks? I mean if there isn't any conflicts.
3
votes
3answers
466 views
Copying an HDD to a larger one by dd
I'm trying to copy an entire HDD which has IBM PC-style partition table to a larger one by dd on GNU/Linux. The questions are:
Can I use the additional space on the larger disk by changing the ...
2
votes
2answers
2k views
How to Expand LVM2 Partition in Fedora Linux
I've been using Fedora 15 on a VMWare virtual machine. Over time, the disk space I initially allocated for the file system began to run out, only 12GB left. I've expanded the disk space an extra 25GB.
...
2
votes
1answer
420 views
Equivalent to “copies=2” feature of ZFS in Linux with LVM
I have a laptop with only one HDD and is impossible add other HDD. The feature "copies=2" of ZFS is the perfect solution for to add redundancy to my /home in the laptop.
I would like emulate the ...
10
votes
1answer
3k views
Using a LVM partition as a Virtualbox drive
Is it possible to use a LVM partition as a Virtualbox disk?
I can't find any option to use a device as a Virtualbox disk, only disk images.