Tagged Questions
The lvm tag has no wiki summary.
13
votes
7answers
13k views
RAID verses LVM [closed]
If I were to consider between LVM (Logical Volume Management) and RAID, would I have to choose between the two, or would they go hand in hand? Which one would should I choose over the other, for ...
2
votes
0answers
192 views
checking cluster-wide open files using gfs / clvm
I wonder if it is possible to check if a file has already been opened by another node in the same GFS cluster. For example, fuser command runs cluster-wide in TruCluster. Is it possible to query lock ...
2
votes
1answer
854 views
Mount LVM overlays/snapshots?
I'm trying to mount a disk image created with the Fedora LiveUSB creator under Ubuntu programmatically, and I'm encountering some issues.
From what I've been told, it's very difficult to mount LVM ...
1
vote
0answers
30 views
Xen DomU: LV starts with status 'Not Available'
I have server running Xen 4.0. On this server an LV exists. This LV on its own is part of an VG which holds the LV's of a virtual machine (eg root, var).
Now when I boot the virtual machine, the root ...
1
vote
1answer
133 views
Python logging fails when open file descriptor message encountered
I have the following Python code to create an lvm snapshot on a Linux machine.
#!/usr/bin/env python3.1
import subprocess
import logging
logging.basicConfig(filename='/var/log/lvsnap.log', ...
0
votes
0answers
12 views
linux LVM data recovery [migrated]
I added a partition to my LVM group on linux, but didn't back up the data that was on the disk before doing so. And now I can't mount the underling partition as /dev/sda4. Does anyone know how to get ...
0
votes
0answers
15 views
Recover data from potched LVM process
So, oops. I tried to add an vfat partition to LVM. This partition has data on it that I did not back up before starting the process of creating the logical volume. Now when I try to mount the ...
0
votes
0answers
52 views
Mount Virtualbox VDI with linux LVM encryption from shell
I have a bunch or VirtualBox disk images with ubuntu server 10.04.3's default Logical Volume Manager encryption I need to be able to easily and quickly mount and umount from the command line. Do you ...
0
votes
0answers
57 views
kpartx: read error when removing mapping
I have a backup procedure that uses kpartx to read from a partitioned lvm volume.
Seldomly it happens that the device cannot be unmapped.
Right now when I try to remove the mapping I get the ...
0
votes
0answers
61 views
how to extend hard disk centos (4 HDD to one folder) [closed]
i have centos system.
and i want to combine 4 hard drives to one folder.
i have 4X1.0T and each of them is separated.
how can i combine them all to the same folder.
like if there is no store left in ...
0
votes
1answer
90 views
Pipe rsync output to file
Is it possible to pipe the output (raw data, no logging) to a file of rsync, and maybe save this to a bsdiff? I find rsnapshot to be highly irritating with the lack of configuration and stupid syntax ...
0
votes
0answers
102 views
Custom LVM Encrypted Debian USB [closed]
I'm running Debian and have created a custom Debian installation on a virtual machine using VirtualBox. I made an LVM encrypted installation. I used ReMasterSys to output the OS as an .iso and wrote ...
0
votes
0answers
102 views
Linux LVM snapshot dirty block bit map
I'm looking for ways to create full/incremental snapshot backups on Linux for different file systems.
I wanted pointers on which LVM/Device mapper source files to look for creating snapshots (COW ...
0
votes
0answers
63 views
LVM: Extending Physical Volume (under VMWare)
I have a virtual server under VMware, where I got 10 more GB harddisk from the sysadm.
Inside Linux (running Ubuntu 11.04 server), things are set up with LVM. In [c]fdisk, I do find these extra 10 ...
0
votes
0answers
112 views
Cloned Centos laptop with dd but have a problem with lvm
I thought I had cloned a linux system using dd. I booted into rescue linux from a Centos 5 dvd.
I mount my external hd.
The command I typed to clone was
dd if=/dev/hda of=/mnt/external/t42.img
...
0
votes
1answer
103 views
UDisks script to list all mounted USB devices
i wanted an UDisks script to list all the usb devices that are mounted on my system , which
must have ability to detect LVM devices.
Perl / C / Shell any is fine
Many thanks.
P.S: Hal is ...
0
votes
0answers
230 views
Creating software RAID0 from multiple Truecrypt container files
Hypothetically, would it be possible to mount 10, 100, or even 1000 small (3GB) Truecrypt container files and create a single software RAID0 logical volume from them using linux lvm?
0
votes
0answers
294 views
Xen CentOS 4 LVM lvextend challenge
I have an unusual challenge before me. So far I have not been able to resolve. Here's the history and sequence:
A Xen virtual machine was created (called dbserv3v) with a 20GB file system base
...
0
votes
0answers
22 views
exporting part of a volume group
I need to be able to have the functionality of several logical volumes in one volume group, but, be able to move one of the logical volumes from one computer to another. I don't want to move all the ...
0
votes
2answers
191 views
How can I resize a fat32 file system in an LVM partition?
Simple enough: I have an LVM partition (e.g. /dev/mapper/foo-fat) that contains a Fat32 file system. Prior to reducing the size of this LVM partition (which I'll do with lvmreduce), I want to reduce ...
0
votes
1answer
285 views
Kvm disk increase
How can I increase the size of a disk allocated to a KVM machine ?
It can be lvm, raw file etc.
thanks
0
votes
2answers
188 views
Provisioning new LVM volumes?
I looking to use LVM to easily limit a users usable disk space.
Is it possible to provision new LVM volumes from unallocated space LVM space without having to create/initialize all the drives and ...