Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ansible configuration for RAID1 disks #8

Open
ljmf00 opened this issue Nov 10, 2020 · 0 comments
Open

Create ansible configuration for RAID1 disks #8

ljmf00 opened this issue Nov 10, 2020 · 0 comments

Comments

@ljmf00
Copy link
Member

ljmf00 commented Nov 10, 2020

  • Created MBR partition table with RAID autodetect partition type with full space.
  • Created mdadm array with: sudo mdadm --create /dev/md0 --level=mirror --raid-devices=2 /dev/sdb1 /dev/sdc1
  • Mount /dev/md0p1 into /mnt/raid1/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant