[CentOs]移除硬碟後發生, fsck.ext3:Unable to resolve "LABEL=/",無法開機,解決辦法

 

由於硬碟故障,所以拔除後,重開機後,之前的掛載的硬碟磁區會找不到

出現setting up Logical Volume Management : No volume groups found

checking  filesystems

fsck.ext3:Unable to resolve "LABEL=/",

Give root password for maintenance (or type Control-D to continue):

,解決辦法:

1. 輸入 root 密碼進入管理模式

2. 除錯模式中預設是以 ro 模式掛載[為readyOnly]無法編輯fstab,所以要改變掛載模式為 rw[可寫入] ,

    所以要輸入

   mount -o remount,rw /

3. vi  /etc/fstab 更改已經移除的磁碟區

5. 輸入sync  

    輸入reboot重開機即可

你可能感兴趣的:(centos,UP)