我正在使用一台 Dell Studio 540s,它有两个 750GB 驱动器,似乎是 JBOD 配置。计算机在启动时报告“缺少操作系统”。BIOS 似乎已被擦除/重置,因为时钟设置为 2007 年,并且启动时出现 BIOS 校验和错误。
Linux 救援磁盘在磁盘 1 上显示以下分区表,而第二个磁盘没有分区表。这就是为什么我认为这是某种 JBOD 配置,因为最后一个分区足够大,可以包含第二个磁盘。
GPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format.
***************************************************************
Exact type match not found for type code DE00; assigning type code for
'Linux filesystem'
Warning! Secondary partition table overlaps the last partition by
1465137457 blocks!
You will need to delete this partition or resize it in another utility.
Disk /dev/sdc: 1465149168 sectors, 698.6 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 963EC2D4-9A70-4968-96EC-A69C5885681A
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1465149134
Partitions will be aligned on 8-sector boundaries
Total free space is 533 sectors (266.5 KiB)
Number Start (sector) End (sector) Size Code Name
1 63 128519 62.7 MiB 8300 Linux filesystem
2 129024 31586303 15.0 GiB 0700 Microsoft basic data
3 31586304 2930286591 1.3 TiB 0700 Microsoft basic data
由于 BIOS 都有针对 SATA 控制器的 RAID 选项,而且 Windows 7 也有软件 RAID,因此我想问一下:
它是 BIOS RAID 还是 Windows 7 软件 RAID?
我怎样才能使此系统再次运行?
谢谢!