2008年7月25日 星期五

LVM

(1) 實體磁碟 --> PV( physical volume)
1. change id to 8e
ex:
   (a) fdisk  /dev/hda
   (b) p
         show information of hda
   (c)  t -->  1 --> 8e
        modify partition 1 's id to 8e
   (d) w
         alter partition table
   (e) partprobe
         let kernel read newest partition table

2. create pv  
   (a)pvscan:
        show information of pv
   (b)pvcreate 

沒有留言: