yunde110 发表于 2018-9-28 09:27:39

MySQL基于LVM快照的备份恢复

# fdisk -l  
Disk /dev/sda: 53.7 GB, 53687091200 bytes
  
255 heads, 63 sectors/track, 6527 cylinders
  
Units = cylinders of 16065 * 512 = 8225280 bytes
  
Sector size (logical/physical): 512 bytes / 512 bytes
  
I/O size (minimum/optimal): 512 bytes / 512 bytes
  
Disk identifier: 0x000bf287
  
   Device Boot      Start         End      Blocks   IdSystem
  
/dev/sda1   *         1          13      102400   83Linux
  
Partition 1 does not end on cylinder boundary.
  
/dev/sda2            13      1926    15360000   83Linux
  
/dev/sda3            1926      2056   1048576   82Linux swap / Solaris
  
/dev/sda4            2056      6527    35916127+   5Extended
  
/dev/sda5            2056      2709   5248011   8eLinux LVM
  
/dev/sda6            2710      3363   5253223+8eLinux LVM


页: [1]
查看完整版本: MySQL基于LVM快照的备份恢复