ไม่สามารถเมานต์ EBS ที่มีอยู่บน AWS


28

ฉันลองติดตั้ง EBS Storage ที่มีอยู่(ซึ่งมีข้อมูล)ไปยังอินสแตนซ์ แต่มันก็ยังโยนข้อผิดพลาด

mount: wrong fs type, bad option, bad superblock on /dev/xvdf,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.

รายละเอียดการจัดเก็บคือ:

ec2-user@ip ~]$ sudo parted -l
Model: Xen Virtual Block Device (xvd)
Disk /dev/xvda: 8590MB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system  Name                 Flags
128     1049kB  2097kB  1049kB               BIOS Boot Partition  bios_grub
 1      2097kB  8590MB  8588MB  ext4         Linux


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

Number  Start   End     Size    File system  Name                 Flags
128     1049kB  2097kB  1049kB               BIOS Boot Partition  bios_grub
 1      2097kB  16.1GB  16.1GB  ext4         Linux

dmesg | หางแสดงรายละเอียดดังต่อไปนี้

   [ec2-user@ip- ~]$ dmesg | tail
[    2.593163] piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
[    2.625565] evbug: Connected device: input0 (AT Translated Set 2 keyboard at isa0060/serio0/input0)
[    2.625568] evbug: Connected device: input2 (Power Button at LNXPWRBN/button/input0)
[    2.625570] evbug: Connected device: input3 (Sleep Button at LNXSLPBN/button/input0)
[    3.657958] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
[    3.664979] evbug: Connected device: input4 (ImExPS/2 Generic Explorer Mouse at isa0060/serio1/input0)
[    5.731219] EXT4-fs (xvda1): re-mounted. Opts: (null)
[    5.938276] NET: Registered protocol family 10
[   11.720921] audit: type=1305 audit(1412199137.191:2): audit_pid=2080 old=0 auid=4294967295 ses=4294967295 res=1
[  101.024164] EXT4-fs (xvdf): VFS: Can't find ext4 filesystem
[ec2-user@ip- ~]$ 

คำตอบ:


56

ดูเหมือนว่าคุณได้แบ่งพาร์ติชันอุปกรณ์บล็อกนั้นแล้ว ในกรณีนี้คุณจะต้องติดไม่เพียง/dev/xvdf1/dev/xvdf


ดูเหมือนว่าจะทำงาน จะอัปเดตในไม่กี่นาที ขอบคุณสำหรับสิ่งนี้.
สาย

1
ใช่. แม้ว่าแนบมาเป็น "xvdf" ใช้ AWS xvdf1แผงควบคุมจะต้องติดเป็น หากต้องการทราบว่าคุณมีไดรฟ์ที่แบ่งพาร์ติชันแล้วให้ตรวจสอบ / dev: ls /dev/xvdf*และหากเป็นเช่นนั้นคุณจะเห็นรายการมากกว่าหนึ่งรายการ
Brent Faust

@Rubistro ใช้ได้เฉพาะเมื่อคุณแบ่งพาร์ติชันอุปกรณ์บล็อกแล้ว
EEAA

สิ่งนี้ช่วยงานของฉัน (อาจ) มันเป็นเรื่องแปลกที่เอกสาร Amazon AWS ไม่ได้ทำให้การกล่าวถึงนี้ในหน้านี้ - aws.amazon.com/articles/5213606968661598
bigp
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.