Displaying 2 results from an estimated 2 matches for "333g".
Did you mean:
333
2016 Aug 11
5
Software RAID and GRUB on CentOS 7
Hi,
When I perform a software RAID 1 or RAID 5 installation on a LAN server
with several hard disks, I wonder if GRUB already gets installed on each
individual MBR, or if I have to do that manually. On CentOS 5.x and 6.x,
this had to be done like this:
# grub
grub> device (hd0) /dev/sda
grub> device (hd1) /dev/sdb
grub> root (hd0,0)
grub> setup (hd0)
grub> root (hd1,0)
grub>
2016 Aug 11
0
Software RAID and GRUB on CentOS 7
......
[root at Q6600:/etc, Thu Aug 11, 08:25 AM] 1018 # df -h
Filesystem Type Size Used Avail Use% Mounted on
/dev/md1 ext4 917G 8.0G 863G 1% /
tmpfs tmpfs 4.0G 0 4.0G 0% /dev/shm
/dev/md0 ext4 186M 60M 117M 34% /boot
/dev/md3 ext4 1.8T 1.4T 333G 81% /home
[root at Q6600:/etc, Thu Aug 11, 08:26 AM] 1019 # uname -a
Linux Q6600 2.6.35.14-106.fc14.x86_64 #1 SMP Wed Nov 23 13:07:52 UTC
2011 x86_64 x86_64 x86_64 GNU/Linux
[root at Q6600:/etc, Thu Aug 11, 08:26 AM] 1020 #
--
William A. Mahaffey III
--------------------------------------...