search for: 1224m

Displaying 4 results from an estimated 4 matches for "1224m".

Did you mean: 1024m
2016 Mar 13
1
C7 + UEFI + GPT + RAID1
...the partitions. If you do that, then you also need to > randomize the UUIDs on the destination drive. It's probably easier to > just create the partitions on each disk: > > parted -s /dev/sda mklabel gpt \ > mkpart primary ext4 1M 200M \ > mkpart primary ext4 200M 1224M \ > mkpart primary ext4 1224M 100% > parted -s /dev/sdb mklabel gpt \ > mkpart primary ext4 1M 200M \ > mkpart primary ext4 200M 1224M \ > mkpart primary ext4 1224M 100% > > _______________________________________________ > CentOS mailing list > CentOS...
2016 Mar 12
4
C7 + UEFI + GPT + RAID1
Hi list, I'm new with UEFI and GPT. For several years I've used MBR partition table. I've installed my system on software raid1 (mdadm) using md0(sda1,sdb1) for swap, md1(sda2, sdb2) for /, md2 (sda3,sdb3) for /home. From several how-to concerning raid1 installation, I must put each partition on a different md devices. I've asked times ago if it's more correct create the
2016 Mar 13
0
C7 + UEFI + GPT + RAID1
...wap and /. Don't clone the partitions. If you do that, then you also need to randomize the UUIDs on the destination drive. It's probably easier to just create the partitions on each disk: parted -s /dev/sda mklabel gpt \ mkpart primary ext4 1M 200M \ mkpart primary ext4 200M 1224M \ mkpart primary ext4 1224M 100% parted -s /dev/sdb mklabel gpt \ mkpart primary ext4 1M 200M \ mkpart primary ext4 200M 1224M \ mkpart primary ext4 1224M 100%
2019 Feb 26
2
Problem with mdadm, raid1 and automatically adds any disk to raid
> On Mon, Feb 25, 2019 at 11:54 PM Simon Matter via CentOS > <centos at centos.org> > wrote: > >> > >> > What makes you think this has *anything* to do with systemd? Bitching >> > about systemd every time you hit a problem isn't helpful. Don't. >> >> If it's not systemd, who else does it? Can you elaborate, please? >> >