我有一个 ubuntu 服务器,我不得不在救援模式下重新启动,我正在尝试挂载一个分区以重置 root 密码。我遵循了托管公司的指示,但卡住了,没有收到他们的来信
当我尝试做
mount /dev/sda1 /mnt/
Run Code Online (Sandbox Code Playgroud)
我收到这个错误:
mount: unknown filesystem type 'linux_raid_member'
Run Code Online (Sandbox Code Playgroud)
这是输出 fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 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 identifier: 0x0009307f
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 20973568 10485760+ fd Linux raid autodetect
/dev/sda2 20973569 …
Run Code Online (Sandbox Code Playgroud) mount ×1