Changes between Version 2 and Version 3 of extend-logical-volume
- Timestamp:
- Apr 4, 2012, 5:40:43 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
extend-logical-volume
v2 v3 90 90 }}} 91 91 92 You may be asked to run e2fsck when running the above command. If so run: 92 You may be asked to run e2fsck when running the above command. If so try to umount the file system: 93 94 {{{ 95 # umount /home 96 }}} 97 98 Some file systems will be too busy to umount (for example, /var will likely not umount) and your only recourse will be to fsck (see Step Uh Oh). 93 99 94 100 {{{ … … 100 106 Then rerun resize2fs command. If it succeeds, you should have extended the logical volume. Repeat Step One and make sure everything looks correct. 101 107 102 == S omething's not Right==108 == Step Uh Oh == 103 109 104 If you have done all of the above and the file system seems to be acting in an unusual manner. You may need to run fsck to fix the file system. The easiest way to accomplish this is to restart the guest with a -F option. 105 106 '''NOTE:''' This is the desperate response approach. 110 If you were asked to run e2fsck and you cannot umount the file system or if you have done all of the above and the file system seems to be acting in an unusual manner. You may need to run fsck to fix the file system. The easiest way to accomplish this is to restart the guest with a -F option. 107 111 108 112 {{{