Question
How to Perform FSCK on KVM Virtual Machines in Rescue Mode?
Answer
1. Initiate the virtual machine (VM) in rescue mode.
2. Connect to the VM via SSH
3. Run the FSCK command within the rescue mode VM
# fsck -f -y /dev/sda1
How to Perform FSCK on KVM Virtual Machines in Rescue Mode?
1. Initiate the virtual machine (VM) in rescue mode.
2. Connect to the VM via SSH
3. Run the FSCK command within the rescue mode VM
# fsck -f -y /dev/sda1
Comments
Please sign in to leave a comment.