我正在尝试启动我的旧 Linux 机器来提取一些数据。我怎么也想不起来为什么要这样设置。目的是让主目录成为 raid 1 阵列。我现在只是想把它挂载起来。当我尝试挂载它时,使用
sudo mount /dev/md4 /home2
我得到了错误:
mount: you must specify the filesystem type
当然,我现在尝试:
sudo mount -t ext4 /dev/md4 /home2
我得到:
mount: wrong fs type, bad option, bad superblock on /dev/md4,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[ 2677.835918] FAT-fs (md4): invalid media value (0x00)
[ 2677.835920] FAT-fs (md4): Can't find a valid FAT filesystem
[ 2853.426006] EXT4-fs (md4): VFS: Can't find ext4 filesystem
我知道肯定出了什么问题。有人能帮我解决这个问题吗?告诉我该发布什么,我可以把它添加到这里。谢谢。真的。