LVM restore / recovery


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory LVM restore / recovery
# 8  
Old 10-25-2008
there is a reiser fsck. I think fsck has the ability to find it (fsck.reiserfs or something), but I'm not sure. I also found it to be not as good at recovery as ext3. That conclusion is based on warning messages and the amount of self-reporting diagnostics indicating data was lost.

As far as I'm concerned, the biggest advantage of reiserfs -- directory filename hashing -- was lost when ext2/3 added the -O dir_index feature. I suppose some still consider "tail packing" very interesting, but with drives as large, fast, and cheap as they are these days, this benefit seems to have been marginalized.
My $0.02.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Linux

LVM VG recovery

Hi all, I been trying to recover a volume group of single PV. vgcfgrestore output # vgcfgrestore vgoraData Couldn't find device with uuid 'a3onP5-RdbR-fdgq-sDkS-ZtFs-83Q5-kFJj43'. Cannot restore Volume Group vgoraData with 1 PVs marked as missing. Restore failed. fdisk output ... (1 Reply)
Discussion started by: h@foorsa.biz
1 Replies

2. UNIX for Advanced & Expert Users

LVM - restore metadata on other disk

Hi guys, I would like to ask your opinion about my theory, how to fix my broken LVM without risking any data loss. I use Archlinux at home. I just love this distro, even it gives me a lots of work (particularly after system updates). Basic system spec: AMD FX(tm)-6100 Six-Core Processor... (1 Reply)
Discussion started by: lyynxxx
1 Replies

3. Filesystems, Disks and Memory

LVM recovery, Hard disk broken

Hi I am new on your forum, because I need some help. I have a server with debian and proxmox 2. The HardDisk is broken. I am in rescue mode, and I can't mount LVM partition to recover my backups. What I've already done : # fdisk -l Disk /dev/sda: 2000.4 GB, 2000398934016 bytes 255... (0 Replies)
Discussion started by: pppplu
0 Replies

4. UNIX for Dummies Questions & Answers

How to convert non LVM root partition to LVM?

Hi Guys, I m using redhat 6, I have installed root partition as non-LVM . Is there any way i can convert it to LVM? (1 Reply)
Discussion started by: pinga123
1 Replies

5. HP-UX

How to reduce LVM to create another LVM

Hi, I'm new to HP-UX. I have LVM on /var with 92Gig. I would like to reduce it to create another LVM for Oracle client with 800 meg or so. How to do it. I'm running 11.iv3 Thanks (4 Replies)
Discussion started by: lamoul
4 Replies

6. AIX

mksysb restore - Wrong OS level for restore

Hi all, I am still working on my mksysb restore. My latest issue is during an alt_disk_install from tape I got the following error after all the data had been restored. 0505-143 alt_disk_install: Unable to match mksysb level 5.2.0 with any available boot images. Please correct this... (0 Replies)
Discussion started by: pobman
0 Replies

7. UNIX for Advanced & Expert Users

Data Recovery from file system overwritten with LVM.

Hey peeps, Here is somethin u might find interestin.... Is it possible to recover data from a partition which used to be an ext3 file sytem with some nice forgotten backups, which now is an lvm partion containg root partition of another OS. :) I couldn't create any mess better than this, can... (2 Replies)
Discussion started by: squid04
2 Replies
Login or Register to Ask a Question
VGEXTEND(8)						      System Manager's Manual						       VGEXTEND(8)

NAME
       vgextend - add physical volumes to a volume group

SYNOPSIS
       vgextend  [-A|--autobackup  y|n]  [-d|--debug]  [-h|-?|--help] [--restoremissing] [-f|--force] [-t|--test] [-v|--verbose] [ PHYSICAL DEVICE
       OPTIONS ] VolumeGroupName PhysicalDevicePath [PhysicalDevicePath...]

DESCRIPTION
       vgextend allows you to add one or more initialized physical volumes ( see pvcreate(8) ) to an existing volume group to extend it  in  size.
       Moreover,  it  allows  you to re-add a physical volume that has gone missing previously, due to a transient device failure, without re-ini-
       tialising it. Use vgextend --restoremissing to that effect.

       If PhysicalDevicePath was not previously configured for LVM with pvcreate (8), the device will be initialized with the same default  values
       used  with  pvcreate.  If non-default pvcreate values are are desired, they may be given on the commandline with the same options as pvcre-
       ate.  See PHYSICAL DEVICE OPTIONS for available options.  Note that the restore-related options such as --restorefile, --uuid, and --physi-
       calvolumesize are not available.  If a restore operation is needed, use pvcreate (8) and vgcfgrestore (8).

OPTIONS
       See lvm for common options.

PHYSICAL DEVICE OPTIONS
       The  following  options	are  available	for initializing physical devices in the volume group.	These options are further described in the
       pvcreate man page.

       -f, --force

       -y, --yes

       -Z, --zero y|n

       --labelsector sector

       --metadatasize size

       [--metadataignorey|n]

       --pvmetadatacopies copies

       --dataalignment alignment

       --dataalignmentoffset alignment_offset

Examples
       "vgextend vg00 /dev/sda4 /dev/sdn1" tries to extend the existing volume group "vg00"  by  the  new  physical  volumes  (see  pvcreate(8)  )
       "/dev/sdn1" and /dev/sda4".

SEE ALSO
       lvm(8), vgcreate(8), vgreduce(8), pvcreate(8)

Sistina Software UK					 LVM TOOLS 2.02.95(2) (2012-03-06)					       VGEXTEND(8)