Changes between Version 6 and Version 7 of extend-disk-on-kvm-guest


Ignore:
Timestamp:
May 28, 2011, 5:10:27 AM (13 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • extend-disk-on-kvm-guest

    v6 v7  
    2525}}}
    2626
    27 You should see that the base disk (e.g. /dev/sda) reflects the new size, although all of the partitions reflect their old sizes (e.g. /dev/sda1).
     27You should see that the base disk (e.g. /dev/vda) reflects the new size, although all of the partitions reflect their old sizes (e.g. /dev/vda2).
    2828
    2929Next, run parted and print the current partition table. It's often easier to manage if you look at units in sectors:
    3030
    3131{{{
    32 parted /dev/sda unit s p
     32parted /dev/vda unit s p
    3333}}}
    3434
    3535You can optionally create a new partition with the remaining space:
     36
     37{{{
     38parted /dev/vda
     39}}}
    3640
    3741{{{