【发布时间】:2019-06-12 00:35:21
【问题描述】:
我更改了我的实例类型,现在以前附加的卷在启动时不可用。如何附加和装载卷?
在 AWS 控制台的卷信息中:
Attachment information i-e85c62d0 (hongse):/dev/sdf (attached)
但是实例上的/dev/sdf 没有任何内容。
我尝试在 AWS 网站上安装它following the info,例如:
ubuntu@hongse:~$ sudo mkdir /ebs1
ubuntu@hongse:~$ sudo mount /dev/sdf /ebs1
mount: special device /dev/sdf does not exist
但失败了。
我还可以尝试哪些其他步骤来挂载现有卷?
【问题讨论】:
标签: amazon-web-services amazon-ec2 mount amazon-ebs