トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS


LVM

パーティション操作

parted

パーティションテーブルの保管方法はmsdos方式とgpt方式がある。

# parted /dev/sda print

Model: VMware, VMware Virtual S (scsi)
Disk /dev/sda: 10.7GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
 1      32.3kB  107MB   107MB   primary  ext3         boot
 2      107MB   10.7GB  10.6GB  primary               lvm

Information: Don't forget to update /etc/fstab, if necessary.