在 /etc/fstab 中安装 RAID

在 /etc/fstab 中安装 RAID

你好,我在 /etc/fstab 中安装了 raid

/dev/md/debian\:0          /home           ext4    defaults        0        0

但如果我这样做mount -a 它会给我错误mount: /home: special device /dev/md/debian\:0 doest not exists

为什么?

答案1

:好的,我删除了=>之前的反斜杠/dev/md/debian:0,现在它可以工作了,我不知道为什么,但之前用反斜杠就可以了

相关内容