Advertisement
ShoLah0

lvm2

May 15th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Physical Extend (PE) 4 MB Standard (x*2MB)
  2. LV Größen: Kernel 2.4 bis 2 TB / 2.6 (32) bis 16 TB / 2.6 (64) bis 8 EB
  3.  
  4. 1. pvcreate /dev/md0 /dev/md1 (PV erzeugen aus Partitionen vom Typ 8e Linux LVM)
  5. 2. vgcreate VG-name /dev/md0 /dev/md1 (PVs zu einer VG zusammenfassen)
  6. 3. lvcreate -L size -n Name VG (in einer VG ein LV anlegen)
  7.  
  8. Snapshot anlegen:
  9. lvcreate -s -L size -n snapshotname LV
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement