差分

移動先: 案内検索

LVMを使ってスナップショット

4 バイト追加, 2015年5月11日 (月) 15:05
/* バックアップ */
<tt>
# mkdir /mnt/lv_root_snap/
# mount -o ro /dev/vg_c0/lv_root lv_root_snap /mnt/lv_root_snap/
# df
Filesystem 1K-blocks Used Available Use% Mounted on
7992464 2148300 5444540 29% /
....
/dev/mapper/vg_c0-lv_root_snap
7992464 2129188 5463652 29% /mnt/lv_root_snap
</tt>
 
 
=== LVの開放 ===