SOFT RAID 1 - Fedora Core 3
Pre pridávanie komentárov sa musíte prihlásiť.
-
-
Re: SOFT RAID 1 - Fedora Core 3 31.05.2005 | 00:03Tofu NávštevníkJa to mam nahodene na ATA diskoch a postupoval som nejako takto (dufam ze nemusim prekladat): Now, if your disks are /dev/hda and /dev/hdc, do the following: grub>device (hd0) /dev/hda grub>root (hd0,0) grub>setup (hd0) This will install grub into the /dev/hda MBR, and grub>device (hd0) /dev/hdc grub>root (hd0,0) grub>setup (hd0) will install grub onto the /dev/hdc MBR. The device command tells grub to assume the drive is (hd0), i.e. the first disk in the system, when it is not necessarily the case. If your first disk fails, however, your second disk will then be the first disk in the system, and so the MBR will be correct. Este poznamka - toto je prva vec ktoru my vyhodil goodle a myslim ze podobny navod sa da najst aj v manuali ku Grubu. Drzim palce, Janci alias Tofu
-