2010年2月28日 星期日

LVM in rescue mode (適用 Fedora Core 7)

 前幾天我們一台 Linux 的 PC 掛點無法開機,只好用光碟片進入 Rescue Mode 修復,進入 Rescue Mode 後要對磁碟執行 e2fsck 修復 Partition,但因為 Partition 是使用 LVM,不知道要如何指定此裝置,在 /dev 下並沒有 Volume Group 的裝置路徑。

 進入 Rescue Mode 後,可使用 fdisk 查看目前 Partition 分割,應該會看見 LVM 的 Partition,如果沒有,那後面的指令就沒用了。


 # fdisk -l


 確認有 LVM 的 Partition 後,接下來就使用 LVM 的指令將 LVM Partition 啟用。


 掃瞄 LVM 的 Volume Groups。
 # lvm vgscan


 將掃瞄到的 Volume Groups 啟用。
 # lvm vgchange -ay


 顯示 Volume Groups 及 Logical Volume Names。
 # lvm lvs


 接下來就可以使用 e2fsck 修復 LVM Partition。
 # e2fsck /dev/volume_group_name/logical_volume_name
 



資料參考來源:
http://samfw.blogspot.com/2005/12/lvm-in-rescue-mode.html


沒有留言:

張貼留言