ฉันพยายามเมาต์พาร์ติชันบนดิสก์ GPT แต่ฉันได้รับข้อผิดพลาดต่อไปนี้:
$ sudo mount -t ext4 /dev/sda1 disk/
mount: special device /dev/sda1 does not exist
มองไปที่ dmesg ฉันไม่เห็นข้อผิดพลาดใด ๆ ใน / dev / sda:
$ dmesg | grep sda
[ 1.367508] sd 0:0:0:0: [sda] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
[ 1.367514] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.367607] sd 0:0:0:0: [sda] Write Protect is off
[ 1.367611] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.367654] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.367936] sda:
[ 1.392417] sd 0:0:0:0: [sda] Attached SCSI disk
fdisk รายงานพาร์ติชัน GPT:
$ sudo fdisk -l /dev/sda
Disk /dev/sda: 3000.6 GB, 3000592982016 bytes
256 heads, 63 sectors/track, 363376 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 45423 366283322+ ee GPT
Partition 1 does not start on physical sector boundary.
แยกส่วนล้มเหลว:
$ sudo parted /dev/sda print
Error: /dev/sda: unrecognised disk label
เคอร์เนลดูเหมือนว่าจะรองรับ EFI ( วิธีเมาท์พาร์ติชันบนดิสก์ที่มีตารางพาร์ติชัน EFI GPT ใน Debian GNU / Linux 5.0.3 (Lenny) )
$ cat /boot/config-2.6.32-5-amd64 | grep EFI
CONFIG_EFI=y
CONFIG_FB_EFI=y
CONFIG_EFI_VARS=m
CONFIG_CACHEFILES=m
# CONFIG_CACHEFILES_DEBUG is not set
# CONFIG_CACHEFILES_HISTOGRAM is not set
CONFIG_EFI_PARTITION=y
ฉันจะติดตั้งพาร์ติชัน GPT นี้ได้อย่างไร
แก้ไข: ฉันเพิ่งแนบดิสก์เดียวกันที่ล้มเหลวไปยังเครื่องอื่นและฉันสามารถดูเนื้อหาโดยไม่ต้องผูกปม นำกลับไปที่กล่องเดิมฉันมีปัญหาเดียวกัน