Changes between Version 45 and Version 46 of FAQ
- Timestamp:
- Oct 6, 2008, 5:06:54 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v45 v46 57 57 == Q6/ Does mondorescue handle LVM2 ? == 58 58 ''Answer reported by Klaus Ade Johnstad <klaus_at_skolelinux.no>.'' 59 Short answer is Yes.60 Now if you encounter a problem with it, it might be due to the fact that older versions of mondorescue didn't support correctly the usage of59 '''Short answer is Yes'''. 60 * Now if you encounter a problem with it, it might be due to the fact that older versions of mondorescue didn't support correctly the usage of 61 61 /dev/mapper/vg*. So you needed to adapt your /etc/fstab in order to make mondorescue happy, as here: 62 62 … … 70 70 /dev/vg_system/lv_usr /usr ext3 defaults 0 2 71 71 /dev/vg_system/lv_var /var ext3 defaults 0 2 72 }}} 73 74 75 * Another problem, LVM pvcreate can't be done and exit with an error about filter. 76 This is the same issue as reperted here : ''http://ubuntuforums.org/showthread.php?t=540752'' 77 78 /etc/lvm/lvm.conf by default in Ubuntu and RHEL 4.0 (maybe others distro) contains the following line: 79 80 {{{ 81 filter = [ "a|/dev/hd[ab]|", "r/.*/" ] 82 }}} 83 84 This either needs to be changed to: 85 86 {{{ 87 filter = [ "a|/dev/[hs]d[ab]|", "r/.*/" ] 88 }}} 89 90 or 91 92 {{{ 93 # filter = [ "a|/dev/hd[ab]|", "r/.*/" ] (i.e. commented out) 72 94 }}} 73 95 … … 349 371 You may be using a default minimum blocksize for RAM disks of 4k (Fedora kernel 2.6.18* and higher, e.g., RHEL5, ...) so try to add ramdisk_blocksize=1024 to your boot command at boot prompt of isolinux when booting your mondorescue media. 350 372 For example: 373 351 374 {{{ 352 375 boot: interactive ramdisk_blocksize=1024