基本安装
安装时出现以下错误
wrong fs type, bad option, bad superblock on
并在dmesg
EXT4-fs (sdc1): VFS: Can't find ext4 filesystem
我试图找到磁盘的文件系统类型并想出了
$sudo file -s /dev/sdc
/dev/sdc: x86 boot sector; partition 1: ID=0x83, starthead 254, startsector 63, 1953520002 sectors, code offset 0xb8
一些命令的输出
fdisk -l /dev/sdc
$fdisk -l /dev/sdc
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 …
我有一台带有两个 WD 1TB 驱动器的计算机,我想在其上配置磁盘镜像。
我在安装过程中尝试通过创建 RAID 分区来设置 RAID,但这对我不起作用。
有没有我可以安装的方便的软件来为我完成这项工作?如果不是,可以使用哪些shell命令?
一旦设置好,我应该如何验证它是否正常工作?