无法在 AWS 上使用 xfs 文件系统挂载现有的 EBS

无法在 AWS 上使用 xfs 文件系统挂载现有的 EBS

我尝试将现有的 EBS 存储(其中包含数据)安装到实例,但它一直抛出此错误。

mount: /dev/xvdf1 is write-protected, mounting read-only
mount: unknown filesystem type '(null)'

这些是存储详细信息:

Model: Xen Virtual Block Device (xvd)
Disk /dev/xvda: 10.7GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: pmbr_boot

Number  Start   End     Size    File system  Name  Flags
1      1049kB  2097kB  1049kB                     bios_grub
2      2097kB  10.7GB  10.7GB  xfs


Model: Xen Virtual Block Device (xvd)
Disk /dev/xvdf: 10.7GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: pmbr_boot

Number  Start   End     Size    File system  Name  Flags
1      1049kB  2097kB  1049kB                     bios_grub
2      2097kB  10.7GB  10.7GB  xfs

我该如何挂载该分区?

相关内容