Sevatio wrote:
I'm having a problem with md0. It's supposed to bind hda5 and hdc5 but it's only able to bring up hdc5 for md0. md0 is being mounted as /boot. Being that it's /boot, I can't seem to umount it to do anything to it.
I can't make much of this question, but I can tell you two things:
1. You don't need to umount the device for most operations.
2. You can umount next to anything, provided there are no opened files there. Do a "lsof /boot", or perhaps "lsof | grep boot" and kill the listed programs before trying umount (usually, it's only klogd reading /boot/System.map).
Bernd Fischer
Thanks so much Bernd. I was able to umount /boot so I can hopefully get to the raid1 portion of this problem.
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html