Changes between Version 1 and Version 2 of LVM Disk Management


Ignore:
Timestamp:
09/12/06 17:52:56 (19 years ago)
Author:
cdelacruz/admin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LVM Disk Management

    v1 v2  
    163163  /dev/sda6      Ubuntu lvm2 a-   232.64G      0
    164164
     165 * Extend the lv:
     166
    165167cdelacruz@puck:/$ sudo lvresize -L +220G /dev/Ubuntu/scratch
    166168  Extending logical volume scratch to 436.97 GB
    167169  Logical volume scratch successfully resized
     170
     171 * fsck the filesystem:
    168172
    169173cdelacruz@puck:/$ sudo e2fsck -f /dev/Ubuntu/scratch
     
    175179Pass 5: Checking group summary information
    176180/dev/Ubuntu/scratch: 80/28442624 files (0.0% non-contiguous), 925380/56877056 blocks
     181
     182 * Resize the filesystem:
     183
    177184cdelacruz@puck:/$ sudo resize2fs /dev/Ubuntu/scratch
    178185resize2fs 1.38 (30-Jun-2005)