forked from docs/doc-exports
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com> Co-authored-by: Huijuan, Wang <wanghuijuan738@noreply.gitea.eco.tsi-dev.otc-service.com> Co-committed-by: Huijuan, Wang <wanghuijuan738@noreply.gitea.eco.tsi-dev.otc-service.com>
4.5 KiB
4.5 KiB
How Can I Rectify the Fault That May Occur on a Linux ECS with an NVMe SSD Disk Attached?
Symptom
When a Linux ECS with an NVMe SSD disk attached becomes faulty, you must contact the administrator to remotely rebuild the ECS again.
If automatic NVMe SSD disk attachment upon ECS startup is enabled in /etc/fstab on the faulty ECS, the system disk recovers after the ECS is created. However, the attached NVMe SSD disk does not have a file system, and automatic NVMe SSD disk attachment upon ECS startup fails to take effect. As a result, the ECS enters the emergency mode, as shown in Figure 1.
To ensure that the new ECS is functional, you must manually delete the attachment information in /etc/fstab.
Solution
- Log in to the ECS.
- Enter the password of user root to log in to the ECS.
- Run the following command to edit the /etc/fstab file:
vi /etc/fstab
- Delete the attaching information of the NVMe SSD disk and save the file.
- Run the following command to restart the ECS:
- Verify that the ECS recovers and can be logged in.
Parent topic: Disk Partition, Attachment, and Expansion FAQ