我有一个ThinkServer RD440运行RHEL7.2和一个LSI MegaRAID,它被配置为一个RAID 10,在4个磁盘上。它是在分区级别上配置的,而不是原始磁盘。根分区不是RAID的一部分。由于各种原因,原来的维护者不再可用,我没有根密码。但是我需要备份数据,因为我们需要服务器。
我尝试用Ubuntu15.10创建一个USB驱动器并从它启动。这按预期工作,但我不能挂载作为RAID一部分的分区,因为挂载说它找不到超级块。每个磁盘为1TB,这是fdisk报告的内容:
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xe79b4f2
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 209717247 209715200 100G 83 Linux
/dev/sdb2 209717248 3902341119 3692623872 1.7T 83 Linux
Disk /dev/sdc: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xe79b4f2
Device Boot Start End Sectors Size Id Type
/dev/sdc1 2048 209717247 209715200 100G 83 Linux
/dev/sdc2 209717248 3902341119 3692623872 1.7T 83 Linux
Disk /dev/sdd: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sde: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes在启动时可以访问的LSI软件RAID配置实用程序表示磁盘是健康的,是RAID的一部分。雷切尔的靴子也没有任何问题。
有人知道我怎样才能安装分区吗?我是不是错过了RHEL的司机,但Ubuntu没有?
发布于 2016-01-14 12:53:48
嗯,有时候一个人很蠢。我使用以下命令生成了一个新的根密码,并重新启动了服务器:
openssl passwd -1 newpasswordhttps://serverfault.com/questions/749052
复制相似问题